]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
authorDave Anglin <dave.anglin@nrc.ca>
Sat, 13 Aug 2005 23:59:43 +0000 (23:59 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Sat, 13 Aug 2005 23:59:43 +0000 (23:59 +0000)
(get_parisc_section_type_name): Handle SHT_PARISC_DLKM.

binutils/ChangeLog
binutils/readelf.c

index 02ed662418e6dc39da1b7bffdab1b5fc425cc42f..00048c16af6ce7ea68de3a803fa8da61d477a6fc 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
+       (get_parisc_section_type_name): Handle SHT_PARISC_DLKM.
+
 2005-08-11  H.J. Lu  <hongjiu.lu@intel.com>
 
        * NEWS: Mention "-t/--section-details" and
index c3c98e5afc1b29ec5ced33d043f74e857132ba59..5bd38f6b916fa99a021fe346181e4e03af54b765 100644 (file)
@@ -2411,6 +2411,7 @@ get_parisc_segment_type (unsigned long type)
     case PT_HP_CORE_UTSNAME:   return "HP_CORE_UTSNAME";
     case PT_PARISC_ARCHEXT:    return "PARISC_ARCHEXT";
     case PT_PARISC_UNWIND:     return "PARISC_UNWIND";
+    case PT_PARISC_WEAKORDER:  return "PARISC_WEAKORDER";
     default:
       break;
     }
@@ -2577,6 +2578,7 @@ get_parisc_section_type_name (unsigned int sh_type)
     case SHT_PARISC_ANNOT:     return "PARISC_ANNOT";
     case SHT_PARISC_SYMEXTN:   return "PARISC_SYMEXTN";
     case SHT_PARISC_STUBS:     return "PARISC_STUBS";
+    case SHT_PARISC_DLKM:      return "PARISC_DLKM";
     default:
       break;
     }