2000-07-19 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Jul 2000 18:24:32 +0000 (18:24 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Jul 2000 18:24:32 +0000 (18:24 +0000)
* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.

binutils/ChangeLog
binutils/readelf.c

index 390eb6f3a6770db419423b83b42d13df0f26c41c..bc72395c9de0962d8f32b03d14e2df53c4a241a0 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
+
 2000-07-19  H.J. Lu  <hjl@gnu.org>
 
        * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
index 4d41099f59298818a5600c05889fb77f3ea5ceef..174493c9f61ee53602fea32ca77a167572d27596 100644 (file)
@@ -1070,6 +1070,7 @@ get_dynamic_type (type)
     case DT_PREINIT_ARRAY: return "PREINIT_ARRAY";
     case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ";
 
+    case DT_CHECKSUM:  return "CHECKSUM";
     case DT_PLTPADSZ:  return "PLTPADSZ";
     case DT_MOVEENT:   return "MOVEENT";
     case DT_MOVESZ:    return "MOVESZ";
@@ -1100,10 +1101,6 @@ get_dynamic_type (type)
     case DT_USED:      return "USED";
     case DT_FILTER:    return "FILTER";
 
-#if DT_CHECKSUM != 0
-    case DT_CHECKSUM:  return "CHECKSUM";
-#endif
-
     default:
       if ((type >= DT_LOPROC) && (type <= DT_HIPROC))
        {