From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Clifton To: hjl@valinux.com Cc: binutils@sourceware.cygnus.com Subject: Re: [chris@debian.org: Small aesthetic patch for objdump] Date: Sat, 29 Jul 2000 16:39:00 -0000 Message-id: <200007292339.QAA16612@elmo.cygnus.com> X-SW-Source: 2000-07/msg00490.html Hi H.J., : Ok to install? Sure. Cheers Nick : --- binutils-2.10.0.18.orig/binutils/objdump.c : +++ binutils-2.10.0.18/binutils/objdump.c : @@ -2613,7 +2613,7 @@ : } : : /* 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)