summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-03-06 06:29:42 +0000
committerAndrew Cagney <cagney@redhat.com>2002-03-06 06:29:42 +0000
commit226d2a8c52bac66672138a4e9c262bb229f583da (patch)
treea7abf2c198765836faa9554391014accdffdfdee /include
parent8e4d8f8727fb421610527c121f4c8de8370f2309 (diff)
downloadgdb-226d2a8c52bac66672138a4e9c262bb229f583da.tar.gz
Remove floatformat_arm_ext.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/floatformat.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 8ccea0591cd..2a60bbe10a9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-06 Andrew Cagney <ac131313@redhat.com>
+
+ * floatformat.h (floatformat_arm_ext): Delete declaration.
+
2002-02-21 Jim Blandy <jimb@redhat.com>
Allow the user to specify functions for allocating memory for
diff --git a/include/floatformat.h b/include/floatformat.h
index 0cd09befb47..53ead3eee61 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. */