Commit 1c745a02 by Eric Christopher

mips.h: Remove definition of g_switch_value.

2003-05-18  Eric Christopher  <echristo@redhat.com>

	* config/mips/mips.h: Remove definition of g_switch_value.

From-SVN: r66947
parent 10832fce
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> 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
* flags.h (g_switch_value): Change to an unsigned * flags.h (g_switch_value): Change to an unsigned
......
...@@ -139,7 +139,7 @@ extern int file_in_function_warning; /* warning given about .file in func */ ...@@ -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_label_count; /* block start/end next label # */
extern int sdb_begin_function_line; /* Starting Line of current function */ extern int sdb_begin_function_line; /* Starting Line of current function */
extern int mips_section_threshold; /* # bytes of data/sdata cutoff */ 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 g_switch_set; /* whether -G xx was passed. */
extern int sym_lineno; /* sgi next label # for each stmt */ extern int sym_lineno; /* sgi next label # for each stmt */
extern int set_noreorder; /* # of nested .set noreorder's */ extern int set_noreorder; /* # of nested .set noreorder's */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment