1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00
cc65/src/ld65
uz 772d51aa5e Added handling of new expression opcodes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5411 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-19 11:55:36 +00:00
..
cfg Minimal beautification. 2012-01-03 21:14:33 +00:00
make Renamed apple-geos.cfg to geos-apple.cfg and added it as built-in configuration. 2012-01-02 12:28:44 +00: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 Let the linker generate a new symbol __NAME_FILEOFFS__ that contains the 2011-12-31 15:21:33 +00:00
bin.h Added dbg file generation 2001-05-29 07:39:46 +00:00
binfmt.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
binfmt.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00: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 Moved the segdefs module to ca65, since it was used only there and renamed it 2012-01-04 22:02:02 +00:00
condes.h Use a string pool to reduce the memory footprint 2003-06-04 12:40:14 +00:00
config.c Finish support for .BANK. 2012-01-04 22:45:26 +00:00
config.h Let the linker generate a new symbol __NAME_FILEOFFS__ that contains the 2011-12-31 15:21:33 +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 More debug file output 2003-09-14 21:08:05 +00:00
dbgsyms.c Fixed an error: Symbol references for csyms were output as local, not global 2011-09-01 10:00:31 +00: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 Added gcc attributes 2003-08-14 21:15:10 +00:00
exports.c Changed data type used to store line numbers from unsigned long to unsigned. 2011-08-19 10:44:45 +00:00
exports.h Read and manage additional line information for symbols. 2011-08-18 16:27:18 +00:00
expr.c Added handling of new expression opcodes. 2012-01-19 11:55:36 +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 More string pool use 2003-06-04 15:40:32 +00:00
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 Added assertions 2003-06-06 12:45:19 +00:00
filepath.c Restructured search path handling. 2010-05-09 10:54:15 +00: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 Added the LineInfo count to the info line of the debug info file. This allows 2011-08-22 21:52:40 +00:00
lineinfo.h Added the LineInfo count to the info line of the debug info file. This allows 2011-08-22 21:52:40 +00:00
main.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
mapfile.c Added support for arbitrary alignments. 2011-12-28 16:28:19 +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
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 Added handling of new expression opcodes. 2012-01-19 11:55:36 +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 More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +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 Finish support for .BANK. 2012-01-04 22:45:26 +00:00
segments.h Finish support for .BANK. 2012-01-04 22:45:26 +00:00
span.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
span.h Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36: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
tgtcfg.c Adjusted/added names of geos include files. 2012-01-03 08:25:04 +00:00
tgtcfg.h Added a new extended (and machine specific) zeropage segment named EXTZP. 2003-02-16 14:32:13 +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