mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 19:41:29 +08:00
Remove floatformat_arm_ext.
From-SVN: r50345
This commit is contained in:
parent
355526af2b
commit
ccc49bed1c
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user