binutils-gdb/bfd
Alan Modra 9d19e4fdb7 Put .dynbss and .rel.bss shortcuts in main elf hash table
Also, create .rel{,a}.bss for PIEs on all targets, not just x86.

	* elf-bfd.h (struct elf_link_hash_table): Add sdynbss and srelbss.
	* elflink.c (_bfd_elf_create_dynamic_sections): Set them.  Create
	.rel.bss/.rela.bss for executables, both PIE and non-PIE.
	* elf32-arc.c (struct elf_arc_link_hash_table): Delete srelbss.
	Use ELF hash table var throughout.
	* elf32-arm.c (struct elf32_arm_link_hash_table): Delete sdynbss
	and srelbss.  Use ELF hash table vars throughout.
	* elf32-hppa.c (struct elf32_hppa_link_hash_table): Likewise.
	* elf32-i386.c (struct elf_i386_link_hash_table): Likewise.
	* elf32-metag.c (struct elf_metag_link_hash_table): Likewise.
	* elf32-microblaze.c (struct elf32_mb_link_hash_table): Likewise.
	* elf32-nios2.c (struct elf32_nios2_link_hash_table): Likewise.
	* elf32-or1k.c (struct elf_or1k_link_hash_table): Likewise.
	* elf32-ppc.c (struct ppc_elf_link_hash_table): Likewise.
	* elf32-s390.c (struct elf_s390_link_hash_table): Likewise.
	* elf32-tic6x.c (struct elf32_tic6x_link_hash_table): Likewise.
	* elf32-tilepro.c (struct tilepro_elf_link_hash_table): Likewise.
	* elf64-ppc.c (struct ppc_link_hash_table): Likewise.
	* elf64-s390.c (struct elf_s390_link_hash_table): Likewise.
	* elf64-x86-64.c (struct elf_x86_64_link_hash_table): Likewise.
	* elfnn-aarch64.c (struct elf_aarch64_link_hash_table): Likewise.
	* elfnn-riscv.c (struct riscv_elf_link_hash_table): Likewise.
	* elfxx-mips.c (struct mips_elf_link_hash_table): Likewise.
	* elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Likewise.
	* elfxx-sparc.c: Likewise.
	* elfxx-tilegx.c (struct tilegx_elf_link_hash_table): Likewise.

	* elf32-arc.c (arc_elf_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.
	* elf32-microblaze.c (microblaze_elf_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.
	* elf32-or1k.c (or1k_elf_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.
	* elf32-s390.c (elf_s390_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.
	* elf64-ppc.c (ppc64_elf_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.
	* elf64-s390.c (elf_s390_create_dynamic_sections): Delete.
	(elf_backend_create_dynamic_sections): Use base ELF version.

	* elf32-tilepro.c (tilepro_elf_create_dynamic_sections): Remove
	extraneous tests.
	* elfnn-aarch64.c (elfNN_aarch64_create_dynamic_sections): Likewise.
	* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Likewise.
	* elfxx-tilegx.c (tilegx_elf_create_dynamic_sections): Likewise.

	* elf32-i386.c (elf_i386_create_dynamic_sections): Don't create
	".rel.bss" for executables.
	* elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Don't create
	".rela.bss" for executables.
	* elf32-nios2.c (nios2_elf32_create_dynamic_sections): Don't
	ignore return status from _bfd_elf_create_dynamic_sections.
2016-12-26 13:42:20 +10:30
..
doc bfd_merge_private_bfd_data tidy 2016-10-07 11:24:21 +10:30
hosts Copyright update for binutils 2016-01-01 23:00:01 +10:30
po Regenerate pot files. 2016-12-23 09:32:28 +01:00
.gitignore
acinclude.m4 Copyright update for binutils 2016-01-01 23:00:01 +10:30
aclocal.m4 Regenerate Makefile.in/aclocal.m4 automake 1.11.6 2016-04-15 16:20:55 -07:00
aix5ppc-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aix386-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout0.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout-adobe.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
aout-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout-cris.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
aout-ns32k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout-sparcle.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
aout-target.h Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
aout-tic30.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
aoutf1.h Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
aoutx.h Fix seg-fault running strip on a corrupt binary. 2016-12-06 15:58:15 +00:00
arc-got.h Content for TLS_IE_GOT not written to .got. 2016-08-26 12:09:17 +02:00
arc-plt.def Add PIC and TLS support to the ARC target. 2016-01-19 15:25:58 +00:00
arc-plt.h Add PIC and TLS support to the ARC target. 2016-01-19 15:25:58 +00:00
archive64.c Enable 64-bit archives in ar and ranlib 2016-05-25 09:47:03 -07:00
archive.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
archures.c Add support for RISC-V architecture. 2016-11-01 16:45:57 +00:00
armnetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
bfd-in2.h Rework RISC-V relocations 2016-12-20 12:26:33 +10:30
bfd-in.h MIPS/opcodes: Also set disassembler's ASE flags from ELF structures 2016-12-14 22:12:21 +00:00
bfd.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
bfd.m4 Copyright update for binutils 2016-01-01 23:00:01 +10:30
bfdio.c Set my_archive for thin archives 2016-06-14 13:12:00 +09:30
bfdwin.c Set my_archive for thin archives 2016-06-14 13:12:00 +09:30
binary.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
bout.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
cache.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
cf-i386lynx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cf-sparclynx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ChangeLog Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
ChangeLog-0001
ChangeLog-0203 Update copyright years 2014-03-05 22:16:15 +10:30
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 correct pr reference 2013-02-04 05:10:44 +00:00
ChangeLog-2013 New Year - binutils ChangeLog rotation 2014-01-08 05:32:12 -08:00
ChangeLog-2014 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ChangeLog-2015 binutils ChangeLog rotation 2016-01-01 22:59:17 +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 Update copyright years 2014-03-05 22:16:15 +10:30
ChangeLog-9899 Update copyright years 2014-03-05 22:16:15 +10:30
cisco-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff64-rs6000.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-alpha.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-apollo.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-arm.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-aux.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-bfd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-bfd.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-go32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-h8300.c -Wimplicit-fallthrough warning fixes 2016-10-06 10:13:15 +10:30
coff-h8500.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
coff-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-i860.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-i960.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
coff-ia64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-m68k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-m88k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-mcore.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-mips.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
coff-ppc.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-rs6000.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-sh.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-sparc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-stgo32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-svm68k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-tic4x.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-tic30.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-tic54x.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-tic80.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coff-u68k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-w65.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
coff-we32k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
coff-x86_64.c Fix the calculation of AMD64_PCRQUAD relocations. 2016-09-26 16:16:25 +01:00
coff-z8k.c Add z8k ld testsuite and fix range check in coff-z8k.c 2016-06-04 22:15:52 +02:00
coff-z80.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
coffcode.h Fix typo "Faal through" should be "Fall through". 2016-11-14 08:44:17 +00:00
coffgen.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
cofflink.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
coffswap.h Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
compress.c Provide a more helpful error message when the BFD library is unable to load an extremely large section. 2016-11-10 12:26:53 +00:00
config.bfd Add support for Fushia OS. 2016-12-02 10:44:29 +00:00
config.in hppa-linux-gnu-ranlib: libcpp.a: File format not recognized 2016-12-23 23:50:39 +10:30
configure hppa-linux-gnu-ranlib: libcpp.a: File format not recognized 2016-12-23 23:50:39 +10:30
configure.ac hppa-linux-gnu-ranlib: libcpp.a: File format not recognized 2016-12-23 23:50:39 +10:30
configure.com Copyright update for binutils 2016-01-01 23:00:01 +10:30
configure.host Copyright update for binutils 2016-01-01 23:00:01 +10:30
COPYING
corefile.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-aarch64.c bfd: aarch64: fix word and arrdess size declaration in ilp32 mode 2016-12-21 17:56:03 +05:30
cpu-alpha.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-arc.c gas/arc: Don't rely on bfd list of cpu type for cpu selection 2016-10-27 12:28:20 +01:00
cpu-arm.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
cpu-avr.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-bfin.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-cr16.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-cr16c.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-cris.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-crx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-d10v.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-d30v.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-dlx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-epiphany.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-fr30.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-frv.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-ft32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-h8300.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-h8500.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-hppa.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-i370.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-i860.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-i960.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-ia64-opc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-ia64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-iamcu.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-ip2k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-iq2000.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-k1om.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-l1om.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-lm32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m9s12x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m9s12xg.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m32c.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m32r.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m68hc11.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m68hc12.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m68k.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
cpu-m88k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m10200.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-m10300.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-mcore.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-mep.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-metag.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-microblaze.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-mips.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-mmix.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-moxie.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-msp430.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-mt.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-nds32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-nios2.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-ns32k.c -Wimplicit-fallthrough warning fixes 2016-10-06 10:13:15 +10:30
cpu-or1k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-pdp11.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-pj.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-plugin.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-powerpc.c PowerPC VLE 2016-06-07 22:04:38 +09:30
cpu-riscv.c Add support for RISC-V architecture. 2016-11-01 16:45:57 +00:00
cpu-rl78.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-rs6000.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-rx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-s390.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-score.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-sh.c bfd_merge_private_bfd_data tidy 2016-10-07 11:24:21 +10:30
cpu-sparc.c bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine numbers. 2016-06-17 02:12:48 -07:00
cpu-spu.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tic4x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tic6x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tic30.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tic54x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tic80.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tilegx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-tilepro.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-v850_rh850.c Restore v850-rh850 as a recognised v850 architecture name for backwards compatibility. 2016-03-22 11:34:26 +00:00
cpu-v850.c Fix v850 bfd arch info printable names 2016-03-09 15:43:13 +00:00
cpu-vax.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-visium.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-w65.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-we32k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-xc16x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-xgate.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-xstormy16.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-xtensa.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-z8k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
cpu-z80.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
demo64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
dep-in.sed
development.sh Copyright update for binutils 2016-01-01 23:00:01 +10:30
dwarf1.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
dwarf2.c BFD/DWARF2: Correct an `index' global shadowing error 2016-11-21 16:38:08 +00:00
ecoff.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
ecofflink.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
ecoffswap.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-am33lin.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-arc.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-arm.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-avr.c Fix PR20789 - relaxation with negative valued diff relocs 2016-11-16 16:11:46 +05:30
elf32-avr.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-bfin.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-cr16.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-cr16c.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-cris.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-crx.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-d10v.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-d30v.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-dlx.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
elf32-dlx.h dlx: move prototype of dlx_set_skip_hi16 to elf/dlx.h 2016-06-27 05:57:32 -04:00
elf32-epiphany.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-fr30.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-frv.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-ft32.c FT32: Correct 32-bit reloc for BFD_RELOC_32 2016-07-08 11:53:31 -07:00
elf32-gen.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-h8300.c Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
elf32-hppa.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-hppa.h add more extern C 2016-06-01 21:26:32 -04:00
elf32-i370.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-i386.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-i860.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
elf32-i960.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-ip2k.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-iq2000.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-lm32.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-m32c.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-m32r.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-m68hc1x.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-m68hc1x.h Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
elf32-m68hc11.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-m68hc12.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-m68k.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-m88k.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-mcore.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-mep.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-metag.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-metag.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-microblaze.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-mips.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-moxie.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-msp430.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-mt.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-nds32.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-nds32.h Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-nios2.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-nios2.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-or1k.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-pj.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-ppc.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-ppc.h PR20744, Incorrect PowerPC VLE relocs 2016-11-22 20:19:29 +10:30
elf32-rl78.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-rx.c Don't fudge p_vaddr when PHDR in segment 2016-12-13 09:37:37 +10:30
elf32-rx.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-s390.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-score7.c Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
elf32-score.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-score.h Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
elf32-sh64-com.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-sh64.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-sh64.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-sh-relocs.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-sh-symbian.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-sh.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-sparc.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-spu.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-spu.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-tic6x.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-tic6x.h add more extern C 2016-06-01 21:26:32 -04:00
elf32-tilegx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-tilegx.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-tilepro.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf32-tilepro.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-v850.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-vax.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32-visium.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-xc16x.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf32-xgate.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf32-xgate.h bfd_merge_private_bfd_data tidy 2016-10-07 11:24:21 +10:30
elf32-xstormy16.c Delete duplicate target short-cuts to dynamic sections 2016-11-23 15:34:01 +10:30
elf32-xtensa.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf64-alpha.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf64-gen.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf64-hppa.c Don't add PHDR for objcopy/strip or ld script specifying PHDRS 2016-12-13 09:37:59 +10:30
elf64-hppa.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf64-ia64-vms.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf64-mips.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
elf64-mmix.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf64-ppc.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf64-ppc.h PowerPC64 dot-symbol compatibility bugfixes 2016-12-03 21:00:01 +10:30
elf64-s390.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf64-sh64.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elf64-sparc.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf64-tilegx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf64-tilegx.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf64-x86-64.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf-attrs.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf-bfd.h Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elf-eh-frame.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf-hppa.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf-ifunc.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf-linux-core.h Convert macros in elf-linux-core.h to inline functions 2016-01-21 19:59:33 +10:30
elf-m10200.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
elf-m10300.c Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
elf-nacl.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf-nacl.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf-s390-common.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elf-strtab.c Use size_t rather than bfd_size_type 2016-06-11 17:24:56 +09:30
elf-vxworks.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf-vxworks.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elf.c Fix seg-fault in strip when copying a corrupt binary. 2016-12-06 16:53:57 +00:00
elfcode.h Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
elfcore.h Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
elflink.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfn32-mips.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
elfnn-aarch64.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfnn-ia64.c elf_backend_dtrel_excludes_plt 2016-11-23 15:43:25 +10:30
elfnn-riscv.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfxx-aarch64.c -Wimplicit-fallthrough warning fixes 2016-10-06 10:13:15 +10:30
elfxx-aarch64.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elfxx-ia64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
elfxx-ia64.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
elfxx-mips.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfxx-mips.h Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
elfxx-riscv.c Rework RISC-V relocations 2016-12-20 12:26:33 +10:30
elfxx-riscv.h Add support for RISC-V architecture. 2016-11-01 16:45:57 +00:00
elfxx-sparc.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfxx-sparc.h Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfxx-target.h Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
elfxx-tilegx.c Put .dynbss and .rel.bss shortcuts in main elf hash table 2016-12-26 13:42:20 +10:30
elfxx-tilegx.h Pass link_info to _bfd_merge_private_bfd_data 2016-10-07 11:24:41 +10:30
epoc-pe-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
epoc-pei-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
format.c Prevent segfault in GDB when searching for architecture matches. 2016-09-14 13:49:16 +01:00
freebsd.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
gen-aout.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
genlink.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
go32stub.h
hash.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
host-aout.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
hp300bsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
hp300hpux.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
hppabsd-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
hpux-core.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
i386aout.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386bsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386dynix.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386freebsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386linux.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
i386lynx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386mach3.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386msdos.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
i386netbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
i386os9k.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
ieee.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
ihex.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
init.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
irix-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
libaout.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libbfd-in.h Remove "collect" forms of generic linker add symbols functions 2016-12-24 00:15:58 +10:30
libbfd.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
libbfd.h Remove "collect" forms of generic linker add symbols functions 2016-12-24 00:15:58 +10:30
libcoff-in.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libcoff.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libecoff.h Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
libhppa.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libieee.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libnlm.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
liboasys.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libpei.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
libxcoff.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
linker.c Call target specific add_symbols function 2016-12-24 00:20:03 +10:30
lynx-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m68k4knetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m68klinux.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
m68knetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m88kmach3.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
m88kopenbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mach-o-aarch64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mach-o-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mach-o-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mach-o-target.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
mach-o-x86-64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mach-o.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
mach-o.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
MAINTAINERS Copyright update for binutils 2016-01-01 23:00:01 +10:30
Makefile.am Add support for RISC-V architecture. 2016-11-01 16:45:57 +00:00
Makefile.in Add support for RISC-V architecture. 2016-11-01 16:45:57 +00:00
makefile.vms Copyright update for binutils 2016-01-01 23:00:01 +10:30
mep-relocs.pl Copyright update for binutils 2016-01-01 23:00:01 +10:30
merge.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
mipsbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
mmo.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
netbsd-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
netbsd.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
newsos3.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm32-alpha.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm32-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm32-ppc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm32-sparc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm32.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlm-target.h Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
nlm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlmcode.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
nlmswap.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
ns32k.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
ns32knetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
oasys.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
opncls.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
osf-core.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
pc532-mach.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pdp11.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
pe-arm-wince.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-mcore.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-mips.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
pe-ppc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-sh.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pe-x86_64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pef-traceback.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
pef.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
pef.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-arm-wince.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-arm.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-i386.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-ia64.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-mcore.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-mips.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-ppc.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-sh.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
pei-x86_64.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
peicode.h Fix seg-fault in the binutils utilities when reading a corrupt input file. 2016-12-05 16:34:45 +00:00
peXXigen.c Prevent problems with section alignment by not shrinking the .rsrc section. 2016-11-25 09:47:31 +00:00
plugin.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
plugin.h Don't include libbfd.h outside of bfd, part 6 2016-07-16 19:09:00 +09:30
PORTING Copyright update for binutils 2016-01-01 23:00:01 +10:30
ppcboot.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
ptrace-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
README Copyright update for binutils 2016-01-01 23:00:01 +10:30
reloc16.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
reloc.c Rework RISC-V relocations 2016-12-20 12:26:33 +10:30
riscix.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
rs6000-core.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
sco5-core.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
section.c BFD_FAKE_SECTION macro params 2016-10-12 09:41:33 +10:30
simple.c Return void from linker callbacks 2016-05-28 11:17:20 +09:30
som.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
som.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
sparclinux.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
sparclynx.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
sparcnetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
srec.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
stab-syms.c update many old style function definitions 2016-04-20 07:04:49 -04:00
stabs.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
stamp-h.in
sunos.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
syms.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
sysdep.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
targets.c Fix building binutils for all 32-bit targets by moving riscv32 target into 64-bit builds only. 2016-11-04 13:50:01 +00:00
targmatch.sed
tekhex.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
TODO Copyright update for binutils 2016-01-01 23:00:01 +10:30
trad-core.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
vax1knetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
vaxbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
vaxnetbsd.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
verilog.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
versados.c -Wimplicit-fallthrough warning fixes 2016-10-06 10:13:15 +10:30
version.h Automatic date update in version.in 2016-12-26 00:00:32 +00:00
version.m4 Bump version to 2.28.51 2016-12-23 09:50:53 +01:00
vms-alpha.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
vms-lib.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
vms-misc.c Remove syntactic sugar 2016-09-30 15:17:44 +09:30
vms.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
warning.m4 Fix spelling mistakes in comments in configure scripts 2016-11-22 15:43:03 +00:00
xcofflink.c Add c-format tags to translatable strings with more than one argument-using formatting token. 2016-10-19 14:37:21 +01:00
xsym.c Add support for non-ELF targets to check their relocs. 2016-04-21 15:43:00 +01:00
xsym.h Copyright update for binutils 2016-01-01 23:00:01 +10:30
xtensa-isa.c Copyright update for binutils 2016-01-01 23:00:01 +10:30
xtensa-modules.c Copyright update for binutils 2016-01-01 23:00:01 +10:30

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-2016 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.