From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Duffek To: gdb-patches@sources.redhat.com Cc: ezannoni@cygnus.com, phdm@macqel.be, kevinb@cygnus.com, Peter.Schauer@regent.e-technik.tu-muenchen.de Subject: [RFA] xcoffread.c: mention "@" alongside "$" and ".$" Date: Thu, 12 Apr 2001 15:52:00 -0000 Message-id: <200104122246.SAA27677@nog.bosbc.com> X-SW-Source: 2001-04/msg00128.html Here's a minor edit to clarify the comment in my previous patch. ChangeLog: * xcoffread.c (scan_xcoff_symtab): Edit "@FIX1" comment. Okay? Nicholas Duffek [patch follows] Index: gdb/xcoffread.c =================================================================== diff -up gdb/xcoffread.c gdb/xcoffread.c --- gdb/xcoffread.c Thu Apr 12 18:32:09 2001 +++ gdb/xcoffread.c Thu Apr 12 18:31:41 2001 @@ -2243,7 +2243,7 @@ scan_xcoff_symtab (struct objfile *objfi else csect_aux = main_aux[0]; - /* If symbol name starts with ".$" or "$", ignore it. + /* If symbol name starts with ".$", "$", or "@", ignore it. A symbol like "@FIX1" introduces a section for -bbigtoc jump tables, which contain anonymous linker-generated code.