aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2001-02-04 16:37:03 +0000
committerPhil Blundell <philb@gnu.org>2001-02-04 16:37:03 +0000
commitc7217458cbea74d3894d16b1dada3083fb2ca80f (patch)
tree7af23c6d141b28d1d4b70f694d8e92555ec54836 /binutils
parent46c1ea57dca761bf361530c7be6fc80cc8202a9e (diff)
downloadgdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.zip
gdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.tar.gz
gdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.tar.bz2
2001-02-04 Philip Blundell <philb@gnu.org>
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rwxr-xr-xbinutils/configure2
-rw-r--r--binutils/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dddbb35..b79058b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-04 Philip Blundell <philb@gnu.org>
+
+ * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
+ * configure: Regenerate.
+
2001-01-31 Steve deRosier <sderosier@vari-lite.com>
* ieee.c (ieee_add_bb11): Don't check for backslashes
diff --git a/binutils/configure b/binutils/configure
index bf0043e..83f6ee3 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -5418,7 +5418,7 @@ do
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
- arm-* | xscale-* | strongarm-* | d10v-*)
+ arm*-* | xscale-* | strongarm-* | d10v-*)
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
i[3-6]86-*pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32*)
diff --git a/binutils/configure.in b/binutils/configure.in
index d175d85..709f2eb 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -220,7 +220,7 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
- arm-* | xscale-* | strongarm-* | d10v-*)
+ arm*-* | xscale-* | strongarm-* | d10v-*)
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl