Dwarf EH bug in dwarf2out.c

Jeffrey A Law law@cygnus.com
Fri Oct 31 23:36:00 GMT 1997


  In message < m0xRVWI-0004ecC@ocean.lucon.org >you write:
  > Hi,
  > 
  > dwarf2out.c uses ASM_OUTPUT_ASCII to output "eh",
  > 
  > 	.ascii "eh"
  > 
  > in asm code,  which is not '\0' terminated. But frame.c assumes it
  > is and use strcmp/strlen on it. It doesn't work at all.
Just wonderful.  The comment before ASM_OUTPUT_DWARF_STRING is wrong
(claims it is just ASM_OUTPUT_ASCII without the trailing newline).

No big deal.  Easy to fix.

jeff



More information about the Gcc mailing list