1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 23:56:05 +00:00
cc65/src/ld65
uz 823d0b7636 Makefile cleanup. Among other things, allow use of the --as-needed linker flag
by rearranging arguments for the linker.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3922 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-02-08 17:19:45 +00:00
..
cfg Move zpsave into its own segment to decrease the executable size. 2008-07-15 18:34:20 +00:00
make Makefile cleanup. Among other things, allow use of the --as-needed linker flag 2009-02-08 17:19:45 +00:00
asserts.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
asserts.h
bin.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
bin.h
binfmt.c
binfmt.h
cfgexpr.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
cfgexpr.h Added simple expressions for the config file 2005-07-28 19:50:22 +00:00
condes.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
condes.h
config.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
config.h In case of memory area overflows, generate a short mapfile if one was 2005-01-23 11:19:26 +00:00
dbgfile.c
dbgfile.h
dbginfo.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
dbginfo.h
dbgsyms.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
dbgsyms.h
error.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
error.h
exports.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
exports.h
expr.c Renamed the Val field to IVal to allow values of other types later. 2007-08-30 20:24:16 +00:00
expr.h
extsyms.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
extsyms.h
fileinfo.c
fileinfo.h
fileio.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
fileio.h
filepath.c
filepath.h
fragment.c
fragment.h
global.c
global.h
library.c Added library groups 2005-03-26 16:26:11 +00:00
library.h Added library groups 2005-03-26 16:26:11 +00:00
lineinfo.c
lineinfo.h
main.c Fixed the copyright message 2005-08-24 20:05:37 +00:00
mapfile.c Small map file string fix 2005-12-02 23:18:32 +00:00
mapfile.h In case of memory area overflows, generate a short mapfile if one was 2005-01-23 11:19:26 +00:00
o65.c Renamed the Val field to IVal to allow values of other types later. 2007-08-30 20:24:16 +00:00
o65.h Fixed numeric OS ids. Added new OS OPENCBM 2005-03-30 19:28:28 +00:00
objdata.c
objdata.h
objfile.c
objfile.h
scanner.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
scanner.h Added simple expressions for the config file 2005-07-28 19:50:22 +00:00
segments.c
segments.h
spool.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.h Fixed another problem with the macros. 2008-03-31 21:23:10 +00:00
tgtcfg.c
tgtcfg.h