diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 1999-05-14 13:44:11 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 1999-05-14 06:44:11 -0700 |
commit | af8b342afe49fbdca4673f95cda3fca92891e054 (patch) | |
tree | aeb2b02f82b5fb61f83f6de55a92a5cd53d09b08 /gcc/java/lang.c | |
parent | 62dab29cd24953c065bc717e013d2926f9e56901 (diff) | |
download | gcc-af8b342afe49fbdca4673f95cda3fca92891e054.zip gcc-af8b342afe49fbdca4673f95cda3fca92891e054.tar.gz gcc-af8b342afe49fbdca4673f95cda3fca92891e054.tar.bz2 |
[multiple changes]
Fri May 14 12:31:08 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* xref.c (xref_set_current_fp): New function, defined.
* xref.h (xref_set_current_fp): New function, prototyped.
Fri May 14 11:57:54 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* check-init.c (check_init): Take into account that
LABELED_BLOCK_STMT can be empty.
From-SVN: r26935
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index df3a199..cd6fb3b 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -173,16 +173,6 @@ lang_decode_option (argc, argv) } #undef ARG -#define XARG "-fxref=" - if (strncmp (p, XARG, sizeof (XARG) - 1) == 0) - { - if (!(flag_emit_xref = xref_flag_value (p + sizeof (XARG) - 1))) - error ("Unkown xref format `%s'", p + sizeof (XARG) - 1); - else - return 1; - } -#undef XARG - if (p[0] == '-' && p[1] == 'f') { /* Some kind of -f option. |