Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: gdb-patches@sources.redhat.com, binutils@sources.redhat.com,
	gcc-patches@sources.redhat.com
Subject: [patch/rfc] Delete floatformat_arm_ext
Date: Sat, 23 Feb 2002 19:57:00 -0000	[thread overview]
Message-ID: <3C7864AB.1060900@cygnus.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Hello,

The attached deletes floatformat_arm_ext from include/floatformat.h and 
libiberty/floatformat.c.  As far as I know nothing uses it.  GDB stopped 
using it some time ago.

It has been replaced with the far more useful:

const struct floatformat floatformat_arm_ext_big;
const struct floatformat floatformat_arm_ext_littlebyte_bigword;

Any comments?  If not I'll commit it in a few days.
Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1672 bytes --]

Index: ./include/ChangeLog
2002-02-23  Andrew Cagney  <ac131313@redhat.com>

	* floatformat.h (floatformat_arm_ext): Delete declaration.

Index: ./libiberty/ChangeLog
2002-02-23  Andrew Cagney  <ac131313@redhat.com>

	* floatformat.c (floatformat_arm_ext_big): Delete definition.

Index: ./include/floatformat.h
===================================================================
RCS file: /cvs/src/src/include/floatformat.h,v
retrieving revision 1.4
diff -u -r1.4 floatformat.h
--- floatformat.h	2001/08/21 00:20:05	1.4
+++ floatformat.h	2002/02/24 03:51:10
@@ -96,7 +96,6 @@
 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: ./libiberty/floatformat.c
===================================================================
RCS file: /cvs/src/src/libiberty/floatformat.c,v
retrieving revision 1.5
diff -u -r1.5 floatformat.c
--- floatformat.c	2001/08/21 00:20:07	1.5
+++ floatformat.c	2002/02/24 03:51:16
@@ -103,13 +103,6 @@
   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.  */

             reply	other threads:[~2002-02-24  3:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-23 19:57 Andrew Cagney [this message]
2002-02-23 20:47 ` DJ Delorie
2002-02-23 21:33   ` Andrew Cagney
2002-02-23 21:35     ` DJ Delorie
2002-02-23 22:05       ` Andrew Cagney
2002-02-23 22:06         ` DJ Delorie
2002-03-05 22:31           ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C7864AB.1060900@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=binutils@sources.redhat.com \
    --cc=gcc-patches@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox