diff options
author | Andrew Cagney <ac131313@redhat.com> | 2002-03-06 06:29:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@gcc.gnu.org> | 2002-03-06 06:29:00 +0000 |
commit | ccc49bed1c10b24ad339566dec8482e58bd01129 (patch) | |
tree | 359a77d271e55b2afb4ef83108934e169e11fbf8 /libiberty/floatformat.c | |
parent | 355526af2b3527bde465ccbfbb6a6af42a74ceea (diff) | |
download | gcc-ccc49bed1c10b24ad339566dec8482e58bd01129.zip gcc-ccc49bed1c10b24ad339566dec8482e58bd01129.tar.gz gcc-ccc49bed1c10b24ad339566dec8482e58bd01129.tar.bz2 |
Remove floatformat_arm_ext.
From-SVN: r50345
Diffstat (limited to 'libiberty/floatformat.c')
-rw-r--r-- | libiberty/floatformat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index b5d0121..d9e9fad8 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. */ |