Index: ./include/ChangeLog 2002-02-23 Andrew Cagney * floatformat.h (floatformat_arm_ext): Delete declaration. Index: ./libiberty/ChangeLog 2002-02-23 Andrew Cagney * floatformat.c (floatformat_arm_ext_big): Delete definition. Index: ./include/floatformat.h =================================================================== RCS file: /cvs/src/src/include/floatformat.h,v retrieving revision 1.4 diff -u -r1.4 floatformat.h --- floatformat.h 2001/08/21 00:20:05 1.4 +++ floatformat.h 2002/02/24 03:51:10 @@ -96,7 +96,6 @@ extern const struct floatformat floatformat_i960_ext; extern const struct floatformat floatformat_m88110_ext; extern const struct floatformat floatformat_m88110_harris_ext; -extern const struct floatformat floatformat_arm_ext; /* deprecated. */ extern const struct floatformat floatformat_arm_ext_big; extern const struct floatformat floatformat_arm_ext_littlebyte_bigword; /* IA-64 Floating Point register spilt into memory. */ Index: ./libiberty/floatformat.c =================================================================== RCS file: /cvs/src/src/libiberty/floatformat.c,v retrieving revision 1.5 diff -u -r1.5 floatformat.c --- floatformat.c 2001/08/21 00:20:07 1.5 +++ floatformat.c 2002/02/24 03:51:16 @@ -103,13 +103,6 @@ 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. */