1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/src/ld65
2013-05-02 15:13:19 +03:00
..
asserts.c Changed data type used to store line numbers from unsigned long to unsigned. 2011-08-19 10:44:45 +00:00
asserts.h Add .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +00:00
bin.c Added a "fillval" attribute to the segment definition. When given, it 2012-09-09 19:00:43 +00:00
bin.h
binfmt.c Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
binfmt.h Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
cfgexpr.c Read and manage additional line information for symbols. 2011-08-18 16:27:18 +00:00
cfgexpr.h Separate processing the linker config file into two phases: The config file is 2010-11-08 21:52:24 +00:00
condes.c Added a new attribute IMPORT to the CONDES definition of the FEATURES section. 2012-11-03 21:37:19 +00:00
condes.h Added a new attribute IMPORT to the CONDES definition of the FEATURES section. 2012-11-03 21:37:19 +00:00
config.c Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
config.h Added a "fillval" attribute to the segment definition. When given, it 2012-09-09 19:00:43 +00:00
dbgfile.c More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
dbgfile.h
dbgsyms.c Allow for warning-free build of ld65 with MS VC on warning level 3. 2013-04-09 23:10:57 +02:00
dbgsyms.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
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 Stopped interrupt dispatcher from being linked even when there are no interruptors. 2013-04-22 15:55:52 -04:00
exports.h Read and manage additional line information for symbols. 2011-08-18 16:27:18 +00:00
expr.c Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +00:00
expr.h For segment based symbols, add information about the segment to the debug info. 2011-06-14 19:25:50 +00:00
extsyms.c Tracked rename of hashstr -> hashfunc. 2011-08-12 15:36:53 +00:00
extsyms.h
fileinfo.c Output information about the item counts in the debug info file. 2011-08-08 17:15:18 +00:00
fileinfo.h Output information about the item counts in the debug info file. 2011-08-08 17:15:18 +00:00
fileio.c Adapted to new library format. 2011-01-28 16:03:55 +00:00
fileio.h
filepath.c Allow to supply searchpath defines as simple values instead of escaped C strings. 2013-04-27 17:20:34 +02:00
filepath.h Restructured search path handling. 2010-05-09 10:54:15 +00:00
fragment.c Adapted to new line infos and spans as written to the object file by the 2011-08-14 19:24:03 +00:00
fragment.h Changed data type used to store line numbers from unsigned long to unsigned. 2011-08-19 10:44:45 +00:00
global.c Merge CfgProcess and CfgAssignSegments because both do some sort of 2010-11-09 21:01:27 +00:00
global.h Merge CfgProcess and CfgAssignSegments because both do some sort of 2010-11-09 21:01:27 +00:00
library.c Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
library.h Output information about the item counts in the debug info file. 2011-08-08 17:15:18 +00:00
lineinfo.c Since there is now line info with type ASM and a count not equal to zero, the 2012-11-04 12:58:17 +00:00
lineinfo.h Since there is now line info with type ASM and a count not equal to zero, the 2012-11-04 12:58:17 +00:00
main.c Removed unused variable. 2013-05-02 15:09:38 +03:00
mapfile.c Added support for arbitrary alignments. 2011-12-28 16:28:19 +00:00
mapfile.h
memarea.c Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
memarea.h Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
o65.c Use O65OPT_FILENAME to place the filename of the output file into generated 2012-10-28 19:31:24 +00:00
o65.h Fixed numeric OS ids. Added new OS OPENCBM 2005-03-30 19:28:28 +00:00
objdata.c More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
objdata.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
objfile.c Removed unneeded include files. 2012-04-01 15:48:11 +00:00
objfile.h Write spans out in a separate object file section. This allows to merge 2011-08-21 19:08:23 +00:00
scanner.c The line number is now of type unsigned. 2011-08-15 17:25:23 +00:00
scanner.h Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
scopes.c Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
scopes.h Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
segments.c Removed unused variable. 2013-05-02 15:13:19 +03:00
segments.h Finish support for .BANK. 2012-01-04 22:45:26 +00:00
span.c Added a new attribute IMPORT to the CONDES definition of the FEATURES section. 2012-11-03 21:37:19 +00:00
span.h Added a new attribute IMPORT to the CONDES definition of the FEATURES section. 2012-11-03 21:37:19 +00:00
spool.c Implementation of StringPool has changed. 2011-08-21 13:16:14 +00:00
spool.h Implementation of StringPool has changed. 2011-08-21 13:16:14 +00:00
tpool.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
tpool.h Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00