- Added ;#CSRC labels so that a 3rd party tool can parse the .asm output
authorsdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 1 Nov 2001 15:26:09 +0000 (15:26 +0000)
committersdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 1 Nov 2001 15:26:09 +0000 (15:26 +0000)
commit2ade2528610d70726c4235990ae6306d7102409c
tree51886a01fdf5182bec82b2aff747451d2b438f82
parent0a2ebf328e32106b38b6b64ae5411425eb8f6737
- Added ;#CSRC labels so that a 3rd party tool can parse the .asm output
  and ascertain the C source line numbers. (The Tool is gpsim).
- Label generation bug for & was fixed
- Redundant/unnecessary labels weren't properly removed.
- pcode optimization was happening twice.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1483 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/pic/gen.c
src/pic/glue.c
src/pic/pcode.c
src/pic/pcodepeep.c