* src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 May 2004 06:30:27 +0000 (06:30 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 May 2004 06:30:27 +0000 (06:30 +0000)
commit5a40e91827f3aa24cbfbab9b7e68c38d2df90e9d
tree99e8a0b84410b86145611fc9b8d64e2d10bdea2e
parent48ba82a9755eae5da6e24d1381ea3bcf72ebb9ef
* src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
SPEC_STRUCT
* src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
struct definitions
* src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
dwWriteLabel): fix to create valid debugger symbols even when
the module name has non-alphanumeric symbols in it
* src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
when a variable's allocation has been optimized away

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3306 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCdwarf2.c