From 6f6aa16f75b106a2efb470be06c6ccb0a09265cd Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 6 Mar 2002 06:29:41 +0000 Subject: [PATCH] Remove floatformat_arm_ext. --- include/ChangeLog | 4 ++++ include/floatformat.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index 8ccea0591..2a60bbe10 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 0cd09befb..53ead3eee 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. */