aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-06-01 12:21:05 +0000
committerAlan Modra <amodra@gmail.com>2006-06-01 12:21:05 +0000
commit12e64c2c299a4366898498ed88586ddf8dc3a104 (patch)
tree3a0e45fcf105dab69586918239b9fafa223eb85d /gas/configure
parent1224efb888c0f18139c170b28a57d67e80c90a40 (diff)
downloadgdb-12e64c2c299a4366898498ed88586ddf8dc3a104.zip
gdb-12e64c2c299a4366898498ed88586ddf8dc3a104.tar.gz
gdb-12e64c2c299a4366898498ed88586ddf8dc3a104.tar.bz2
* config/obj-ieee.c: Delete.
* config/obj-ieee.h: Delete. * Makefile.am (OBJ_FORMATS): Remove ieee. (OBJ_FORMAT_CFILES, OBJ_FORMAT_HFILES): Similarly. (obj-ieee.o): Remove rule. * Makefile.in: Regenerate. * configure.in (atof): Remove tahoe. (OBJ_MAYBE_IEEE): Don't define. * configure: Regenerate. * config.in: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/gas/configure b/gas/configure
index 5036c8e..11eacda 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4902,8 +4902,7 @@ fi
# IEEE FP. On those that don't support FP at all, usually IEEE
# is emulated.
case ${target_cpu} in
- vax | tahoe ) atof=${target_cpu} ;;
- pdp11) atof=vax ;;
+ vax | pdp11 ) atof=vax ;;
*) atof=ieee ;;
esac
@@ -5068,11 +5067,6 @@ cat >>confdefs.h <<\_ACEOF
#define OBJ_MAYBE_GENERIC 1
_ACEOF
;;
- ieee)
-cat >>confdefs.h <<\_ACEOF
-#define OBJ_MAYBE_IEEE 1
-_ACEOF
- ;;
som)
cat >>confdefs.h <<\_ACEOF
#define OBJ_MAYBE_SOM 1