]> git.sur5r.net Git - cc65/commitdiff
Change output for symbols in the debug info file to match that of the other
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 9 Aug 2010 21:28:47 +0000 (21:28 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 9 Aug 2010 21:28:47 +0000 (21:28 +0000)
lines. The name is now preceeded by "name=".

git-svn-id: svn://svn.cc65.org/cc65/trunk@4803 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/dbgsyms.c

index f52e082d75d99283e9a396c6f59f07c984bdda89..a06145aa9b80305dc415836f87398da1b144897e 100644 (file)
@@ -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),