This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update opcodes to ISO C90 formatting


Hi Guys,

  Whilst listening raptly to all of the papers presented at this
  year's GCC Conference I also managed to find time to fix up the
  formatting of the files in the opcodes/ directory, including all of
  the cgen generated ones, and also a few bfd/ files as well.  I am
  checking in the patch which is the result.  The patch is 209K in
  compressed bzip2 format so I will not spam the list with it, but
  anyone who wants a copy can let me know.
  
  I have checked to make sure that everything still builds (including
  an --enable-targets=all --enable-64-bit-bfd toolchain) and that
  there are no regressions in any toolchain's testsuite results.

Cheers
  Nick

opcodes/ChangeLog
2005-07-01  Nick Clifton  <nickc@redhat.com>

	* a29k-dis.c: Update to ISO C90 style function declarations and
	fix formatting.
	* alpha-opc.c: Likewise.
	* arc-dis.c: Likewise.
	* arc-opc.c: Likewise.
	* avr-dis.c: Likewise.
	* cgen-asm.in: Likewise.
	* cgen-dis.in: Likewise.
	* cgen-ibld.in: Likewise.
	* cgen-opc.c: Likewise.
	* cris-dis.c: Likewise.
	* d10v-dis.c: Likewise.
	* d30v-dis.c: Likewise.
	* d30v-opc.c: Likewise.
	* dis-buf.c: Likewise.
	* dlx-dis.c: Likewise.
	* h8300-dis.c: Likewise.
	* h8500-dis.c: Likewise.
	* hppa-dis.c: Likewise.
	* i370-dis.c: Likewise.
	* i370-opc.c: Likewise.
	* m10200-dis.c: Likewise.
	* m10300-dis.c: Likewise.
	* m68k-dis.c: Likewise.
	* m88k-dis.c: Likewise.
	* mips-dis.c: Likewise.
	* mmix-dis.c: Likewise.
	* msp430-dis.c: Likewise.
	* ns32k-dis.c: Likewise.
	* or32-dis.c: Likewise.
	* or32-opc.c: Likewise.
	* pdp11-dis.c: Likewise.
	* pj-dis.c: Likewise.
	* s390-dis.c: Likewise.
	* sh-dis.c: Likewise.
	* sh64-dis.c: Likewise.
	* sparc-dis.c: Likewise.
	* sparc-opc.c: Likewise.
	* sysdep.h: Likewise.
	* tic30-dis.c: Likewise.
	* tic4x-dis.c: Likewise.
	* tic80-dis.c: Likewise.
	* v850-dis.c: Likewise.
	* v850-opc.c: Likewise.
	* vax-dis.c: Likewise.
	* w65-dis.c: Likewise.
	* z8kgen.c: Likewise.
	
	* fr30-*: Regenerate.
	* frv-*: Regenerate.
	* ip2k-*: Regenerate.
	* iq2000-*: Regenerate.
	* m32r-*: Regenerate.
	* ms1-*: Regenerate.
	* openrisc-*: Regenerate.
	* xstormy16-*: Regenerate.

cgen/ChangeLog
2005-07-01  Nick Clifton  <nickc@redhat.com>

	* desc-cpu.scm: Update to ISO C90 function declaration style.
	* opc-asmdis.scm: Likewise.
	* opc-ibld.scm: Likewise.
	* opc-itab.scm: Likewise.
	* cpu/fr30.opc: Likewise.
	* cpu/i960.opc: Likewise.
	* cpu/ip2k.opc: Likewise.
	* cpu/iq2000.opc: Likewise.
	* cpu/m32r.opc: Likewise.
	* cpu/openrisc.opc: Likewise.
	* cpu/sh.opc: Likewise.
	* cpu/sparc.opc: Likewise.
	* cpu/xstormy16.opc: Likewise.

cpu/ChangeLog
2005-07-01  Nick Clifton  <nickc@redhat.com>

	* frv.opc: Update to ISO C90 function declaration style.
	* iq2000.opc: Likewise.
	* m32r.opc: Likewise.
	* sh.opc: Likewise.

bfd/ChangeLog
2005-07-01  Nick Clifton  <nickc@redhat.com>

	* cpu-d10v.c: Update to ISO C90 style function declarations and
	fix formatting.
	* cpu-d30v.c: Likewsie.
	* cpu-i370.c: Likewsie.
	* cpu-xstormy16.c: Likewsie.
	* elf32-arc.c: Likewsie.
	* elf32-d10v.c: Likewsie.
	* elf32-d30v.c: Likewsie.
	* elf32-dlx.c: Likewsie.
	* elf32-i370.c: Likewsie.
	* elf32-i960.c: Likewsie.
	* elf32-ip2k.c: Likewsie.
	* elf32-m32r.c: Likewsie.
	* elf32-mcore.c: Likewsie.
	* elf32-openrisc.c: Likewsie.
	* elf32-or32.c: Likewsie.
	* elf32-pj.c: Likewsie.
	* elf32-v850.c: Likewsie.
	* elf32-xstormy16.c: Likewsie.

include/ChangeLog
2005-07-01  Nick Clifton  <nickc@redhat.com>

	* sparc.h: Add typedefs to structure declarations.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]