summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2007-02-05 19:56:32 +0000
committerDave Brolley <brolley@redhat.com>2007-02-05 19:56:32 +0000
commit2ede31438dfe80f12ed2e7ce7eadf19b611d0189 (patch)
tree05d36aa4a49f79366dc6256bed4cb5eaefe49ab7 /binutils/configure.in
parenta929501305869f6ab9146766bc037845c79211e3 (diff)
downloadbinutils-redhat-2ede31438dfe80f12ed2e7ce7eadf19b611d0189.tar.gz
2007-02-05 Dave Brolley <brolley@redhat.com>
* readelf.c (dump_relocations): Don't check for (rtype == NULL && type == R_RELC). 2007-02-05 Dave Brolley <brolley@redhat.com> * Contribute the following changes: 2003-10-29 Dave Brolley <brolley@redhat.com> * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep. * configure: Regenerated. 2001-04-03 Ben Elliston <bje@redhat.com> * readelf.c: Include "elf/mep.h". (guess_is_rela): Handle EM_CYGNUS_MEP. (get_machine_name): Ditto. (dump_relocations): Ditto.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index cd89a4cb19..1ee3885405 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