varasm.c (struct constant_descriptor_rtx): Remove unused `label' field.
authorGeoffrey Keating <geoffk@apple.com>
Sat, 11 Jan 2003 00:47:36 +0000 (00:47 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 11 Jan 2003 00:47:36 +0000 (00:47 +0000)
* varasm.c (struct constant_descriptor_rtx): Remove unused
`label' field.

From-SVN: r61182

gcc/ChangeLog
gcc/varasm.c

index 7d0ca380bebcbcb3e38f80f2a3c8bd0643559c0b..222a552a5efe966a0dca8b47e7d86946d429400b 100644 (file)
@@ -1,5 +1,8 @@
 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
 
+       * varasm.c (struct constant_descriptor_rtx): Remove unused
+       `label' field.
+
        * toplev.c (documented_lang_options): Document -Winvalid-pch.
 
 2003-01-10  Richard Henderson  <rth@redhat.com>
index 673030d5527c11c2c046ee5c656a3b914e9fb1c7..9fc92c4d795ae9d322182c6ae4f3f9c5e67f11b2 100644 (file)
@@ -1,6 +1,6 @@
 /* Output variables, constants and external declarations, for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -2832,9 +2832,6 @@ struct constant_descriptor_rtx GTY(())
   /* More constant_descriptors with the same hash code.  */
   struct constant_descriptor_rtx *next;
 
-  /* The label of the constant.  */
-  const char *label;
-
   /* A MEM for the constant.  */
   rtx rtl;