2001-06-07 H.J. Lu <hjl@gnu.org>

* config/tc-mips.c (mips_pseudo_table): Add "extern" if
	MIPS_STABS_ELF is defined.
This commit is contained in:
H.J. Lu 2001-06-07 16:52:19 +00:00
parent d2d89a164a
commit add565213d
2 changed files with 10 additions and 0 deletions

View 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

View 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 },
};