2000-08-17 Christopher C. Chimelis <chris@debian.org>
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
This commit is contained in:
parent
353e2c6994
commit
2ac374c471
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-08-17 Christopher C. Chimelis <chris@debian.org>
|
||||||
|
|
||||||
|
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
|
||||||
|
|
||||||
2000-08-17 Nick Clifton <nickc@redhat.com>
|
2000-08-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* readelf.c (display_debug_pubnames): Only issue warning
|
* readelf.c (display_debug_pubnames): Only issue warning
|
||||||
|
|
|
@ -2611,7 +2611,7 @@ dump_reloc_set (abfd, sec, relpp, relcount)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The length of the longest architecture name + 1. */
|
/* The length of the longest architecture name + 1. */
|
||||||
#define LONGEST_ARCH sizeof("rs6000:6000")
|
#define LONGEST_ARCH sizeof("powerpc:common")
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
endian_string (endian)
|
endian_string (endian)
|
||||||
|
|
Loading…
Reference in a new issue