]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/.Sanitize
* config/tc-mips.c (mips_5400): New variable.
authorKen Raeburn <raeburn@cygnus>
Fri, 31 Oct 1997 23:21:44 +0000 (23:21 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 31 Oct 1997 23:21:44 +0000 (23:21 +0000)
commitaa2e0460a0f84d07ae15e12f6cdcb255ae76ff1a
treeca90a3a9f8bea97976a9374c9db954d7410e0fa2
parentfcc86d82f7864c9609d2a02acb1a25074e9902ed
* config/tc-mips.c (mips_5400): New variable.
(md_begin, md_parse_option): Handle 5400 options/names.
(macro_build, mips_ip): Check for 5400-specific instructions.
(md_longopts, OPTION_M5400, OPTION_NO_M5400): More command-line support for
5400.

* config/tc-mips.c (validate_mips_insn): New function, checks match versus mask
bits, and also verifies that all bits to be output are actually specified
somewhere.
(md_begin): Call it for 32-bit instructions, instead of doing match/mask check
here.  In case of failure, print a message, but check the rest of the opcode
table before exiting.
gas/.Sanitize
gas/ChangeLog
gas/config/.Sanitize
gas/config/tc-mips.c