diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 16:52:19 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 16:52:19 +0000 |
commit | add565213dd332d231c3400b9bd449f98c333e49 (patch) | |
tree | 85a026d4d34cf0972ebbb5e40bb50a7024352351 /gas/config/tc-mips.c | |
parent | d2d89a164ae2529fc15e208c85215a16412f4401 (diff) | |
download | gdb-add565213dd332d231c3400b9bd449f98c333e49.zip gdb-add565213dd332d231c3400b9bd449f98c333e49.tar.gz gdb-add565213dd332d231c3400b9bd449f98c333e49.tar.bz2 |
2001-06-07 H.J. Lu <hjl@gnu.org>
* config/tc-mips.c (mips_pseudo_table): Add "extern" if
MIPS_STABS_ELF is defined.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 15c4f87..0f32dc2 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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 }, }; |