]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat"
authorThiemo Seufer <ths@networkno.de>
Thu, 8 Jun 2006 15:28:26 +0000 (15:28 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 8 Jun 2006 15:28:26 +0000 (15:28 +0000)
aliases for better compatibility with SGI tools.

gas/ChangeLog
gas/config/tc-mips.c

index c590a1876488e76724bb6a7a29cb030823386ad2..8b37e36df9a004c0e22af199cca6650a72ef6fb4 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-08  Nigel Stephens  <nigel@mips.com>
+
+       * config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat"
+       aliases for better compatibility with SGI tools.
+
 2006-06-08  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
index 65d5e64dd6954121b29ff45c0fff93f2ce99c15d..cd4cce16a3aecbd32f2a0653543b6b1a5cc6b305 100644 (file)
@@ -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.  */