]> git.sur5r.net Git - cc65/commit
Did some renaming and cleanup: Renamed EXPR_SEGMENT to EXPR_SECTION, since
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 14 Dec 2002 22:57:00 +0000 (22:57 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 14 Dec 2002 22:57:00 +0000 (22:57 +0000)
commit0774fe273affa9156915c81e6e892fd3565d5d93
treebb718913344279cf9057d64d714d5ca0982fc265
parentf47648ecfb4ae432622580d1b9022647de2f8ec7
Did some renaming and cleanup: Renamed EXPR_SEGMENT to EXPR_SECTION, since
this is what it really is. Added a real EXPR_SECTION which is now used in
the linker to represent the run address of a segment, provided that it is
requested to be defined. Changed some named in use of EXPR_MEMAREA. Added
handling of the new EXPR_SEGMENT to both, the binary and o65 output format.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1769 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ar65/library.c
src/ca65/expr.c
src/common/exprdefs.h
src/ld65/condes.c
src/ld65/config.c
src/ld65/exports.c
src/ld65/exports.h
src/ld65/expr.c
src/ld65/expr.h
src/ld65/o65.c