binutils-gdb/opcodes
Maciej W. Rozycki 1bbce13264 bfd/
* elfxx-mips.h (_bfd_mips_elf_get_synthetic_symtab): New
	prototype.
	* elf32-mips.c (elf_backend_plt_sym_val): Remove macro.
	(bfd_elf32_get_synthetic_symtab): New macro.
	* elfxx-mips.c (plt_entry): New structure.
	(mips_elf_link_hash_entry): Add use_plt_entry member.
	(mips_elf_link_hash_table): Rename plt_entry_size member to
	plt_mips_entry_size.  Add plt_comp_entry_size, plt_mips_offset,
	plt_comp_offset, plt_got_index entries and plt_header_is_comp
	members.
	(STUB_LW_MICROMIPS, STUB_MOVE_MICROMIPS): New macros.
	(STUB_LUI_MICROMIPS, STUB_JALR_MICROMIPS): Likewise.
	(STUB_ORI_MICROMIPS, STUB_LI16U_MICROMIPS): Likewise.
	(STUB_LI16S_MICROMIPS): Likewise.
	(MICROMIPS_FUNCTION_STUB_NORMAL_SIZE): Likewise.
	(MICROMIPS_FUNCTION_STUB_BIG_SIZE): Likewise.
	(micromips_o32_exec_plt0_entry): New variable.
	(mips16_o32_exec_plt_entry): Likewise.
	(micromips_o32_exec_plt_entry): Likewise.
	(mips_elf_link_hash_newfunc): Initialize use_plt_entry.
	(mips_elf_output_extsym): Update to use gotplt_union's plist
	member rather than offset.
	(mips_elf_gotplt_index): Likewise.  Remove the VxWorks
	restriction.  Use MIPS_ELF_GOT_SIZE to calculate GOT address.
	(mips_elf_count_got_symbols): Update to use gotplt_union's plist
	member rather than offset.
	(mips_elf_calculate_relocation): Handle MIPS16/microMIPS PLT
	entries.
	(_bfd_mips_elf_create_dynamic_sections): Don't set PLT sizes
	here.
	(mips_elf_make_plt_record): New function.
	(_bfd_mips_elf_check_relocs): Update comment.  Record occurences
	of JAL relocations that might need a PLT entry.
	(_bfd_mips_elf_adjust_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Set individual
	PLT entry sizes here.  Handle MIPS16/microMIPS PLT entries.
	Don't set the symbol's value in the symbol table for PLT
	references here.  Don't set the PLT or PLT GOT section sizes
	here.
	(mips_elf_estimate_stub_size): Handle microMIPS stubs.
	(mips_elf_allocate_lazy_stub): Likewise.
	(mips_elf_lay_out_lazy_stubs): Likewise.  Define a _MIPS_STUBS_
	magic symbol.
	(mips_elf_set_plt_sym_value): New function.
	(_bfd_mips_elf_size_dynamic_sections): Set PLT header size and
	PLT and PLT GOT section sizes here.  Set the symbol values in
	the symbol table for PLT references here.  Handle microMIPS
	annotation of the _PROCEDURE_LINKAGE_TABLE_ magic symbol.
	(_bfd_mips_elf_finish_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Handle
	MIPS16/microMIPS PLT entries.  Handle microMIPS stubs.
	(_bfd_mips_vxworks_finish_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Use
	MIPS_ELF_GOT_SIZE to calculate GOT address.
	(mips_finish_exec_plt): Handle microMIPS PLT.  Return status.
	(_bfd_mips_elf_finish_dynamic_sections): Handle result from
	mips_finish_exec_plt.
	(_bfd_mips_elf_link_hash_table_create): Update to use
	gotplt_union's plist member rather than offset.
	(_bfd_mips_elf_get_synthetic_symtab): New function.

	include/elf/
	* mips.h (ELF_ST_IS_MIPS_PLT): Respect STO_MIPS16 setting.
	(ELF_ST_SET_MIPS_PLT): Likewise.

	gdb/
	* mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
	microMIPS synthetic symbols.

	ld/
	* emulparams/elf32btsmip.sh: Arrange for .got.plt to be placed
	as close to .plt as possible.
	* scripttempl/elf.sc: Handle $INITIAL_READWRITE_SECTIONS and
	$PLT_NEXT_DATA variables.

	ld/testsuite/
	* ld-mips-elf/jalx-2.dd: Update for microMIPS PLT support.
	* ld-mips-elf/pic-and-nonpic-3a.dd: Update for the _MIPS_STUBS_
	magic symbol.
	* ld-mips-elf/pic-and-nonpic-3b.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
	* ld-mips-elf/stub-dynsym-1-10000.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-2fe80.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-7fff.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-8000.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-fff0.d: Likewise.
	* ld-mips-elf/tlslib-o32.d: Likewise.

	opcodes/
	* mips-dis.c (is_mips16_plt_tail): New function.
	(print_insn_mips16): Handle MIPS16 PLT entry's GOT slot address
	word.
	(is_compressed_mode_p): Handle MIPS16/microMIPS PLT entries.
2013-06-24 23:55:46 +00:00
..
po * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog bfd/ 2013-06-24 23:55:46 +00:00
ChangeLog-0001 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-0203 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2004 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2005 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2006 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2007 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2008 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2009 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2010 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012 opcodes/ChangeLog 2013-01-02 13:13:36 +00:00
ChangeLog-9297 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9899 Add copyright notices 2012-12-10 12:48:03 +00:00
MAINTAINERS Add copyright notices 2012-12-17 16:56:12 +00:00
Makefile.am * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
Makefile.in * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
aarch64-asm-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-asm.c gas/ 2013-05-13 22:28:27 +00:00
aarch64-asm.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-dis-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-dis.c bfd/ 2013-06-20 16:01:35 +00:00
aarch64-dis.h Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
aarch64-gen.c include/opcode/ 2013-01-30 15:43:32 +00:00
aarch64-opc-2.c include/opcode/ 2013-02-28 19:18:40 +00:00
aarch64-opc.c gas/ 2013-05-13 22:28:27 +00:00
aarch64-opc.h Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
aarch64-tbl.h include/opcode/ 2013-02-28 19:18:40 +00:00
aclocal.m4 include/opcode/ 2012-08-13 14:26:14 +00:00
alpha-dis.c PR 14072 2012-05-17 15:13:28 +00:00
alpha-opc.c PR 14072 2012-05-17 15:13:28 +00:00
arc-dis.c * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize 2012-10-18 06:53:16 +00:00
arc-dis.h update copyright dates 2009-09-02 07:25:43 +00:00
arc-ext.c Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
arc-ext.h Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
arc-opc.c PR gas/5100 2007-10-04 13:43:16 +00:00
arm-dis.c Add support for AArch32 CRC instruction in ARMv8. 2013-03-11 11:09:33 +00:00
avr-dis.c PR 14072 2012-05-17 15:13:28 +00:00
bfin-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
cgen-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
cgen-asm.in fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
cgen-bitset.c cpu/ 2009-10-24 00:17:08 +00:00
cgen-dis.c PR binutils/15369 2013-04-17 14:09:49 +00:00
cgen-dis.in * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
cgen-ibld.in * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
cgen-opc.c PR 14072 2012-05-17 15:13:28 +00:00
cgen.sh * cgen.sh: Handle multiple simultaneous runs for parallel makes. 2009-06-14 16:36:56 +00:00
config.in * config.in: Disable sanity check for kfreebsd. 2012-09-10 22:30:57 +00:00
configure * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
configure.com Add copyright notices 2012-12-17 16:56:12 +00:00
configure.in * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
cr16-dis.c oops - typo correction. 2013-01-07 15:10:18 +00:00
cr16-opc.c * cr16-opc.c (cr16_instruction): Fix typo in comment. 2010-04-06 15:41:43 +00:00
cris-dis.c PR 14072 2012-05-17 15:13:28 +00:00
cris-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
crx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
crx-opc.c gas/ 2012-02-27 06:37:40 +00:00
d10v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d10v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-dis.c PR 14072 2012-05-17 15:13:28 +00:00
d30v-opc.c PR 14072 2012-05-17 15:13:28 +00:00
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:57:56 +00:00
dis-buf.c * dis-buf.c (buffer_read_memory): Give error for reading just 2010-03-23 15:59:45 +00:00
dis-init.c update copyright dates 2009-09-02 07:25:43 +00:00
disassemble.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
dlx-dis.c * src/opcodes/dlx-dis.c (print_insn_dlx): Use dlx_insn type for 2010-09-10 13:00:54 +00:00
epiphany-asm.c cpu: 2011-10-26 12:46:04 +00:00
epiphany-desc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-desc.h 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-dis.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-ibld.c bfd: 2011-10-25 11:18:16 +00:00
epiphany-opc.c 2012-11-30 Oleg Raikhman <oleg@adapteva.com> 2012-11-30 17:54:58 +00:00
epiphany-opc.h cpu: 2011-10-26 12:46:04 +00:00
fr30-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
fr30-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-desc.h cgen/ 2010-10-09 06:50:23 +00:00
fr30-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
fr30-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
fr30-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
fr30-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
frv-asm.c * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit 2011-12-15 10:21:51 +00:00
frv-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
frv-desc.h cgen/ 2010-10-09 06:50:23 +00:00
frv-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
frv-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
frv-opc.c Fix build with -DDEBUG=7 2010-10-08 14:00:50 +00:00
frv-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
h8300-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
h8500-dis.c PR 14072 2012-05-17 15:13:28 +00:00
h8500-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
hppa-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
i370-dis.c PR 14072 2012-05-17 15:13:28 +00:00
i370-opc.c PR 14072 2012-05-17 15:13:28 +00:00
i386-dis.c Properly check address mode for SIB 2013-03-27 18:49:10 +00:00
i386-gen.c gas/ 2013-05-15 05:06:23 +00:00
i386-init.h gas/ 2013-05-15 05:06:23 +00:00
i386-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
i386-opc.h Implement Intel SMAP instructions 2013-02-19 19:10:31 +00:00
i386-opc.tbl gas/testsuite/ 2013-04-08 15:48:38 +00:00
i386-reg.tbl Add RegRex64 to riz 2013-03-02 01:57:48 +00:00
i386-tbl.h gas/testsuite/ 2013-04-08 15:48:38 +00:00
i860-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
i960-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
ia64-asmtab.c * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ia64-asmtab.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
ia64-gen.c Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
ia64-ic.tbl Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-a.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-b.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-d.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-f.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-i.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-m.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-opc-x.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc.c * ia64-opc.c: Remove #include "ansidecl.h". 2012-05-18 05:31:15 +00:00
ia64-opc.h Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
ia64-raw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ia64-war.tbl Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again. 2000-09-22 19:43:50 +00:00
ia64-waw.tbl * ia64-raw.tbl: Replace non-ASCII char. 2013-05-17 12:57:16 +00:00
ip2k-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
ip2k-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-desc.h cgen/ 2010-10-09 06:50:23 +00:00
ip2k-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
ip2k-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
ip2k-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
ip2k-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
iq2000-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
iq2000-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-desc.h cgen/ 2010-10-09 06:50:23 +00:00
iq2000-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
iq2000-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
iq2000-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
iq2000-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
lm32-desc.c PR binutils/15241 2013-03-08 17:25:12 +00:00
lm32-desc.h cgen/ 2010-10-09 06:50:23 +00:00
lm32-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
lm32-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
lm32-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
lm32-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
lm32-opinst.c * lm32-opinst.c: Regenerate. 2010-02-13 04:38:57 +00:00
m32c-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32c-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32c-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32c-ibld.c * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. 2010-07-03 04:09:56 +00:00
m32c-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32c-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
m32r-desc.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32r-desc.h cgen/ 2010-10-09 06:50:23 +00:00
m32r-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
m32r-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
m32r-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m32r-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
m32r-opinst.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
m68hc11-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
m68hc11-opc.c * config/tc-m68hc11.c: Add S12X and XGATE co-processor support. 2012-05-15 12:55:51 +00:00
m68k-dis.c PR binutils/13135 2012-07-24 12:56:47 +00:00
m68k-opc.c * gas/testsuite/gas/m68k/pmove.s, gas/testsuite/gas/m68k/pmove.d: New test. 2012-01-16 23:19:20 +00:00
m88k-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
m10200-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10200-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m10300-dis.c PR 14072 2012-05-17 15:13:28 +00:00
m10300-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
makefile.vms Add copyright notices 2012-12-17 16:56:12 +00:00
mcore-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mcore-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
mep-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mep-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mep-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mep-dis.c cgen/ 2010-06-28 14:41:59 +00:00
mep-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
mep-opc.c cgen/ 2010-10-09 06:50:23 +00:00
mep-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
metag-dis.c * metag-dis.c: Initialize outf->bytes_per_chunk to 4 2013-02-15 14:54:28 +00:00
microblaze-dis.c opcodes/Changelog: 2012-11-29 21:09:01 +00:00
microblaze-dis.h * opcodes/microblaze-dis.c: Add include for microblaze-dis.h, 2009-10-07 15:40:17 +00:00
microblaze-opc.h opcodes/Changelog: 2012-11-29 21:09:01 +00:00
microblaze-opcm.h Add swap byte (swapb) and swap halfword (swaph) opcodes. 2012-11-21 17:54:11 +00:00
micromips-opc.c 2013-06-17 Catherine Moore <clm@codesourcery.com> 2013-06-17 22:59:10 +00:00
mips-dis.c bfd/ 2013-06-24 23:55:46 +00:00
mips-opc.c 2013-06-17 Catherine Moore <clm@codesourcery.com> 2013-06-17 22:59:10 +00:00
mips16-opc.c PR 14072 2012-05-17 15:13:28 +00:00
mmix-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
mmix-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
moxie-dis.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
moxie-opc.c Don't abort() when disassembling bad moxie instructions. 2012-09-28 03:53:39 +00:00
msp430-decode.c * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
msp430-decode.opc * msp430-decode.opc: New. 2013-06-21 15:01:57 +00:00
msp430-dis.c * archures.c: Add some more MSP430 machine numbers. 2013-05-02 21:06:15 +00:00
mt-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
mt-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-desc.h cgen/ 2010-10-09 06:50:23 +00:00
mt-dis.c cpu/ 2012-02-27 06:57:57 +00:00
mt-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
mt-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
mt-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
nios2-dis.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
nios2-opc.c 2013-06-09 Sandra Loosemore <sandra@codesourcery.com> 2013-06-10 01:04:42 +00:00
ns32k-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
opc2c.c * opc2c.c: Include "libiberty.h" and <errno.h>. 2009-10-05 13:14:55 +00:00
openrisc-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
openrisc-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
openrisc-desc.h cgen/ 2010-10-09 06:50:23 +00:00
openrisc-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
openrisc-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
openrisc-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
openrisc-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
opintl.h update copyright dates 2009-09-02 07:25:43 +00:00
or32-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
or32-opc.c PR 14072 2012-05-17 15:13:28 +00:00
pdp11-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
pdp11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
pj-dis.c PR 14072 2012-05-17 15:13:28 +00:00
pj-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
ppc-dis.c opcodes/ 2013-05-21 01:36:46 +00:00
ppc-opc.c opcodes/ 2013-05-21 01:36:46 +00:00
rl78-decode.c * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-decode.opc * rl78-decode.opc (rl78_decode_opcode): Fix typo. 2013-02-27 03:00:44 +00:00
rl78-dis.c opcodes/ 2013-04-10 19:16:45 +00:00
rx-decode.c * rx-decode.opc (rx_decode_opcode): Bit operations on 2013-06-14 19:57:10 +00:00
rx-decode.opc * rx-decode.opc (rx_decode_opcode): Bit operations on 2013-06-14 19:57:10 +00:00
rx-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
s390-dis.c PR 14072 2012-05-17 15:13:28 +00:00
s390-mkopc.c opcodes/ 2012-11-29 23:42:03 +00:00
s390-opc.c 2013-05-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2013-05-23 15:48:47 +00:00
s390-opc.txt opcodes/ 2013-05-24 17:13:49 +00:00
score-dis.c * score-dis.c (print_insn_score48, print_insn_score32): Move default 2009-06-22 00:01:57 +00:00
score-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
score7-dis.c * score-dis.c (print_insn_score48, print_insn_score32): Move default 2009-06-22 00:01:57 +00:00
sh-dis.c * h8300-dis.c: Fix printf arg warnings. 2012-08-01 00:41:35 +00:00
sh-opc.h Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
sh64-dis.c PR 14072 2012-05-17 15:13:28 +00:00
sh64-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
sh64-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
sparc-dis.c Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
sparc-opc.c Increase the accuracy of sparc instruction aliases. 2013-04-06 22:22:03 +00:00
spu-dis.c PR 14072 2012-05-17 15:13:28 +00:00
spu-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h PR 14072 2012-05-17 15:13:28 +00:00
tic4x-dis.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tic6x-dis.c PR binutils/15068 2013-03-27 11:43:37 +00:00
tic30-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic54x-dis.c * tic54x-dis.c (print_instruction): Don't use K&R style. 2012-10-18 15:28:06 +00:00
tic54x-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
tic80-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tic80-opc.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilegx-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
tilepro-dis.c PR 14072 2012-05-17 15:13:28 +00:00
tilepro-opc.c * arc-dis.c: Include sysdep.h first, remove some redundant includes. 2012-05-18 01:59:38 +00:00
v850-dis.c * elf32-v850.c (v850_elf_is_target_special_symbol): New function. 2013-04-03 14:42:10 +00:00
v850-opc.c * elf32-v850.c (v850_elf_is_target_special_symbol): New function. 2013-04-03 14:42:10 +00:00
vax-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-dis.c PR 14072 2012-05-17 15:13:28 +00:00
w65-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
xc16x-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xc16x-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xc16x-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
xc16x-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
xc16x-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xc16x-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xgate-dis.c gas/config/ 2012-07-05 19:37:52 +00:00
xgate-opc.c gas/config/ 2012-07-05 19:37:52 +00:00
xstormy16-asm.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
xstormy16-desc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-desc.h cgen/ 2010-10-09 06:50:23 +00:00
xstormy16-dis.c * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +00:00
xstormy16-ibld.c * cgen-ibld.in (insert_normal, extract_normal): Minor cleanup. 2010-01-07 18:05:45 +00:00
xstormy16-opc.c * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +00:00
xstormy16-opc.h * cgen-asm.in: Update copyright year. 2010-01-02 18:50:59 +00:00
xtensa-dis.c PR 14072 2012-05-17 15:13:28 +00:00
z8k-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
z8k-opc.h gas/testsuite: 2012-10-26 08:14:07 +00:00
z8kgen.c gas/testsuite: 2012-10-26 08:14:07 +00:00
z80-dis.c update copyright dates 2009-09-02 07:25:43 +00:00