From: Andrew Cagney Date: Wed, 6 Mar 2002 06:29:42 +0000 (+0000) Subject: Remove floatformat_arm_ext. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=efdab8079f32f3abe5ae89cb01ccd5073809aa78;p=deliverable%2Fbinutils-gdb.git Remove floatformat_arm_ext. --- diff --git a/include/ChangeLog b/include/ChangeLog index 8ccea0591c..2a60bbe10a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Andrew Cagney + + * floatformat.h (floatformat_arm_ext): Delete declaration. + 2002-02-21 Jim Blandy Allow the user to specify functions for allocating memory for diff --git a/include/floatformat.h b/include/floatformat.h index 0cd09befb4..53ead3eee6 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -96,7 +96,6 @@ extern const struct floatformat floatformat_m68881_ext; 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. */ diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index caac62f2ad..acc26ea573 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Andrew Cagney + + * floatformat.c (floatformat_arm_ext_big): Delete definition. + 2002-03-04 Phil Edwards * configure.in: Add --enable-install-libiberty option. diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index b5d0121aad..d9e9fad816 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. */