* [PATCH] xcoffread.c: Handle variables stored in the TOC
@ 2002-07-12 12:00 Kevin Buettner
0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2002-07-12 12:00 UTC (permalink / raw)
To: gdb-patches
I've just committed the patch below.
From Nicholas Duffek:
* xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
csect.
Index: xcoffread.c
===================================================================
RCS file: /cvs/src/src/gdb/xcoffread.c,v
retrieving revision 1.19
diff -u -p -r1.19 xcoffread.c
--- xcoffread.c 30 Apr 2002 00:26:44 -0000 1.19
+++ xcoffread.c 12 Jul 2002 18:26:21 -0000
@@ -2277,6 +2277,7 @@ scan_xcoff_symtab (struct objfile *objfi
break;
case XMC_RW:
+ case XMC_TD:
/* Data variables are recorded in the minimal symbol
table, except for section symbols. */
if (*namestring != '.')
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-12 18:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-12 12:00 [PATCH] xcoffread.c: Handle variables stored in the TOC Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox