From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: hjl@lucon.org (H.J. Lu) Cc: egcs@cygnus.com Subject: Re: Dwarf EH bug in dwarf2out.c Date: Fri, 31 Oct 1997 23:36:00 -0000 Message-id: <10729.878369925@hurl.cygnus.com> References: X-SW-Source: 1997-10/msg01286.html 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