aboutsummaryrefslogtreecommitdiff
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
commit15ab5209f39005f3c4f7009d490b9bb459cc7707 (patch)
tree6dc54dd81e2003f082785e508e50f18ad4c3dd6e /binutils/configure.in
parent722b0ff75c691fd2428231358bfb36880d904d46 (diff)
downloadgdb-15ab5209f39005f3c4f7009d490b9bb459cc7707.zip
gdb-15ab5209f39005f3c4f7009d490b9bb459cc7707.tar.gz
gdb-15ab5209f39005f3c4f7009d490b9bb459cc7707.tar.bz2
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 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