1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/src/ld65
uz 6c0a9c0438 Patch to correct the linkorder in the make files to make the --as-needed
ldflag work. By Mario Fetka.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4838 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-11-07 11:34:51 +00:00
..
cfg Exclude (small) stack from RAM memory area (like on most other targets) to make explicit that the linker may not use all RAM. If the cc65 parameter stack isn't used at all the __STACKSIZE__ symbol may be overridden on the linker command line with -D __STACKSIZE__=0. 2010-10-02 10:20:00 +00:00
make Patch to correct the linkorder in the make files to make the --as-needed 2010-11-07 11:34:51 +00:00
asserts.c
asserts.h
bin.c Another format change: Record the output file and offset for each segment 2010-08-08 20:32:13 +00:00
bin.h
binfmt.c
binfmt.h
cfgexpr.c
cfgexpr.h
condes.c
condes.h
config.c More collection usage. This has also removed the need for the MemListNode 2010-08-08 15:35:56 +00:00
config.h More collection usage. This has also removed the need for the MemListNode 2010-08-08 15:35:56 +00:00
dbgfile.c
dbgfile.h
dbginfo.c Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
dbginfo.h
dbgsyms.c Renamed the defines in symdefs.h to something more meaningful. They were named 2010-08-17 20:47:27 +00:00
dbgsyms.h
error.c
error.h
exports.c Renamed the defines in symdefs.h to something more meaningful. They were named 2010-08-17 20:47:27 +00:00
exports.h
expr.c
expr.h
extsyms.c
extsyms.h
fileinfo.c Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
fileinfo.h Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
fileio.c
fileio.h
filepath.c
filepath.h
fragment.c Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
fragment.h Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
global.c
global.h
library.c
library.h Added library groups 2005-03-26 16:26:11 +00:00
lineinfo.c Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
lineinfo.h Some changes in debug info generation. 2010-08-07 12:46:12 +00:00
main.c
mapfile.c
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 Another format change: Record the output file and offset for each segment 2010-08-08 20:32:13 +00:00
o65.h
objdata.c
objdata.h
objfile.c
objfile.h
scanner.c
scanner.h Changed the type of CfgSVal to a string buffer and removed the upper limit for 2010-03-20 17:23:51 +00:00
segments.c Fixed a C99ism. 2010-08-09 05:47:22 +00:00
segments.h Another format change: Record the output file and offset for each segment 2010-08-08 20:32:13 +00:00
spool.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.h
tgtcfg.c
tgtcfg.h