diff options
author | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 06:29:00 +0000 |
---|---|---|
committer | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 06:29:00 +0000 |
commit | 5a3c5094048a349467019065ab1f09828e47ec19 (patch) | |
tree | 359a77d271e55b2afb4ef83108934e169e11fbf8 /include/floatformat.h | |
parent | e57cbeef686538a35725ed600a35248849b44209 (diff) | |
download | gcc-5a3c5094048a349467019065ab1f09828e47ec19.tar.gz |
Remove floatformat_arm_ext.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/floatformat.h')
-rw-r--r-- | include/floatformat.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |