OSDN Git Service

2003-05-18 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 May 2003 07:00:34 +0000 (07:00 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 May 2003 07:00:34 +0000 (07:00 +0000)
* config/mips/mips.h: Remove definition of g_switch_value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66947 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.h

index 41f8887..849f6b0 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-18  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.h: Remove definition of g_switch_value.
+
 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
 
        * flags.h (g_switch_value): Change to an unsigned
 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
 
        * flags.h (g_switch_value): Change to an unsigned
@@ -5,7 +9,7 @@
        * toplev.c (g_switch_value): Likewise.
 
        * config/alpha/alpha.c (small_symbolic_operand): Remove
        * toplev.c (g_switch_value): Likewise.
 
        * config/alpha/alpha.c (small_symbolic_operand): Remove
-       g_switch_value cast. 
+       g_switch_value cast.
        (alpha_in_small_data_p): Cast size to an unsigned
        HOST_WIDE_INT.
 
        (alpha_in_small_data_p): Cast size to an unsigned
        HOST_WIDE_INT.
 
@@ -50,7 +54,7 @@
 
        * config.gcc: Clear xm_file, md_file at the beginning of each pass.
 
 
        * config.gcc: Clear xm_file, md_file at the beginning of each pass.
 
-       * config/stormy16/stormy16.h: Remove about 3000 lines of 
+       * config/stormy16/stormy16.h: Remove about 3000 lines of
        target-independent comments.  Update copyright notice.
 
        * doc/collect2.texi: GNU CC -> GCC.
        target-independent comments.  Update copyright notice.
 
        * doc/collect2.texi: GNU CC -> GCC.
@@ -59,7 +63,7 @@
 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
 
        * hashtable.h (struct ht_identifier): Add data member "hash_value".
 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
 
        * hashtable.h (struct ht_identifier): Add data member "hash_value".
-       * hashtable.c (ht_lookup): Use it when searching, remember. 
+       * hashtable.c (ht_lookup): Use it when searching, remember.
        (ht_expand): Do not recompute.
        * tree.h (IDENTIFIER_HASH_VALUE): New macro.
 
        (ht_expand): Do not recompute.
        * tree.h (IDENTIFIER_HASH_VALUE): New macro.
 
@@ -91,7 +95,7 @@
        * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
        Define __ELF__.
        * doc/cpp.texi: Document __ELF__.
        * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
        Define __ELF__.
        * doc/cpp.texi: Document __ELF__.
-       * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     * 
+       * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
 
 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 
 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
index 1d22ca3..127ae55 100644 (file)
@@ -139,7 +139,7 @@ extern int file_in_function_warning;        /* warning given about .file in func */
 extern int sdb_label_count;            /* block start/end next label # */
 extern int sdb_begin_function_line;     /* Starting Line of current function */
 extern int mips_section_threshold;     /* # bytes of data/sdata cutoff */
 extern int sdb_label_count;            /* block start/end next label # */
 extern int sdb_begin_function_line;     /* Starting Line of current function */
 extern int mips_section_threshold;     /* # bytes of data/sdata cutoff */
-extern int g_switch_value;             /* value of the -G xx switch */
+/* extern unsigned HOST_WIDE_INT  g_switch_value; */ /* value of the -G xx switch */
 extern int g_switch_set;               /* whether -G xx was passed.  */
 extern int sym_lineno;                 /* sgi next label # for each stmt */
 extern int set_noreorder;              /* # of nested .set noreorder's  */
 extern int g_switch_set;               /* whether -G xx was passed.  */
 extern int sym_lineno;                 /* sgi next label # for each stmt */
 extern int set_noreorder;              /* # of nested .set noreorder's  */