This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] xcoffread.c: mention "@" alongside "$" and ".$"


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
<nsd@redhat.com>

[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. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]