binutils-gdb/bfd
Alan Modra 7dda8d3cf3 PowerPC64 debian bug 886264, out-of-line save/restore functions
This calculation in relocate_section

	      if (stub_entry->stub_type == ppc_stub_save_res)
		relocation += (stub_sec->output_offset
			       + stub_sec->output_section->vma
			       + stub_sec->size - htab->sfpr->size
			       - htab->sfpr->output_offset
			       - htab->sfpr->output_section->vma);

to adjust from the original out-of-line save/restore function address
in sfpr to a copy at the end of stub_sec goes wrong when stub_sec is
padded, because the copy is no longer at the end of stub_sec.  The
solution is to pad before copying sfpr, so the copy is always at the
end of stub_sec.

	* elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
	sfpr size added before defining alias symbols.
	(ppc64_elf_build_stubs): Add stub section padding before
	copying sfpr contents and defining save/restore alias symbols.
2018-03-14 22:20:11 +10:30
..
doc Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
hosts Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
po Fix typo in Russian translation for the bfd/ sub-directory which could lead to a seg-fault in the linker. 2018-02-13 15:13:58 +00:00
.gitignore
COPYING
ChangeLog PowerPC64 debian bug 886264, out-of-line save/restore functions 2018-03-14 22:20:11 +10:30
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006 Remove trailing spaces in bfd 2015-08-12 04:32:43 -07:00
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015 binutils ChangeLog rotation 2016-01-01 22:59:17 +10:30
ChangeLog-2016 ChangeLog rotation 2017-01-02 13:55:05 +10:30
ChangeLog-2017 ChangeLog rotation 2018-01-03 17:49:42 +10:30
ChangeLog-9193 Remove trailing spaces in bfd 2015-08-12 04:32:43 -07:00
ChangeLog-9495 Remove trailing spaces in bfd 2015-08-12 04:32:43 -07:00
ChangeLog-9697
ChangeLog-9899
MAINTAINERS Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
Makefile.am Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
Makefile.in Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
PORTING Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
README Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
TODO Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
acinclude.m4 Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aclocal.m4 Regenerate Makefile.in/aclocal.m4 automake 1.11.6 2016-04-15 16:20:55 -07:00
aix5ppc-core.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aix386-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
aout-adobe.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
aout-arm.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
aout-cris.c Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
aout-ns32k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aout-sparcle.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aout-target.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
aout-tic30.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
aout0.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aout32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aout64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
aoutf1.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
aoutx.h PR22887, null pointer dereference in aout_32_swap_std_reloc_out 2018-02-28 22:20:35 +10:30
arc-got.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
arc-plt.def Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
arc-plt.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
archive.c BFD messages 2018-02-26 09:33:15 +10:30
archive64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
archures.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
armnetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
bfd-in.h %L conversions 2018-02-19 23:55:54 +10:30
bfd-in2.h LD: Support fixed-size sections some psABIs may require 2018-02-19 18:38:41 +00:00
bfd.c BFD messages 2018-02-26 09:33:15 +10:30
bfd.m4 Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
bfdio.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
bfdwin.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
binary.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
bout.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
cache.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
cf-i386lynx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cf-sparclynx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cisco-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-alpha.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
coff-apollo.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-arm.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
coff-aux.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-bfd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-bfd.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-go32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-h8300.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-h8500.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-i386.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-i860.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-i960.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-ia64.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-m68k.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-m88k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-mcore.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
coff-mips.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-ppc.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-rs6000.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-sh.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-sparc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-stgo32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-svm68k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-tic4x.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-tic30.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-tic54x.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-tic80.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-u68k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-w65.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
coff-we32k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-x86_64.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
coff-z8k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff-z80.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
coff64-rs6000.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
coffcode.h AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
coffgen.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
cofflink.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
coffswap.h Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
compress.c %L conversions 2018-02-19 23:55:54 +10:30
config.bfd Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
config.in ld: Add --enable-separate-code 2018-02-27 11:34:29 -08:00
configure ld: Add --enable-separate-code 2018-02-27 11:34:29 -08:00
configure.ac ld: Add --enable-separate-code 2018-02-27 11:34:29 -08:00
configure.com Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
configure.host Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
corefile.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-aarch64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-alpha.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-arc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-arm.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
cpu-avr.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-bfin.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-cr16.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-cr16c.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-cris.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-crx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-d10v.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-d30v.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-dlx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-epiphany.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-fr30.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-frv.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-ft32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-h8300.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-h8500.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-hppa.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-i370.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-i386.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-i860.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-i960.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-ia64-opc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-ia64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-iamcu.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-ip2k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-iq2000.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-k1om.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-l1om.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-lm32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m9s12x.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m9s12xg.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m32c.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m32r.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m68hc11.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m68hc12.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m68k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m88k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m10200.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-m10300.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-mcore.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-mep.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-metag.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-microblaze.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-mips.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-mmix.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-moxie.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-msp430.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-mt.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-nds32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-nios2.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-ns32k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-or1k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-pdp11.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-pj.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-plugin.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-powerpc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-pru.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-riscv.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-rl78.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-rs6000.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-rx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-s390.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-score.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-sh.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-sparc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-spu.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tic4x.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tic6x.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tic30.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tic54x.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tic80.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tilegx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-tilepro.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-v850.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-v850_rh850.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-vax.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-visium.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-w65.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-wasm32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-we32k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-xc16x.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-xgate.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-xstormy16.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-xtensa.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-z8k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
cpu-z80.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
demo64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
dep-in.sed
development.sh Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
dwarf1.c Fix potential integer overflow when reading corrupt dwarf1 debug information. 2018-02-28 10:13:54 +00:00
dwarf2.c Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks. 2018-02-28 11:53:06 +00:00
ecoff.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
ecofflink.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ecoffswap.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-attrs.c ELF linker messages 2018-02-26 09:29:15 +10:30
elf-bfd.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf-eh-frame.c ELF linker messages 2018-02-26 09:29:15 +10:30
elf-hppa.h Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
elf-ifunc.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
elf-linux-core.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-m10200.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf-m10300.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf-nacl.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-nacl.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-properties.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
elf-s390-common.c assorted target messages 2018-02-26 09:34:15 +10:30
elf-s390.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-strtab.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-vxworks.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf-vxworks.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-am33lin.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-arc.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-arm.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-avr.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-avr.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-bfin.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-cr16.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-cr16c.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-cris.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-crx.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-d10v.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-d30v.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-dlx.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-dlx.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-epiphany.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-fr30.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-frv.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-ft32.c correct ft32 reloc range test 2018-03-01 09:12:50 +10:30
elf32-gen.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-h8300.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-hppa.c %L conversions 2018-02-19 23:55:54 +10:30
elf32-hppa.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-i370.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-i386.c x86: Treat relocation against IFUNC symbol as FUNC 2018-03-08 06:36:52 -08:00
elf32-i860.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-i960.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-ip2k.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-iq2000.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-lm32.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m32c.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m32r.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m68hc1x.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m68hc1x.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-m68hc11.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m68hc12.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m68k.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-m88k.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-mcore.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-mep.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-metag.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-metag.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-microblaze.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-mips.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-moxie.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-msp430.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-mt.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-nds32.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-nds32.h nds32: Support target directive .ict_model. 2018-02-23 14:27:13 +08:00
elf32-nios2.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-nios2.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-or1k.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-pj.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-ppc.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-ppc.h Revert "PowerPC PLT speculative execution barriers" 2018-02-07 14:23:08 +10:30
elf32-pru.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-rl78.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-rx.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-rx.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-s390.c Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections. 2018-03-09 14:37:36 +00:00
elf32-score.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-score.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-score7.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-sh-relocs.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-sh-symbian.c assorted target messages 2018-02-26 09:34:15 +10:30
elf32-sh.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-sh64-com.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-sh64.c %L conversions 2018-02-19 23:55:54 +10:30
elf32-sh64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-sparc.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
elf32-spu.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-spu.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-tic6x.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-tic6x.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-tilegx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-tilegx.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-tilepro.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-tilepro.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-v850.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-vax.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-visium.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-wasm32.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-xc16x.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-xgate.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-xgate.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf32-xstormy16.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf32-xtensa.c Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
elf32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf64-alpha.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf64-gen.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf64-hppa.c %L conversions 2018-02-19 23:55:54 +10:30
elf64-hppa.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf64-ia64-vms.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf64-mips.c mips64 rtype_to_howto error status 2018-03-07 16:56:31 +10:30
elf64-mmix.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf64-ppc.c PowerPC64 debian bug 886264, out-of-line save/restore functions 2018-03-14 22:20:11 +10:30
elf64-ppc.h Revert "PowerPC PLT speculative execution barriers" 2018-02-07 14:23:08 +10:30
elf64-s390.c Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections. 2018-03-09 14:37:36 +00:00
elf64-sh64.c Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
elf64-sparc.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elf64-tilegx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf64-tilegx.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elf64-x86-64.c x86: Treat relocation against IFUNC symbol as FUNC 2018-03-08 06:36:52 -08:00
elf64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elfcode.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfcore.h Don't use %ll 2018-02-19 23:55:55 +10:30
elflink.c GC: Also check the local debug definition section 2018-03-14 04:23:40 -07:00
elfn32-mips.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfnn-aarch64.c Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections. 2018-03-09 14:37:36 +00:00
elfnn-ia64.c Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfnn-riscv.c RISC-V: Fix symbol size bug when relaxation deletes bytes. 2018-03-01 14:17:57 -08:00
elfxx-aarch64.c [LD][AARCH64]Add group relocations to create PC-relative offset. 2018-01-24 16:20:05 +00:00
elfxx-aarch64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elfxx-ia64.c Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
elfxx-ia64.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elfxx-mips.c PR ld/21900: MIPS: Fix relocation processing with undefined symbols 2018-03-03 15:49:21 +00:00
elfxx-mips.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
elfxx-riscv.c unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
elfxx-riscv.h unrecognized/unsupported reloc message 2018-02-26 09:28:27 +10:30
elfxx-sparc.c Fix Sparc, s390 and AArch64 targets so that they can handle relocs against ifunc symbols found in note sections. 2018-03-09 14:37:36 +00:00
elfxx-sparc.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfxx-target.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfxx-tilegx.c Use standardized error message for unrecognized relocs. 2018-02-27 12:16:04 +00:00
elfxx-tilegx.h Have info_to_howto functions return a success/fail status. Check this result. Stop strip from completeing if one of these functions fails. 2018-02-27 10:15:13 +00:00
elfxx-x86.c Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. 2018-02-19 23:55:53 +10:30
elfxx-x86.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
epoc-pe-arm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
epoc-pei-arm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
format.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
freebsd.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
gen-aout.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
genlink.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
go32stub.h
hash.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
host-aout.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
hp300bsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
hp300hpux.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
hppabsd-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
hpux-core.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
i386aout.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386bsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386dynix.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386freebsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386linux.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
i386lynx.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386mach3.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386msdos.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
i386netbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
i386os9k.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
ieee.c %L conversions 2018-02-19 23:55:54 +10:30
ihex.c %L conversions 2018-02-19 23:55:54 +10:30
init.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
irix-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
libaout.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
libbfd-in.h Add attribute printf to _bfd_error_handler 2018-02-19 23:55:55 +10:30
libbfd.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
libbfd.h Add attribute printf to _bfd_error_handler 2018-02-19 23:55:55 +10:30
libcoff-in.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libcoff.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libecoff.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
libhppa.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libieee.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libnlm.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
liboasys.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libpei.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
libxcoff.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
linker.c BFD messages 2018-02-26 09:33:15 +10:30
lynx-core.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
m68k4knetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
m68klinux.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
m68knetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
m88kmach3.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
m88kopenbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mach-o-aarch64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mach-o-arm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mach-o-i386.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mach-o-target.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
mach-o-x86-64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mach-o.c %L conversions 2018-02-19 23:55:54 +10:30
mach-o.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
makefile.vms Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mep-relocs.pl Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
merge.c %L conversions 2018-02-19 23:55:54 +10:30
mipsbsd.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
mmo.c assorted target messages 2018-02-26 09:34:15 +10:30
netbsd-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
netbsd.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
newsos3.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm-target.h Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
nlm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm32-alpha.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm32-i386.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm32-ppc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm32-sparc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm32.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlm64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlmcode.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
nlmswap.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ns32k.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ns32knetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
oasys.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
opncls.c Prevent attempts to call strncpy with a zero-length field by chacking the size of debuglink sections. 2018-02-06 15:48:29 +00:00
osf-core.c assorted target messages 2018-02-26 09:34:15 +10:30
pc532-mach.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pdp11.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
pe-arm-wince.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-arm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-i386.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-mcore.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-mips.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
pe-ppc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-sh.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pe-x86_64.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
peXXigen.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
pef-traceback.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pef.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
pef.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-arm-wince.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-arm.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-i386.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-ia64.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-mcore.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-mips.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-ppc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-sh.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
pei-x86_64.c Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information. 2018-03-13 14:02:52 +00:00
peicode.h AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
plugin.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
plugin.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ppcboot.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
ptrace-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
reloc.c BFD messages 2018-02-26 09:33:15 +10:30
reloc16.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
riscix.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
rs6000-core.c Use %pA and %pB in messages rather than %A and %B 2018-02-19 23:55:53 +10:30
sco5-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
section.c LD: Support fixed-size sections some psABIs may require 2018-02-19 18:38:41 +00:00
simple.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
som.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
som.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
sparclinux.c AOUT/COFF/PE messages 2018-02-26 09:32:35 +10:30
sparclynx.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
sparcnetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
srec.c assorted target messages 2018-02-26 09:34:15 +10:30
stab-syms.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
stabs.c BFD messages 2018-02-26 09:33:15 +10:30
stamp-h.in
sunos.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
syms.c BFD messages 2018-02-26 09:33:15 +10:30
sysdep.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
targets.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
targmatch.sed
tekhex.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
trad-core.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
vax1knetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
vaxbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
vaxnetbsd.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
verilog.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
versados.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
version.h Automatic date update in version.in 2018-03-14 00:00:42 +00:00
version.m4 Bump version number to 2.30.51 2018-01-13 13:31:12 +00:00
vms-alpha.c assorted target messages 2018-02-26 09:34:15 +10:30
vms-lib.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
vms-misc.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
vms.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
warning.m4 Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
wasm-module.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
wasm-module.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
xcofflink.c %L conversions 2018-02-19 23:55:54 +10:30
xsym.c Remove bfd stub function casts. 2018-02-16 19:09:23 +10:30
xsym.h Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
xtensa-isa.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
xtensa-modules.c Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +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-2018 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.