From add565213dd332d231c3400b9bd449f98c333e49 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 7 Jun 2001 16:52:19 +0000 Subject: 2001-06-07 H.J. Lu * config/tc-mips.c (mips_pseudo_table): Add "extern" if MIPS_STABS_ELF is defined. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.c | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 7dedbfe..6eddb6a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-06-07 H.J. Lu + + * config/tc-mips.c (mips_pseudo_table): Add "extern" if + MIPS_STABS_ELF is defined. + 2001-06-06 Nick Clifton * as.c (show_usage): Remove L from listing options. It is not a 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 }, }; -- cgit v1.1