mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat"
aliases for better compatibility with SGI tools.
This commit is contained in:
@ -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>
|
2006-06-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
|
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
|
||||||
|
@ -1098,6 +1098,8 @@ static const pseudo_typeS mips_pseudo_table[] =
|
|||||||
{"half", s_cons, 1},
|
{"half", s_cons, 1},
|
||||||
{"dword", s_cons, 3},
|
{"dword", s_cons, 3},
|
||||||
{"weakext", s_mips_weakext, 0},
|
{"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
|
/* These pseudo-ops are defined in read.c, but must be overridden
|
||||||
here for one reason or another. */
|
here for one reason or another. */
|
||||||
|
Reference in New Issue
Block a user