From Nicholas Duffek:
* xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage csect.
This commit is contained in:
parent
53fe934617
commit
6904b546a2
@ -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.
|
||||
|
@ -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 != '.')
|
||||
|
Loading…
Reference in New Issue
Block a user