X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=alpha-dis.c;h=ee7bf66df0718df9f2c49e4a1aa11346f858a11f;hb=HEAD;hp=e7a4fb4029e81a7c7864ee7fbe929b746fee511a;hpb=8dd7cb06218b7962258f25114ac627c05b71d951;p=qemu diff --git a/alpha-dis.c b/alpha-dis.c index e7a4fb4..ee7bf66 100644 --- a/alpha-dis.c +++ b/alpha-dis.c @@ -17,15 +17,12 @@ the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this file; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA +02110-1301, USA. */ #include #include "dis-asm.h" -#define ATTRIBUTE_UNUSED __attribute__((unused)) -#define _(x) x - /* The opcode table is an array of struct alpha_opcode. */ struct alpha_opcode @@ -377,7 +374,7 @@ const struct alpha_operand alpha_operands[] = /* The signed "23-bit" aligned displacement of Branch format insns */ #define BDISP (MDISP + 1) - { 21, 0, BFD_RELOC_23_PCREL_S2, + { 21, 0, BFD_RELOC_23_PCREL_S2, AXP_OPERAND_RELATIVE, insert_bdisp, extract_bdisp }, /* The 26-bit PALcode function */