binutils-gdb/bfd
John Baldwin 97de3545ca Add support for the x86 XSAVE extended state on FreeBSD/x86.
Recognize NT_X86_XSTATE notes in FreeBSD process cores.  Recent
FreeBSD versions include a note containing the XSAVE state for each
thread in the process when XSAVE is in use.  The note stores a copy of
the current XSAVE mask in a reserved section of the machine-defined
XSAVE state at the same offset as Linux's NT_X86_XSTATE note.

For native processes, use the PT_GETXSTATE_INFO ptrace request to
determine if XSAVE is enabled, and if so the active XSAVE state mask
(that is, the value of %xcr0 for the target process) as well as the
size of XSAVE state area.  Use the PT_GETXSTATE and PT_SETXSTATE requests
to fetch and store the XSAVE state, respectively, in the BSD x86
native targets.

In addition, the FreeBSD amd64 and i386 native targets now include
"read_description" target methods to determine the correct x86 target
description for the current XSAVE mask.  On FreeBSD amd64 this also
properly returns an i386 target description for 32-bit binaries which
allows the 64-bit GDB to run 32-bit binaries.

Note that the ptrace changes are in the BSD native targets, not the
FreeBSD-specific native targets since that is where the other ptrace
register accesses occur.  Of the other BSDs, NetBSD and DragonFly use
XSAVE in the kernel but do not currently export the extended state via
ptrace(2).  OpenBSD does not currently support XSAVE.

bfd/ChangeLog:

	* elf.c (elfcore_grok_note): Recognize NT_X86_XSTATE on
	FreeBSD.
	(elfcore_write_xstatereg): Use correct note name on FreeBSD.

gdb/ChangeLog:

	* amd64-tdep.c (amd64_target_description): New function.
	* amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
	* amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
	(amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
	x86 extended save area.
	(amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
	* amd64bsd-nat.h: Export amd64bsd_xsave_len.
	* amd64fbsd-nat.c (amd64fbsd_read_description): New function.
	(_initialize_amd64fbsd_nat): Set "to_read_description" to
	"amd64fbsd_read_description".
	* amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
	(amd64fbsd_supply_xstateregset): New function.
	(amd64fbsd_collect_xstateregset): New function.
	Add "amd64fbsd_xstateregset".
	(amd64fbsd_iterate_over_regset_sections): New function.
	(amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
	"I386_FBSD_XSAVE_XCR0_OFFSET".
	Add "iterate_over_regset_sections" gdbarch method.
	Add "core_read_description" gdbarch method.
	* i386-tdep.c (i386_target_description): New function.
	* i386-tdep.h: Export i386_target_description and tdesc_i386.
	* i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
	(i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
	x86 extended save area.
	(i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
	* i386bsd-nat.h: Export i386bsd_xsave_len.
	* i386fbsd-nat.c (i386fbsd_read_description): New function.
	(_initialize_i386fbsd_nat): Set "to_read_description" to
	"i386fbsd_read_description".
	* i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
	(i386fbsd_core_read_description): New function.
	(i386fbsd_supply_xstateregset): New function.
	(i386fbsd_collect_xstateregset): New function.
	Add "i386fbsd_xstateregset".
	(i386fbsd_iterate_over_regset_sections): New function.
	(i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
	"I386_FBSD_XSAVE_XCR0_OFFSET".
	Add "iterate_over_regset_sections" gdbarch method.
	Add "core_read_description" gdbarch method.
	* i386fbsd-tdep.h: New file.
2015-04-13 16:07:01 -04:00
..
doc Revert the AM_ZLIB change in bfd 2015-03-31 06:39:57 -07:00
hosts ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
po FT32 initial support 2015-01-28 16:25:18 +10:30
.gitignore
COPYING
ChangeLog Add support for the x86 XSAVE extended state on FreeBSD/x86. 2015-04-13 16:07:01 -04:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
MAINTAINERS ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
Makefile.am Add --with-system-zlib in bfd 2015-03-29 07:13:00 -07:00
Makefile.in Revert the AM_ZLIB change in bfd 2015-03-31 06:39:57 -07:00
PORTING ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
README ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
TODO ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
acinclude.m4 Add --with-system-zlib in bfd 2015-03-29 07:13:00 -07:00
aclocal.m4 Revert the AM_ZLIB change in bfd 2015-03-31 06:39:57 -07:00
aix5ppc-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aix386-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-adobe.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-cris.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-ns32k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-sparcle.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-target.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout-tic30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout0.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aout64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aoutf1.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aoutx.h Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
archive.c Add SHF_COMPRESSED support to gas and objcopy 2015-04-08 07:54:09 -07:00
archive64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
archures.c FT32 initial support 2015-01-28 16:25:18 +10:30
armnetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfd-in.h [AArch64] Workaround for Cortex A53 erratum 843419 2015-04-01 13:16:38 +01:00
bfd-in2.h Add SHF_COMPRESSED support to gas and objcopy 2015-04-08 07:54:09 -07:00
bfd.c Add SHF_COMPRESSED support to gas and objcopy 2015-04-08 07:54:09 -07:00
bfd.m4 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfdio.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfdwin.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
binary.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cache.c Revert the last 2 commits on pagesize_m1 2015-04-11 19:34:42 -07:00
cf-i386lynx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cf-sparclynx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cisco-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-alpha.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-apollo.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-aux.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-bfd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-bfd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-go32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-h8300.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-h8500.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-i860.c Fixes for memory access violations in the coffdump program. 2015-01-06 16:06:45 +00:00
coff-i960.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-ia64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-m68k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-m88k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-mcore.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-mips.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-ppc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-rs6000.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-sh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-sparc.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
coff-stgo32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-svm68k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-tic4x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-tic30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-tic54x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-tic80.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-u68k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-w65.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-we32k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-x86_64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-z8k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff-z80.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coff64-rs6000.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
coffcode.h Fixes illegal memory access errors and arithmetic overflows when running strip on fuzzed binaries. 2015-02-26 21:32:04 +00:00
coffgen.c Fixes a bug introduced by the new ranges checks on COFF symbol tables. 2015-03-24 17:20:00 +00:00
cofflink.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
coffswap.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
compress.c Use bfd_alloc for compressed section contents 2015-04-10 03:54:41 -07:00
config.bfd Add support for configuring an aarch64-freebsd target. 2015-04-02 15:07:27 +01:00
config.in Add --with-system-zlib in bfd 2015-03-29 07:13:00 -07:00
configure Regenerate configure in bfd/binutils/gas/gdb/gold 2015-04-02 05:45:03 -07:00
configure.ac Add support for Nuxi CloudABI on x86-64 2015-03-31 08:11:08 -07:00
configure.com ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
configure.host ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
corefile.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-aarch64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-alpha.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-arc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-avr.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-bfin.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-cr16.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-cr16c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-cris.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-crx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-d10v.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-d30v.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-dlx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-epiphany.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-fr30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-frv.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-ft32.c FT32 initial support 2015-01-28 16:25:18 +10:30
cpu-h8300.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-h8500.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-hppa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-i370.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-i860.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-i960.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-ia64-opc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-ia64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-ip2k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-iq2000.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-k1om.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-l1om.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-lm32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m9s12x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m9s12xg.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m32c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m32r.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m68hc11.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m68hc12.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m68k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m88k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m10200.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-m10300.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-mcore.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-mep.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-metag.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-microblaze.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-mips.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-mmix.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-moxie.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-msp430.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-mt.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-nds32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-nios2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-ns32k.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
cpu-or1k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-pdp11.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-pj.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-plugin.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-powerpc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-rl78.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-rs6000.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-rx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-s390.c S390: Place "s390:31-bit" after default arch in 64-bit arch list 2015-03-04 10:40:39 +01:00
cpu-score.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-sh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-sparc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-spu.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tic4x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tic6x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tic30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tic54x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tic80.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tilegx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-tilepro.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-v850.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-v850_rh850.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-vax.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-visium.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-w65.c Fixes a couple of typos in the license header of the cpu-w65.c file. 2015-02-23 13:39:51 +00:00
cpu-we32k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-xc16x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-xgate.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-xstormy16.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-xtensa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-z8k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
cpu-z80.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
demo64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dep-in.sed
development.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwarf1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwarf2.c Allows the binutils to cope with PE binaries where the section addresses have been changed, but the DWARF debug info has not been altered. 2015-03-05 12:14:26 +00:00
ecoff.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
ecofflink.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ecoffswap.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-attrs.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-bfd.h Add extern_protected_data and set it for x86 2015-04-10 11:06:34 -07:00
elf-eh-frame.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-hppa.h Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf-ifunc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-linux-psinfo.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-m10200.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf-m10300.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf-nacl.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-nacl.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-s390-common.c S/390: Disable relocation sort against code sections. 2015-03-14 11:45:05 +01:00
elf-strtab.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-vxworks.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf-vxworks.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf.c Add support for the x86 XSAVE extended state on FreeBSD/x86. 2015-04-13 16:07:01 -04:00
elf32-am33lin.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-arc.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-arm.c [ARM] PR ld/16572: Remove EF_ARM_HASENTRY flag 2015-03-10 11:15:13 +00:00
elf32-avr.c AVR/ld: Use .avr.prop data during linker relaxation. 2015-02-25 23:19:11 +00:00
elf32-avr.h avr/objdump: Support dumping .avr.prop section. 2015-02-25 23:17:27 +00:00
elf32-bfin.c More fixes related to NONE relocs 2015-01-19 19:37:45 +10:30
elf32-cr16.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-cr16c.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-cris.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-crx.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-d10v.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-d30v.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-dlx.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-epiphany.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-fr30.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-frv.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-ft32.c FT32 initial support 2015-01-28 16:25:18 +10:30
elf32-gen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-h8300.c Add support for the h8300-linux target. 2015-02-23 17:04:53 +00:00
elf32-hppa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-i370.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-i386.c Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCAL 2015-04-11 07:56:48 -07:00
elf32-i860.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-i960.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-ip2k.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-iq2000.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-lm32.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-m32c.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-m32r.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-m68hc1x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-m68hc1x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-m68hc11.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-m68hc12.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-m68k.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-m88k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-mcore.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-mep.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-metag.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-metag.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-microblaze.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-mips.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-moxie.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-msp430.c Fixes the generation of dwarf line debug information for the msp430, even in the presence of function sections and linker garbage collection. 2015-02-23 14:53:02 +00:00
elf32-mt.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-nds32.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-nds32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-nios2.c Define elf_backend_default_execstack as 0 for Nios II. 2015-01-19 20:02:15 -08:00
elf32-nios2.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-or1k.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-pj.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-ppc.c PowerPC non-PIC to PIC editing for protected var access 2015-04-07 23:00:07 +09:30
elf32-ppc.h PowerPC non-PIC to PIC editing for protected var access 2015-04-07 23:00:07 +09:30
elf32-rl78.c Add support for G13 and G14 flag bits in RL78 ELF binaries. 2015-03-19 15:37:43 +00:00
elf32-rx.c Add support to the RX toolchain to restrict the use of string instructions. 2015-04-09 12:48:37 +01:00
elf32-rx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-s390.c S/390: Disable relocation sort against code sections. 2015-03-14 11:45:05 +01:00
elf32-score.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-score.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-score7.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-sh-relocs.h Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-sh-symbian.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-sh.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-sh64-com.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-sh64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-sh64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-sparc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-spu.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-spu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-tic6x.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-tic6x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-tilegx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-tilepro.c More fixes related to NONE relocs 2015-01-19 19:37:45 +10:30
elf32-tilepro.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-v850.c Adds support for generating notes in V850 binaries. 2015-02-24 17:54:09 +00:00
elf32-vax.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-visium.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-xc16x.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf32-xgate.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf32-xgate.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf32-xstormy16.c More fixes related to NONE relocs 2015-01-19 19:37:45 +10:30
elf32-xtensa.c xtensa: replace action list with splay tree 2015-04-09 19:10:25 +03:00
elf32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-alpha.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf64-gen.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-hppa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-ia64-vms.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-mips.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf64-mmix.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
elf64-ppc.c Make powerpc bfd ld reloc overflow vs undefined symbols match gold 2015-03-24 17:42:36 +10:30
elf64-ppc.h PowerPC64 changes for xlc 2015-01-28 18:30:54 +10:30
elf64-s390.c S/390: Disable relocation sort against code sections. 2015-03-14 11:45:05 +01:00
elf64-sh64.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elf64-sparc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-tilegx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elf64-x86-64.c Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCAL 2015-04-11 07:56:48 -07:00
elf64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcode.h More fixes for invalid memory accesses triggered by fuzzed binaries. 2015-01-05 23:13:50 +00:00
elfcore.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elflink.c Don't check object claimed by plugin 2015-04-13 04:58:29 -07:00
elfn32-mips.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elfnn-aarch64.c [AArch64] Workaround for Cortex A53 erratum 843419 2015-04-01 13:16:38 +01:00
elfnn-ia64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfxx-aarch64.c [AArch64] Workaround for Cortex A53 erratum 843419 2015-04-01 13:16:38 +01:00
elfxx-aarch64.h [AArch64] Workaround for Cortex A53 erratum 843419 2015-04-01 13:16:38 +01:00
elfxx-ia64.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elfxx-ia64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfxx-mips.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elfxx-mips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfxx-sparc.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
elfxx-sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfxx-target.h Add extern_protected_data and set it for x86 2015-04-10 11:06:34 -07:00
elfxx-tilegx.c More fixes related to NONE relocs 2015-01-19 19:37:45 +10:30
elfxx-tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epoc-pe-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
epoc-pei-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
format.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
freebsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gen-aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
genlink.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
go32stub.h
hash.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
host-aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hp300bsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hp300hpux.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hppabsd-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hpux-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386bsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386dynix.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386freebsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386linux.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386lynx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386mach3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386msdos.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386netbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386os9k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ieee.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ihex.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
init.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
irix-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libaout.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libbfd-in.h Allows the binutils to cope with PE binaries where the section addresses have been changed, but the DWARF debug info has not been altered. 2015-03-05 12:14:26 +00:00
libbfd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libbfd.h Allows the binutils to cope with PE binaries where the section addresses have been changed, but the DWARF debug info has not been altered. 2015-03-05 12:14:26 +00:00
libcoff-in.h Wrap BFD headers in extern "C" 2015-02-11 10:04:47 +00:00
libcoff.h Wrap BFD headers in extern "C" 2015-02-11 10:04:47 +00:00
libecoff.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libhppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libieee.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libnlm.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
liboasys.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libpei.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
libxcoff.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
linker.c PR ld/17973 LTO file syms 2015-02-14 23:41:54 +10:30
lynx-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k4knetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68klinux.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68knetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m88kmach3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m88kopenbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mach-o-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mach-o-target.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mach-o-x86-64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mach-o.c Fixes illegal memory access errors and arithmetic overflows when running strip on fuzzed binaries. 2015-02-26 21:32:04 +00:00
mach-o.h Wrap BFD headers in extern "C" 2015-02-11 10:04:47 +00:00
makefile.vms ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mep-relocs.pl ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
merge.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mipsbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mmo.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
netbsd-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
netbsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
newsos3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm-target.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm32-alpha.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm32-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm32-ppc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm32-sparc.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
nlm32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlm64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlmcode.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
nlmswap.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ns32k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ns32knetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
oasys.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
opncls.c PR ld/17973 LTO file syms 2015-02-14 23:41:54 +10:30
osf-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pc532-mach.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pdp11.c Fix the gas test align2 for the PDP11 by ensuring that the .text and .data sections are written to their aligned sizes. 2015-02-24 10:13:51 +00:00
pe-arm-wince.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-mcore.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-mips.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-ppc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-sh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pe-x86_64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
peXXigen.c Fixes illegal memory access errors and arithmetic overflows when running strip on fuzzed binaries. 2015-02-26 21:32:04 +00:00
pef-traceback.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pef.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pef.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-arm-wince.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-arm.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-i386.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-ia64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-mcore.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-mips.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-ppc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-sh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pei-x86_64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
peicode.h Fixes a problem generating relocs for import libraries created by Microsoft tools for the x85_64 architecture. 2015-03-18 16:19:59 +00:00
plugin.c Merge linker plugin handling into BFD plugin support 2015-02-11 05:02:12 -08:00
plugin.h Merge linker plugin handling into BFD plugin support 2015-02-11 05:02:12 -08:00
ppcboot.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ptrace-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
reloc.c Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support. 2015-02-26 22:23:09 +00:00
reloc16.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
riscix.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rs6000-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sco5-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
section.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
simple.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
som.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
som.h Wrap BFD headers in extern "C" 2015-02-11 10:04:47 +00:00
sparclinux.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparclynx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparcnetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
srec.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
stab-syms.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
stabs.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
stamp-h.in
sunos.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
syms.c Fix memory access violations triggered by running addr2line on fuzzed binaries. 2015-02-12 16:45:11 +00:00
sysdep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
targets.c Add support for Nuxi CloudABI on x86-64 2015-03-31 08:11:08 -07:00
targmatch.sed
tekhex.c More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries. 2015-02-03 14:34:54 +00:00
trad-core.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vax1knetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vaxbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vaxnetbsd.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
verilog.c Fix buffer overrun in verilog code 2015-02-19 22:08:05 +10:30
versados.c Fix memory access violations triggered by running objdump compiled with out-of-bounds sanitization checking. 2015-02-10 14:11:00 +00:00
version.h Automatic date update in version.in 2015-04-13 00:00:08 +00:00
version.m4 Bump bfd version. 2014-10-15 10:21:25 +02:00
vms-alpha.c Fixes memory access violations triggered by running dlltool on fuzzed binaries. 2015-01-22 12:06:04 +00:00
vms-lib.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vms-misc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vms.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
warning.m4 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xcofflink.c Fallout from recent bfd_reloc_outofrange changes 2015-01-19 19:37:45 +10:30
xsym.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xsym.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-isa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-modules.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

BFD is an object file library.  It permits applications to use the
same routines to process object files regardless of their format.

BFD is used by the GNU debugger, assembler, linker, and the binary
utilities.

The documentation on using BFD is scanty and may be occasionally
incorrect.  Pointers to documentation problems, or an entirely
rewritten manual, would be appreciated.

There is some BFD internals documentation in doc/bfdint.texi which may
help programmers who want to modify BFD.

BFD is normally built as part of another package.  See the build
instructions for that package, probably in a README file in the
appropriate directory.

BFD supports the following configure options:

  --target=TARGET
	The default target for which to build the library.  TARGET is
	a configuration target triplet, such as sparc-sun-solaris.
  --enable-targets=TARGET,TARGET,TARGET...
	Additional targets the library should support.  To include
	support for all known targets, use --enable-targets=all.
  --enable-64-bit-bfd
	Include support for 64 bit targets.  This is automatically
	turned on if you explicitly request a 64 bit target, but not
	for --enable-targets=all.  This requires a compiler with a 64
	bit integer type, such as gcc.
  --enable-shared
	Build BFD as a shared library.
  --with-mmap
	Use mmap when accessing files.  This is faster on some hosts,
	but slower on others.  It may not work on all hosts.

Report bugs with BFD to bug-binutils@gnu.org.

Patches are encouraged.  When sending patches, always send the output
of diff -u or diff -c from the original file to the new file.  Do not
send default diff output.  Do not make the diff from the new file to
the original file.  Remember that any patch must not break other
systems.  Remember that BFD must support cross compilation from any
host to any target, so patches which use ``#ifdef HOST'' are not
acceptable.  Please also read the ``Reporting Bugs'' section of the
gcc manual.

Bug reports without patches will be remembered, but they may never get
fixed until somebody volunteers to fix them.

Copyright (C) 2012-2015 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.