From: uz Date: Mon, 9 Aug 2010 21:28:47 +0000 (+0000) Subject: Change output for symbols in the debug info file to match that of the other X-Git-Tag: V2.13.3~648 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e72e7d46bc91e43fa92777506c001c7909c2924;p=cc65 Change output for symbols in the debug info file to match that of the other lines. The name is now preceeded by "name=". git-svn-id: svn://svn.cc65.org/cc65/trunk@4803 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/dbgsyms.c b/src/ld65/dbgsyms.c index f52e082d7..a06145aa9 100644 --- a/src/ld65/dbgsyms.c +++ b/src/ld65/dbgsyms.c @@ -217,7 +217,7 @@ void PrintDbgSyms (ObjData* O, FILE* F) /* Emit the debug file line */ fprintf (F, - "sym\t\"%s\",value=0x%08lX,addrsize=%s,type=%s\n", + "sym\tname=\"%s\",value=0x%08lX,addrsize=%s,type=%s\n", GetString (D->Name), Val, AddrSizeToStr (D->AddrSize),