binutils-gdb/opcodes
Richard Sandiford 34e77a920a include/elf/
* arm.h (R_ARM_IRELATIVE): New relocation.

bfd/
	* reloc.c (BFD_RELOC_ARM_IRELATIVE): New relocation.
	* bfd-in2.h: Regenerate.
	* elf32-arm.c (elf32_arm_howto_table_2): Rename existing definition
	to elf32_arm_howto_table_3 and replace with a single R_ARM_IRELATIVE
	entry.
	(elf32_arm_howto_from_type): Update accordingly.
	(elf32_arm_reloc_map): Map BFD_RELOC_ARM_IRELATIVE to R_ARM_IRELATIVE.
	(elf32_arm_reloc_name_lookup): Handle elf32_arm_howto_table_3.
	(arm_plt_info): New structure, split out from elf32_arm_link_hash_entry
	with an extra noncall_refcount field.
	(arm_local_iplt_info): New structure.
	(elf_arm_obj_tdata): Add local_iplt.
	(elf32_arm_local_iplt): New accessor macro.
	(elf32_arm_link_hash_entry): Replace plt_thumb_refcount,
	plt_maybe_thumb_refcount and plt_got_offset with an arm_plt_info.
	Change tls_type to a bitfield and add is_iplt.
	(elf32_arm_link_hash_newfunc): Update accordingly.
	(elf32_arm_allocate_local_sym_info): New function.
	(elf32_arm_create_local_iplt): Likewise.
	(elf32_arm_get_plt_info): Likewise.
	(elf32_arm_plt_needs_thumb_stub_p): Likewise.
	(elf32_arm_get_local_dynreloc_list): Likewise.
	(create_ifunc_sections): Likewise.
	(elf32_arm_copy_indirect_symbol): Update after the changes to
	elf32_arm_link_hash_entry.  Assert the is_iplt has not yet been set.
	(arm_type_of_stub): Add an st_type argument.  Use elf32_arm_get_plt_info
	to get PLT information.  Assert that all STT_GNU_IFUNC references
	are turned into PLT references.
	(arm_build_one_stub): Pass the symbol type to
	elf32_arm_final_link_relocate.
	(elf32_arm_size_stubs): Pass the symbol type to arm_type_of_stub.
	(elf32_arm_allocate_irelocs): New function.
	(elf32_arm_add_dynreloc): In static objects, use .rel.iplt for
	all R_ARM_IRELATIVE.
	(elf32_arm_allocate_plt_entry): New function.
	(elf32_arm_populate_plt_entry): Likewise.
	(elf32_arm_final_link_relocate): Add an st_type parameter.
	Set srelgot to null for static objects.  Use separate variables
	to record which st_value and st_type should be used when generating
	a dynamic relocation.  Use elf32_arm_get_plt_info to find the
	symbol's PLT information, setting has_iplt_entry, splt,
	plt_offset and gotplt_offset accordingly.  Check whether
	STT_GNU_IFUNC symbols should resolve to an .iplt entry, and change
	the relocation target accordingly.  Broaden assert to include
	.iplts.  Don't set sreloc for static relocations.  Assert that
	we only generate dynamic R_ARM_RELATIVE relocations for R_ARM_ABS32
	and R_ARM_ABS32_NOI.  Generate R_ARM_IRELATIVE relocations instead
	of R_ARM_RELATIVE relocations if the target is an STT_GNU_IFUNC
	symbol.  Pass the symbol type to arm_type_of_stub.  Conditionally
	resolve GOT references to the .igot.plt entry.
	(elf32_arm_relocate_section): Update the call to
	elf32_arm_final_link_relocate.
	(elf32_arm_gc_sweep_hook): Use elf32_arm_get_plt_info to get PLT
	information.  Treat R_ARM_REL32 and R_ARM_REL32_NOI as call
	relocations in shared libraries and relocatable executables.
	Count non-call PLT references.  Use elf32_arm_get_local_dynreloc_list
	to get the list of dynamic relocations for a local symbol.
	(elf32_arm_check_relocs): Always create ifunc sections.  Set isym
	at the same time as setting h.  Use elf32_arm_allocate_local_sym_info
	to allocate local symbol information.  Treat R_ARM_REL32 and
	R_ARM_REL32_NOI as call relocations in shared libraries and
	relocatable executables.  Record PLT information for local
	STT_GNU_IFUNC functions as well as global functions.   Count
	non-call PLT references.  Use elf32_arm_get_local_dynreloc_list
	to get the list of dynamic relocations for a local symbol.
	(elf32_arm_adjust_dynamic_symbol): Handle STT_GNU_IFUNC symbols.
	Don't remove STT_GNU_IFUNC PLTs unless all references have been
	removed.  Update after the changes to elf32_arm_link_hash_entry.
	(allocate_dynrelocs_for_symbol): Decide whether STT_GNU_IFUNC PLT
	entries should live in .plt or .iplt.  Check whether the .igot.plt
	and .got entries can be combined.  Use elf32_arm_allocate_plt_entry
	to allocate .plt and .(i)got.plt entries.  Detect which .got
	entries will need R_ARM_IRELATIVE relocations and use
	elf32_arm_allocate_irelocs to allocate them.  Likewise other
	non-.got dynamic relocations.
	(elf32_arm_size_dynamic_sections): Allocate .iplt, .igot.plt
	and dynamic relocations for local STT_GNU_IFUNC symbols.
	Check whether the .igot.plt and .got entries can be combined.
	Detect which .got entries will need R_ARM_IRELATIVE relocations
	and use elf32_arm_allocate_irelocs to allocate them.  Use stashed
	section pointers intead of strcmp checks.  Handle iplt and igotplt.
	(elf32_arm_finish_dynamic_symbol): Use elf32_arm_populate_plt_entry
	to fill in .plt, .got.plt and .rel(a).plt entries.  Point
	STT_GNU_IFUNC symbols at an .iplt entry if non-call relocations
	resolve to it.
	(elf32_arm_output_plt_map_1): New function, split out from
	elf32_arm_output_plt_map.  Handle .iplt entries.  Use
	elf32_arm_plt_needs_thumb_stub_p.
	(elf32_arm_output_plt_map): Call it.
	(elf32_arm_output_arch_local_syms): Add mapping symbols for
	local .iplt entries.
	(elf32_arm_swap_symbol_in): Handle Thumb STT_GNU_IFUNC symbols.
	(elf32_arm_swap_symbol_out): Likewise.
	(elf32_arm_add_symbol_hook): New function.
	(elf_backend_add_symbol_hook): Define for all targets.

opcodes/
	* arm-dis.c (get_sym_code_type): Treat STT_GNU_IFUNCs as code.

gas/
	* config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
	determine whether a relocation is needed.
	(md_apply_fix, arm_apply_sym_value): Likewise.

ld/testsuite/
	* ld-arm/ifunc-1.s, ld-arm/ifunc-1.dd, ld-arm/ifunc-1.gd,
	ld-arm/ifunc-1.rd, ld-arm/ifunc-2.s, ld-arm/ifunc-2.dd,
	ld-arm/ifunc-2.gd, ld-arm/ifunc-2.rd, ld-arm/ifunc-3.s,
	ld-arm/ifunc-3.dd, ld-arm/ifunc-3.gd, ld-arm/ifunc-3.rd,
	ld-arm/ifunc-4.s, ld-arm/ifunc-4.dd, ld-arm/ifunc-4.gd,
	ld-arm/ifunc-4.rd, ld-arm/ifunc-5.s, ld-arm/ifunc-5.dd,
	ld-arm/ifunc-5.gd, ld-arm/ifunc-5.rd, ld-arm/ifunc-6.s,
	ld-arm/ifunc-6.dd, ld-arm/ifunc-6.gd, ld-arm/ifunc-6.rd,
	ld-arm/ifunc-7.s, ld-arm/ifunc-7.dd, ld-arm/ifunc-7.gd,
	ld-arm/ifunc-7.rd, ld-arm/ifunc-8.s, ld-arm/ifunc-8.dd,
	ld-arm/ifunc-8.gd, ld-arm/ifunc-8.rd, ld-arm/ifunc-9.s,
	ld-arm/ifunc-9.dd, ld-arm/ifunc-9.gd, ld-arm/ifunc-9.rd,
	ld-arm/ifunc-10.s, ld-arm/ifunc-10.dd, ld-arm/ifunc-10.gd,
	ld-arm/ifunc-10.rd, ld-arm/ifunc-11.s, ld-arm/ifunc-11.dd,
	ld-arm/ifunc-11.gd, ld-arm/ifunc-11.rd, ld-arm/ifunc-12.s,
	ld-arm/ifunc-12.dd, ld-arm/ifunc-12.gd, ld-arm/ifunc-12.rd,
	ld-arm/ifunc-13.s, ld-arm/ifunc-13.dd, ld-arm/ifunc-13.gd,
	ld-arm/ifunc-13.rd, ld-arm/ifunc-14.s, ld-arm/ifunc-14.dd,
	ld-arm/ifunc-14.gd, ld-arm/ifunc-14.rd, ld-arm/ifunc-15.s,
	ld-arm/ifunc-15.dd, ld-arm/ifunc-15.gd, ld-arm/ifunc-15.rd,
	ld-arm/ifunc-16.s, ld-arm/ifunc-16.dd, ld-arm/ifunc-16.gd,
	ld-arm/ifunc-16.rd, ld-arm/ifunc-dynamic.ld,
	ld-arm/ifunc-static.ld: New tests.
	* ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
	ld-arm/farcall-mixed-lib-v4t.d, ld-arm/farcall-mixed-lib.d: Update
	for new stub hashes.
	* ld-arm/arm-elf.exp: Run them.
2011-03-14 16:04:16 +00:00
..
po Updated Danish translation. 2011-02-01 13:14:40 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog include/elf/ 2011-03-14 16:04:16 +00:00
ChangeLog-0001 Split ChangeLog files. 2004-01-02 11:16:21 +00:00
ChangeLog-0203 Split ChangeLog files. 2004-01-02 11:16:21 +00:00
ChangeLog-2004 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2005 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2006 Move 2006 ChangeLog entries to ChangeLog-2006. 2007-01-09 14:29:31 +00:00
ChangeLog-2007 Add a missing ','. 2008-01-03 05:27:55 +00:00
ChangeLog-2008 gas/ 2009-01-06 01:03:27 +00:00
ChangeLog-2009 Move 2009 binutils ChangeLog to ChangeLog-2009. 2010-01-01 18:06:10 +00:00
ChangeLog-2010 Rotate binutils ChangeLogs. 2011-01-01 16:43:53 +00:00
ChangeLog-9297 Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
ChangeLog-9899 Fix typos in ChangeLogs; fix dates in copyright notices 2001-03-13 22:58:38 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am * Makefile.am (CLEANFILES): Add stamp-lm32. Sort. 2010-10-21 23:50:57 +00:00
Makefile.in * Makefile.am (CLEANFILES): Add stamp-lm32. Sort. 2010-10-21 23:50:57 +00:00
aclocal.m4 bfd/ 2010-05-07 12:28:50 +00:00
alpha-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
alpha-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
arc-dis.c fix set but unused variable warnings 2010-06-27 04:07:55 +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 include/elf/ 2011-03-14 16:04:16 +00:00
avr-dis.c * avr-dis.c: Replace uses of sprintf without a format string with 2008-11-06 12:03:24 +00:00
bfin-dis.c opcodes: blackfin: drop null/nul checks in OUTS 2011-02-22 20:52:31 +00:00
cgen-asm.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +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 Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
cgen.sh * cgen.sh: Handle multiple simultaneous runs for parallel makes. 2009-06-14 16:36:56 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 21:00:14 +00:00
configure.com 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:16:53 +00:00
configure.in remove maxq-coff port 2010-06-29 04:17:34 +00:00
cr16-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +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 update copyright dates 2009-09-02 07:25:43 +00:00
cris-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
crx-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
crx-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
d10v-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
d10v-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
d30v-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
d30v-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +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 * disassemble.c: Formatting. 2010-08-06 03:59:49 +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
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 fix set but unused variable warnings 2010-06-27 04:07:55 +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 fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
h8500-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
h8500-opc.h update copyright dates 2009-09-02 07:25:43 +00:00
hppa-dis.c PR gas/11395 2010-12-31 16:43:46 +00:00
i370-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
i370-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
i386-dis.c 2011-02-09 Michael Snyder <msnyder@vmware.com> 2011-02-09 18:43:41 +00:00
i386-gen.c Add support for TBM instructions. 2011-01-17 18:40:36 +00:00
i386-init.h opcodes/ 2011-01-18 14:14:46 +00:00
i386-opc.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
i386-opc.h Add support for TBM instructions. 2011-01-17 18:40:36 +00:00
i386-opc.tbl Add support for TBM instructions. 2011-01-17 18:40:36 +00:00
i386-reg.tbl update copyright dates 2009-09-02 07:25:43 +00:00
i386-tbl.h opcodes/ 2011-01-18 14:14:46 +00:00
i860-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
i960-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-asmtab.c gas/ 2008-08-28 14:07:50 +00:00
ia64-asmtab.h update copyright dates 2009-09-02 07:25:43 +00:00
ia64-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
ia64-gen.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-ic.tbl gas/ 2008-08-28 14:07:50 +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 update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-m.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc-x.c update copyright dates 2009-09-02 07:25:43 +00:00
ia64-opc.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ia64-opc.h Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
ia64-raw.tbl gas/ 2008-08-28 14:07:50 +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 gas/ 2008-08-28 14:07:50 +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 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, 2010-02-12 03:25:49 +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 update copyright dates 2009-09-02 07:25:43 +00:00
m68hc11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m68k-dis.c 2010-06-16 Vincent Rivire <vincent.riviere@freesbee.fr> 2010-06-16 15:12:51 +00:00
m68k-opc.c binutils/: 2010-10-11 22:18:42 +00:00
m88k-dis.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
m10200-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
m10200-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
m10300-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
m10300-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
makefile.vms 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:16:53 +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
microblaze-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +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 Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
microblaze-opcm.h Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
mips-dis.c Take unadjusted offset for loongson3a specific instructions. 2011-01-11 07:22:09 +00:00
mips-opc.c opcodes/ 2011-02-28 16:34:39 +00:00
mips16-opc.c gas/ 2010-07-06 00:02:46 +00:00
mmix-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mmix-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
moxie-dis.c Add PC-relative branch instructions to moxie port. 2009-06-11 11:27:58 +00:00
moxie-opc.c Move NOP from 0x00 to 0x0f. 2010-02-03 12:47:06 +00:00
msp430-dis.c fix set but unused variable warnings 2010-06-27 04:07:55 +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 * cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL. 2010-02-12 04:42:28 +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
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 Fix build with -DDEBUG=7 2010-10-08 14:00:50 +00:00
or32-opc.c Fix build with -DDEBUG=7 2010-10-08 14:00:50 +00:00
pdp11-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
pdp11-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
pj-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
pj-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
ppc-dis.c gas/: 2010-07-03 08:27:23 +00:00
ppc-opc.c * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS. 2011-01-21 00:53:11 +00:00
rx-decode.c [include/opcode] 2010-07-29 18:41:28 +00:00
rx-decode.opc [include/opcode] 2010-07-29 18:41:28 +00:00
rx-dis.c * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg. 2011-01-12 07:06:29 +00:00
s390-dis.c 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2010-09-27 13:33:00 +00:00
s390-mkopc.c * s390-mkopc.c (main): Exit with error 1 if sscanf fails 2010-09-30 16:02:35 +00:00
s390-opc.c 2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2010-10-11 11:56:53 +00:00
s390-opc.txt 2010-10-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2010-10-28 07:37:45 +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 update copyright dates 2009-09-02 07:25:43 +00:00
sh-opc.h Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
sh64-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +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 fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
sparc-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
spu-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +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 update copyright dates 2009-09-02 07:25:43 +00:00
tic4x-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
tic6x-dis.c bfd/ 2010-10-25 15:33:54 +00:00
tic30-dis.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
tic54x-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
tic54x-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
tic80-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +00:00
tic80-opc.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
v850-dis.c Add support for v850E2 and v850E2V3 2010-07-23 14:52:54 +00:00
v850-opc.c Add support for v850E2 and v850E2V3 2010-07-23 14:52:54 +00:00
vax-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
w65-dis.c Change source files over to GPLv3. 2007-07-05 09:49:03 +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
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 update copyright dates 2009-09-02 07:25:43 +00:00
z8k-dis.c update copyright dates 2009-09-02 07:25:43 +00:00
z8k-opc.h * z8kgen.c (struct op): Replace unused flavor with id. 2009-09-08 09:47:52 +00:00
z8kgen.c * z8kgen.c (struct op): Replace unused flavor with id. 2009-09-08 09:47:52 +00:00
z80-dis.c update copyright dates 2009-09-02 07:25:43 +00:00