]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add C_TCSYM and C_ECOML to expected RS6000 storage classes.
authorNick Clifton <nickc@redhat.com>
Tue, 22 Jul 2003 09:06:49 +0000 (09:06 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 22 Jul 2003 09:06:49 +0000 (09:06 +0000)
bfd/ChangeLog
bfd/coffcode.h

index b03da0c9dee5a57c67b28ef5a999ca2b65d28bd8..9eb410900be76f829bb08c2812e498f72b2c4309 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-22  Nick Clifton  <nickc@redhat.com>
+
+       * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
+       expected RS6000 storage classes.
+
 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
 
        * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
index 003977e72e674198ec852ca9d6b122d6a5619858..b8dde1ab28805bcf0fa8f25b34a94796122243ba 100644 (file)
@@ -4695,7 +4695,9 @@ coff_slurp_symbol_table (abfd)
            case C_RSYM:
            case C_RPSYM:
            case C_STSYM:
+           case C_TCSYM:
            case C_BCOMM:
+           case C_ECOML:
            case C_ECOMM:
            case C_DECL:
            case C_ENTRY: