2001-06-07 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jun 2001 16:52:19 +0000 (16:52 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jun 2001 16:52:19 +0000 (16:52 +0000)
* config/tc-mips.c (mips_pseudo_table): Add "extern" if
MIPS_STABS_ELF is defined.

gas/ChangeLog
gas/config/tc-mips.c

index 7dedbfe9e2674655bbc89897b3361cf8650277f2..6eddb6a1052c488adc4613d142650b9d5ba7ebe1 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-07  H.J. Lu  <hjl@gnu.org>
+
+       * config/tc-mips.c (mips_pseudo_table): Add "extern" if
+       MIPS_STABS_ELF is defined.
+
 2001-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * as.c (show_usage): Remove L from listing options.  It is not a
index 15c4f871303c474ee38793cdcf23d236a0700fd9..0f32dc26ba3870cbd59009d2dd6e6c47654066cc 100644 (file)
@@ -793,6 +793,11 @@ static const pseudo_typeS mips_pseudo_table[] =
   {"stabn", s_mips_stab, 'n'},
   {"text", s_change_sec, 't'},
   {"word", s_cons, 2},
+
+#ifdef MIPS_STABS_ELF
+  { "extern", ecoff_directive_extern, 0},
+#endif
+
   { NULL, NULL, 0 },
 };
 
This page took 0.036617 seconds and 4 git commands to generate.