From: Thiemo Seufer Date: Thu, 8 Jun 2006 15:28:26 +0000 (+0000) Subject: * config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat" X-Git-Tag: newlib-csl-sourcerygxx-3_4_4-25~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c752c2afce59a751f6f86959fee5d61b33e484c;p=thirdparty%2Fbinutils-gdb.git * config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat" aliases for better compatibility with SGI tools. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c590a187648..8b37e36df9a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-06-08 Nigel Stephens + + * config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat" + aliases for better compatibility with SGI tools. + 2006-06-08 Alan Modra * configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 65d5e64dd69..cd4cce16a3a 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1098,6 +1098,8 @@ static const pseudo_typeS mips_pseudo_table[] = {"half", s_cons, 1}, {"dword", s_cons, 3}, {"weakext", s_mips_weakext, 0}, + {"origin", s_org, 0}, + {"repeat", s_rept, 0}, /* These pseudo-ops are defined in read.c, but must be overridden here for one reason or another. */