* arc-dis.c: Include sysdep.h first, remove some redundant includes.
* bfin-dis.c: Likewise. * i860-dis.c: Likewise. * ia64-dis.c: Likewise. * ia64-gen.c: Likewise. * m68hc11-dis.c: Likewise. * mmix-dis.c: Likewise. * msp430-dis.c: Likewise. * or32-dis.c: Likewise. * rl78-dis.c: Likewise. * rx-dis.c: Likewise. * tic4x-dis.c: Likewise. * tilegx-opc.c: Likewise. * tilepro-opc.c: Likewise. * rx-decode.c: Regenerate.
This commit is contained in:
parent
a4ebc835cb
commit
5eb3690ee9
@ -1,3 +1,21 @@
|
||||
2012-05-18 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* arc-dis.c: Include sysdep.h first, remove some redundant includes.
|
||||
* bfin-dis.c: Likewise.
|
||||
* i860-dis.c: Likewise.
|
||||
* ia64-dis.c: Likewise.
|
||||
* ia64-gen.c: Likewise.
|
||||
* m68hc11-dis.c: Likewise.
|
||||
* mmix-dis.c: Likewise.
|
||||
* msp430-dis.c: Likewise.
|
||||
* or32-dis.c: Likewise.
|
||||
* rl78-dis.c: Likewise.
|
||||
* rx-dis.c: Likewise.
|
||||
* tic4x-dis.c: Likewise.
|
||||
* tilegx-opc.c: Likewise.
|
||||
* tilepro-opc.c: Likewise.
|
||||
* rx-decode.c: Regenerate.
|
||||
|
||||
2012-05-17 James Lemke <jwlemke@codesourcery.com>
|
||||
|
||||
* ppc-opc.c (powerpc_macros): Add entries for e_extlwi to e_clrlslwi.
|
||||
|
@ -20,13 +20,12 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "sysdep.h"
|
||||
#include "libiberty.h"
|
||||
#include "dis-asm.h"
|
||||
#include "opcode/arc.h"
|
||||
#include "elf-bfd.h"
|
||||
#include "elf/arc.h"
|
||||
#include <string.h>
|
||||
#include "opintl.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Disassemble ADI Blackfin Instructions.
|
||||
Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of libopcodes.
|
||||
@ -19,9 +19,8 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "opcode/bfin.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Disassembler for the i860.
|
||||
Copyright 2000, 2003, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright 2000, 2003, 2005, 2007, 2012 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Jason Eckhardt <jle@cygnus.com>.
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include "dis-asm.h"
|
||||
#include "opcode/i860.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ia64-dis.c -- Disassemble ia64 instructions
|
||||
Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2008, 2009
|
||||
Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2008, 2009, 2012
|
||||
Free Software Foundation, Inc.
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
|
||||
02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "dis-asm.h"
|
||||
#include "opcode/ia64.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ia64-gen.c -- Generate a shrunk set of opcode tables
|
||||
Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2012
|
||||
Free Software Foundation, Inc.
|
||||
Written by Bob Manson, Cygnus Solutions, <manson@cygnus.com>
|
||||
|
||||
@ -34,14 +34,13 @@
|
||||
The resource table is constructed based on some text dependency tables,
|
||||
which are also easier to maintain than the final representation. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "libiberty.h"
|
||||
#include "safe-ctype.h"
|
||||
#include "sysdep.h"
|
||||
#include "getopt.h"
|
||||
#include "ia64-opc.h"
|
||||
#include "ia64-opc-a.c"
|
||||
|
@ -21,9 +21,9 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "opcode/m68hc11.h"
|
||||
#include "dis-asm.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* mmix-dis.c -- Disassemble MMIX instructions.
|
||||
Copyright 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright 2000, 2001, 2002, 2005, 2007, 2012 Free Software Foundation, Inc.
|
||||
Written by Hans-Peter Nilsson (hp@bitrange.com)
|
||||
|
||||
This file is part of the GNU opcodes library.
|
||||
@ -19,9 +19,8 @@
|
||||
Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "opcode/mmix.h"
|
||||
#include "dis-asm.h"
|
||||
#include "libiberty.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Disassemble MSP430 instructions.
|
||||
Copyright (C) 2002, 2004, 2005, 2007, 2009, 2010
|
||||
Copyright (C) 2002, 2004, 2005, 2007, 2009, 2010, 2012
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Dmitry Diky <diwil@mail.ru>
|
||||
@ -21,9 +21,9 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "dis-asm.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Instruction printing code for the OpenRISC 1000
|
||||
Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002, 2005, 2007, 2012 Free Software Foundation, Inc.
|
||||
Contributed by Damjan Lampret <lampret@opencores.org>.
|
||||
Modified from a29k port.
|
||||
|
||||
@ -24,11 +24,10 @@
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
|
||||
#include "sysdep.h"
|
||||
#include "dis-asm.h"
|
||||
#include "opcode/or32.h"
|
||||
#include "safe-ctype.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define EXTEND29(x) ((x) & (unsigned long) 0x10000000 ? ((x) | (unsigned long) 0xf0000000) : ((x)))
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Disassembler code for Renesas RL78.
|
||||
Copyright 2011 Free Software Foundation, Inc.
|
||||
Copyright 2011, 2012 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat.
|
||||
Written by DJ Delorie.
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bfd.h"
|
||||
|
1212
opcodes/rx-decode.c
1212
opcodes/rx-decode.c
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
/* Disassembler code for Renesas RX.
|
||||
Copyright 2008, 2009 Free Software Foundation, Inc.
|
||||
Copyright 2008, 2009, 2012 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat.
|
||||
Written by DJ Delorie.
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bfd.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Print instructions for the Texas TMS320C[34]X, for GDB and GNU Binutils.
|
||||
|
||||
Copyright 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright 2002, 2003, 2005, 2007, 2012 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include <math.h>
|
||||
#include "libiberty.h"
|
||||
#include "dis-asm.h"
|
||||
|
@ -17,9 +17,10 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
|
||||
/* This define is BFD_RELOC_##x for real bfd, or -1 for everyone else. */
|
||||
#define BFD_RELOC(x) BFD_RELOC_##x
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
/* Special registers. */
|
||||
|
@ -17,9 +17,10 @@
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
|
||||
/* This define is BFD_RELOC_##x for real bfd, or -1 for everyone else. */
|
||||
#define BFD_RELOC(x) BFD_RELOC_##x
|
||||
|
||||
#include "bfd.h"
|
||||
|
||||
/* Special registers. */
|
||||
|
Loading…
Reference in New Issue
Block a user