2001-06-07 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
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.027137 seconds and 4 git commands to generate.