]> Git Repo - binutils.git/commitdiff
2000-08-17 Christopher C. Chimelis <[email protected]>
authorH.J. Lu <[email protected]>
Fri, 18 Aug 2000 01:58:12 +0000 (01:58 +0000)
committerH.J. Lu <[email protected]>
Fri, 18 Aug 2000 01:58:12 +0000 (01:58 +0000)
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").

binutils/ChangeLog
binutils/objdump.c

index 998851a30dee2c9aa9bc1d1c5856252ca1a2233a..095484283e4d9ca38b67b3256924aa9b36f37464 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-17  Christopher C. Chimelis <[email protected]>
+
+       * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
+
 2000-08-17  Nick Clifton  <[email protected]>
 
        * readelf.c (display_debug_pubnames): Only issue warning
index d71888a9eec588561d82b6750fffe22e983ce929..cc31746c5f89fabd46b7288b11bb3f086e9af6dc 100644 (file)
@@ -2611,7 +2611,7 @@ dump_reloc_set (abfd, sec, relpp, relcount)
 }
 \f
 /* The length of the longest architecture name + 1.  */
-#define LONGEST_ARCH sizeof("rs6000:6000")
+#define LONGEST_ARCH sizeof("powerpc:common")
 
 static const char *
 endian_string (endian)
This page took 0.040795 seconds and 4 git commands to generate.