]> git.sur5r.net Git - cc65/commit
Moved the segdefs module to ca65, since it was used only there and renamed it
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Jan 2012 22:02:02 +0000 (22:02 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Jan 2012 22:02:02 +0000 (22:02 +0000)
commit02cbc7da254e5218394c9ff55e75bb80df633823
tree308914bac3c39bd408c312857b1c879eb67f68d6
parentad88e77f43735cc44d0f4dc3b0ca80e64f09d7c5
Moved the segdefs module to ca65, since it was used only there and renamed it
to segdef, since there might be a new segdefs module in common soon.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5381 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
src/ca65/make/gcc.mak
src/ca65/make/watcom.mak
src/ca65/segdef.c [new file with mode: 0644]
src/ca65/segdef.h [new file with mode: 0644]
src/ca65/segment.h
src/common/make/gcc.mak
src/common/make/watcom.mak
src/common/segdefs.c [deleted file]
src/common/segdefs.h [deleted file]
src/ld65/condes.c
src/ld65/segments.c
src/od65/dump.c