Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/csu/common_elf



Module Name:    src
Committed By:   ross
Date:           Wed Mar 19 04:31:42 UTC 2003

Modified Files:
        src/lib/csu/common_elf: Makefile.inc
Added Files:
        src/lib/csu/common_elf: crtbeginS.c crtendS.c

Log Message:
* remove .ALLSRC, which doesn't work with the new dependency tree
  replaced mostly with .IMPSRC, so add .c wrappers for variant .o names

* any machine with a shared crt0.c that also uses common_elf (I didn't see
  any) will now need a reachover wrapper in .CURDIR a la crtbeginS.c

this should fix the build breakage


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/csu/common_elf/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/csu/common_elf/crtbeginS.c \
    src/lib/csu/common_elf/crtendS.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index