From: hjl Date: Fri, 18 Aug 2000 01:58:11 +0000 (+0000) Subject: 2000-08-17 Christopher C. Chimelis X-Git-Tag: pre-cygwin-heap~165 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4dd0c467baeec16cfd29d1379e3dbd9686995398;p=pf3gnuchains%2Fpf3gnuchains4x.git 2000-08-17 Christopher C. Chimelis * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common"). --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 998851a30d..095484283e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-08-17 Christopher C. Chimelis + + * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common"). + 2000-08-17 Nick Clifton * readelf.c (display_debug_pubnames): Only issue warning diff --git a/binutils/objdump.c b/binutils/objdump.c index d71888a9ee..cc31746c5f 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -2611,7 +2611,7 @@ dump_reloc_set (abfd, sec, relpp, relcount) } /* 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)