]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove floatformat_arm_ext.
authorAndrew Cagney <ac131313@redhat.com>
Wed, 6 Mar 2002 06:29:00 +0000 (06:29 +0000)
committerAndrew Cagney <cagney@gcc.gnu.org>
Wed, 6 Mar 2002 06:29:00 +0000 (06:29 +0000)
From-SVN: r50345

include/ChangeLog
include/floatformat.h
libiberty/ChangeLog
libiberty/floatformat.c

index e6c3d5e49d0f279a733f34ba2e6725a937b38cf6..f35f7ad3bb402f12722c1a5f3efc0d1eef4663a2 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * floatformat.h (floatformat_arm_ext): Delete declaration.
+
 2002-02-22  Jim Blandy  <jimb@redhat.com>
 
        Allow the user to specify functions for allocating memory for
index 0cd09befb475caa19210e1281527bfdeeb51402e..53ead3eee61a8622d47f8a0469b3edd9cd2b4d62 100644 (file)
@@ -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.  */
index b213aa2d0e7ca51511400ccad55c8e322aa025e0..51ac02436f142ab9b12b9978c90dea08a3ed2e2f 100644 (file)
@@ -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.
index b5d0121aad7498828aace7a6afb5a03ef9e2ab63..d9e9fad816de0c65b58bc1afffba710fd20920ab 100644 (file)
@@ -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.  */