diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-06 06:29:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-06 06:29:42 +0000 |
commit | 226d2a8c52bac66672138a4e9c262bb229f583da (patch) | |
tree | a7abf2c198765836faa9554391014accdffdfdee /libiberty | |
parent | 8e4d8f8727fb421610527c121f4c8de8370f2309 (diff) | |
download | gdb-226d2a8c52bac66672138a4e9c262bb229f583da.tar.gz |
Remove floatformat_arm_ext.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/floatformat.c | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index caac62f2ade..acc26ea573f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Andrew Cagney <ac131313@redhat.com> + + * floatformat.c (floatformat_arm_ext_big): Delete definition. + 2002-03-04 Phil Edwards <pme@gcc.gnu.org> * configure.in: Add --enable-install-libiberty option. diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index b5d0121aad7..d9e9fad816d 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -103,13 +103,6 @@ const struct floatformat floatformat_m88110_harris_ext = floatformat_intbit_no, "floatformat_m88110_ext_harris" }; -const struct floatformat floatformat_arm_ext = -{ - /* Bits 1 to 16 are unused. */ - floatformat_big, 96, 0, 17, 15, 0x3fff, 0x7fff, 32, 64, - floatformat_intbit_yes, - "floatformat_arm_ext" -}; const struct floatformat floatformat_arm_ext_big = { /* Bits 1 to 16 are unused. */ |