This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: MIPS PATCH: OPCODE_IS_MEMBER
- To: gavin at cygnus dot com
- Subject: Re: MIPS PATCH: OPCODE_IS_MEMBER
- From: Ian Lance Taylor <ian at zembu dot com>
- Date: 22 Oct 1999 18:12:29 -0400
- CC: binutils at sourceware dot cygnus dot com
- References: <m11ejhY-000s9vC@cetus.cygnus.com>
Date: Fri, 22 Oct 1999 14:46:08 -0400 (EDT)
From: Gavin Romig-Koch <gavin@cygnus.com>
This MIPS patch takes the code that determines if an opcode is a
member of a particular ISA from three places in two files and
moves it into "include/opcode/mips.h".
OK to commit?
For include/opcode:
* mips.h (OPCODE_IS_MEMBER): New.
For gas:
* config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER.
(mips_ip): Use OPCODE_IS_MEMBER.
For opcodes:
* mips-dis.c (_print_insn_mips): Use OPCODE_IS_MEMBER.
This is OK with me.
Ian