From 15ab5209f39005f3c4f7009d490b9bb459cc7707 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Feb 2007 19:56:32 +0000 Subject: 2007-02-05 Dave Brolley * readelf.c (dump_relocations): Don't check for (rtype == NULL && type == R_RELC). 2007-02-05 Dave Brolley * Contribute the following changes: 2003-10-29 Dave Brolley * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep. * configure: Regenerated. 2001-04-03 Ben Elliston * readelf.c: Include "elf/mep.h". (guess_is_rela): Handle EM_CYGNUS_MEP. (get_machine_name): Ditto. (dump_relocations): Ditto. --- binutils/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/configure.in') diff --git a/binutils/configure.in b/binutils/configure.in index cd89a4c..1ee3885 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -355,6 +355,9 @@ changequote([,])dnl fi DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF" ;; + mep-*) + OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0" + ;; esac fi done -- cgit v1.1