From Nicholas Duffek:

* xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
	csect.
This commit is contained in:
Kevin Buettner 2002-07-12 18:30:15 +00:00
parent 53fe934617
commit 6904b546a2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-07-12 Kevin Buettner <kevinb@redhat.com>
From Nicholas Duffek:
* xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
csect.
2002-07-12 Andrew Cagney <cagney@redhat.com>
* MAINTAINERS: Mention --enable-sim-build-warnings.

View File

@ -2277,6 +2277,7 @@ scan_xcoff_symtab (struct objfile *objfile)
break;
case XMC_RW:
case XMC_TD:
/* Data variables are recorded in the minimal symbol
table, except for section symbols. */
if (*namestring != '.')