binutils-gdb/bfd
Alan Modra 76eab8f47a PR32266, segv when linking libclang_rt.asan-powerpc64.so
Change the mmap support added with commit 9ba56acee5 to always mmap
memory with PROT_READ | PROT_WRITE.  Prior to that commit most file
contents were read into a buffer allocated with bfd_alloc or
bfd_malloc and thus the memory was read/write.  Even after that commit
any section contents with relocations must be read/write to apply the
relocs.  Making them all read/write is not a major change, and it
should not introduce any measurable linker slowdown for contents that
are not modified.  More importantly, it removes a BFD behaviour
difference that only triggers when large files are involved.

	PR 32266
	PR 32109
	* libbfd.c (bfd_mmap_local): Remove prot param.  Always mmap
	with PROT_READ | PROT_WRITE.  Adjust all calls.
	(_bfd_mmap_temporary): Rename from _bfd_mmap_readonly_temporary.
	(_bfd_munmap_temporary): Rename from _bfd_munmap_readonly_temporary.
	_bfd_mmap_persistent): Rename from _bfd_mmap_readonly_persistent.
	(_bfd_generic_get_section_contents): Use PROT_READ | PROT_WRITE
	regardless of relocs.
	* libbfd-in.h: Update decls to suit.  Make non-USE_MMAP variants
	static inline functions.
	* elflink.c: Update all uses of _bfd_mmap functions.
	* elf.c: Likewise.
	(bfd_elf_get_str_section): Revert commit 656f8fbaae.
	* libbfd.h: Regenerate.
2024-10-16 14:23:27 +10:30
..
doc bfd: fix unnecessary bfd.info regen 2024-10-03 12:58:50 +09:30
hosts Remove hosts/mipsbsd.h and scripttempl/mipsbsd.sc 2024-01-19 07:25:31 -08:00
po Updated translations for the bfd, binutils, gas, ld and opcodes directories 2024-07-29 11:57:25 +01:00
.gitignore Add basic support for RISC-V 64-bit EFI objects 2023-12-05 13:20:27 +01:00
acinclude.m4 Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aclocal.m4 mmap: Avoid the sanitizer configure check failure 2024-04-10 03:57:46 -07:00
aix5ppc-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aout32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aout64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aout-cris.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aout-ns32k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
aout-target.h Remove bfdwin.c 2024-04-11 17:05:16 +09:30
aoutx.h Remove bfdwin.c 2024-04-11 17:05:16 +09:30
arc-got.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-plt.def Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
arc-plt.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
archive64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
archive.c Don't claim a fat IR object if no IR object should be claimed 2024-03-26 07:17:17 -07:00
archures.c lto: Don't include unused LTO archive members in output 2024-08-15 03:54:11 -07:00
ax_tls.m4 Make various error-related globals thread-local 2023-11-07 17:47:12 -07:00
bfd-in2.h Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
bfd-in.h bfd: add missing include <time.h> 2024-03-18 12:53:42 +01:00
bfd.c lto: Don't include unused LTO archive members in output 2024-08-15 03:54:11 -07:00
bfd.m4 Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
bfdio.c Remove debug printout from 9dd9181427 2024-04-16 11:59:41 +01:00
binary.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
bpf-reloc.def bpf: fix relocation addend incorrect symbol value 2024-01-12 08:22:23 -08:00
cache.c Avoid cache race in bfd_check_format_matches 2024-04-16 14:02:15 -06:00
cf-i386lynx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ChangeLog Add markers for 2.43 branch/release 2024-07-20 12:43:19 +01:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff64-rs6000.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-aarch64.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-alpha.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-arm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-arm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-bfd.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-bfd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-go32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-i386.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-ia64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-loongarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-mips.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-riscv64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-rs6000.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-sh.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
coff-stgo32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-tic4x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-tic30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-tic54x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-x86_64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-z8k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coff-z80.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coffcode.h bfd: Don't hard-code BFD_JUMP_TABLE_COPY 2024-03-08 05:43:51 -08:00
coffgen.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
cofflink.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
coffswap.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
compress.c elf: Add _bfd_elf_m[un]map_section_contents 2024-04-03 09:11:03 -07:00
config.bfd Remove support for the beos file format 2024-01-29 16:07:45 +00:00
config.in Finalized intl-update patches 2023-11-15 12:53:04 +00:00
configure Change version to 2.43.50 2024-07-20 13:16:33 +01:00
configure.ac autoupdate: add square brackets around arguments of AC_INIT 2024-06-10 08:25:56 +09:30
configure.com Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
configure.host Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
COPYING
corefile.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-aarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-aarch64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-alpha.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-amdgcn.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-arc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-arm.c arm: remove Maverick support from BFD. 2024-05-14 10:56:58 +01:00
cpu-arm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-avr.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-bfin.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-bpf.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-cr16.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-cris.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-crx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-csky.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-d10v.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-d30v.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-dlx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-epiphany.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-fr30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-frv.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-ft32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-h8300.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-h8300.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-hppa.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-i386.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-ia64-opc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-ia64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-iamcu.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-ip2k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-iq2000.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-kvx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-lm32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-loongarch.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m9s12x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m9s12xg.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m32c.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m32r.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m68hc11.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m68hc12.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m68k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m68k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m10200.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-m10300.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-mep.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-metag.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-microblaze.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-mips.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-mmix.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-moxie.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-msp430.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-mt.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-nds32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-nfp.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-nios2.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-ns32k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-or1k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-pdp11.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-pj.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-powerpc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-pru.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-riscv.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-riscv.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-rl78.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-rs6000.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-rx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-s12z.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-s390.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-score.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-sh.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-sparc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-spu.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tic4x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tic6x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tic30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tic54x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tilegx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-tilepro.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-v850_rh850.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-v850.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-vax.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-visium.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-wasm32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-xgate.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-xstormy16.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-xtensa.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-z8k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
cpu-z80.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dep-in.sed
development.sh Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dwarf1.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
dwarf2.c Fix initiali state of DWARF v5 line number table in BFD library 2024-04-29 10:04:53 +01:00
ecoff-bfd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ecoff.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
ecofflink.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ecoffswap.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-am33lin.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-arc.c ARC e_flags vs. objcopy 2024-04-17 09:25:15 +09:30
elf32-arm.c Revert "get_synthetic_symtab fixes for commit 68bbe1183379" 2024-10-08 15:12:14 +10:30
elf32-arm.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-avr.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-avr.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-bfin.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-bfin.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-cr16.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-cr16.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-cris.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-crx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-csky.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-csky.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-d10v.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-d30v.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-dlx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-dlx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-epiphany.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-fr30.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-frv.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-ft32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-gen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-h8300.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-hppa.c hppa: Fix handling of relocations that apply to data 2024-07-14 07:22:13 -04:00
elf32-hppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-i386.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
elf32-ip2k.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-iq2000.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-lm32.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-m32c.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-m32r.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-m68hc1x.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-m68hc1x.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-m68hc11.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-m68hc12.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-m68k.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-m68k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-mep.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-metag.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-metag.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-microblaze.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-mips.c MIPS HI16 and LO16 reloc howtos 2024-04-04 21:02:40 +10:30
elf32-moxie.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-msp430.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-mt.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-nds32.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-nds32.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-nios2.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-nios2.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-or1k.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-pj.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-ppc.c Revert "get_synthetic_symtab fixes for commit 68bbe1183379" 2024-10-08 15:12:14 +10:30
elf32-ppc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-pru.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-rl78.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-rx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-rx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-s12z.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-s390.c IBM zSystems: Rewrite l(g)rl @GOTENT to larl for --no-pie 2024-06-10 22:37:06 +02:00
elf32-score7.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-score.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-score.h PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-sh-relocs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-sh.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-sparc.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-spu.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-spu.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-tic6x.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-tic6x.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-tilegx.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-tilegx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-tilepro.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-tilepro.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-v850.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
elf32-v850.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-vax.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-visium.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-wasm32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-xgate.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32-xstormy16.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-xtensa.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf32-z80.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf32.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-alpha.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf64-amdgcn.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-bpf.c bpf: fix relocation addend incorrect symbol value 2024-01-12 08:22:23 -08:00
elf64-gen.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-hppa.c HPPA64 linker: Do not force the generation of DT_FLAGS for Linux targets. 2024-04-18 13:24:42 +01:00
elf64-hppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-ia64-vms.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf64-mips.c MIPS HI16 and LO16 reloc howtos 2024-04-04 21:02:40 +10:30
elf64-mmix.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-nfp.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-ppc.c Revert "get_synthetic_symtab fixes for commit 68bbe1183379" 2024-10-08 15:12:14 +10:30
elf64-ppc.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-s390.c s390: Avoid reloc overflows on undefined weak symbols (cont) 2024-07-12 16:53:47 +02:00
elf64-sparc.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf64-tilegx.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf64-tilegx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf64-x86-64.c x86: Fix comment typos in TLS relocation check 2024-08-31 05:07:19 -07:00
elf64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-attrs.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-bfd.h bfd/ELF: restrict file alignment for object files 2024-10-11 08:19:34 +02:00
elf-eh-frame.c bfd: Fix GCC warning when CFLAGS="-Og" is used 2024-09-06 08:36:32 +02:00
elf-hppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-ifunc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-linker-x86.h x86: Add -z isa-level-report=[none|all|needed|used] 2024-06-14 13:38:19 -07:00
elf-linux-core.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-m10200.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-m10300.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elf-nacl.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-nacl.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-properties.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-s390-common.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-s390.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf-sframe.c elf: Add _bfd_elf_m[un]map_section_contents 2024-04-03 09:11:03 -07:00
elf-strtab.c bfd: Don't call bfd_write with 0 size 2024-03-13 06:55:44 -07:00
elf-vxworks.c bfd: Remove duplicate word in elf-vxworks.c 2024-04-23 08:53:42 -07:00
elf-vxworks.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elf.c PR32266, segv when linking libclang_rt.asan-powerpc64.so 2024-10-16 14:23:27 +10:30
elfcode.h Revert "bfd_elf_sym_name_raw" 2024-10-08 15:12:14 +10:30
elfcore.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elflink.c PR32266, segv when linking libclang_rt.asan-powerpc64.so 2024-10-16 14:23:27 +10:30
elfn32-mips.c MIPS HI16 and LO16 reloc howtos 2024-04-04 21:02:40 +10:30
elfnn-aarch64.c aarch64: Fix --no-apply-dynamic-relocs for RELR 2024-07-15 13:42:22 +01:00
elfnn-ia64.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfnn-kvx.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfnn-loongarch.c LoongArch: Add more relaxation support for call36 2024-10-15 14:26:17 +08:00
elfnn-riscv.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
elfxx-aarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-aarch64.h aarch64: Add DT_RELR support 2024-05-31 09:47:50 +01:00
elfxx-ia64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-ia64.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-kvx-relocs.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-kvx.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-kvx.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-loongarch.c LoongArch: ld: Fix other pop relocs overflow check and add tests 2024-02-27 11:54:34 +08:00
elfxx-loongarch.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
elfxx-mips.c Revert "get_synthetic_symtab fixes for commit 68bbe1183379" 2024-10-08 15:12:14 +10:30
elfxx-mips.h PR 30569, delete _bfd_mips_elf_early_size_sections 2024-04-02 10:32:04 +10:30
elfxx-riscv.c RISC-V: Fix implicit dependency of Zabha and Zacas 2024-10-08 11:45:28 +08:00
elfxx-riscv.h RISC-V: Add -march=help for gas 2024-03-13 13:47:34 +08:00
elfxx-sparc.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfxx-sparc.h PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfxx-target.h LoongArch: Make align symbol be in same section with alignment directive 2024-06-04 19:47:20 +08:00
elfxx-tilegx.c PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfxx-tilegx.h PR 30569, always call elf_backend_size_dynamic_sections 2024-04-02 10:32:04 +10:30
elfxx-x86.c Revert "get_synthetic_symtab fixes for commit 68bbe1183379" 2024-10-08 15:12:14 +10:30
elfxx-x86.h x86: Report expected register for elf_x86_tls_error_indirect_call 2024-08-28 05:56:25 -07:00
format.c Error messages emitted during bfd_check_format_matches 2024-06-17 15:57:50 +09:30
gen-aout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
genlink.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
go32stub.h
hash.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
host-aout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
hppabsd-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
hpux-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386aout.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386bsd.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
i386lynx.c PR23881, pdp11 binutils fails if too much debug data 2024-02-28 21:24:39 +10:30
i386msdos.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
ihex.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
init.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
irix-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
libaout.h Remove bfdwin.c 2024-04-11 17:05:16 +09:30
libbfd-in.h PR32266, segv when linking libclang_rt.asan-powerpc64.so 2024-10-16 14:23:27 +10:30
libbfd.c PR32266, segv when linking libclang_rt.asan-powerpc64.so 2024-10-16 14:23:27 +10:30
libbfd.h PR32266, segv when linking libclang_rt.asan-powerpc64.so 2024-10-16 14:23:27 +10:30
libcoff-in.h Remove bfdwin.c 2024-04-11 17:05:16 +09:30
libcoff.h Remove bfdwin.c 2024-04-11 17:05:16 +09:30
libecoff.h bfd: Don't hard-code BFD_JUMP_TABLE_COPY 2024-03-08 05:43:51 -08:00
libhppa.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
libpei.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
libxcoff.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
linker.c LTO: Properly check wrapper symbol 2024-07-09 01:37:35 -07:00
lynx-core.c bfd: Define pagesize variables only for mmap 2024-04-09 05:22:41 -07:00
mach-o-aarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mach-o-arm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mach-o-i386.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mach-o-target.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
mach-o-x86-64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mach-o.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mach-o.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
MAINTAINERS Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
Makefile.am Remove bfdwin.c 2024-04-11 17:05:16 +09:30
Makefile.in bfd: fix unnecessary bfd.info regen 2024-10-03 12:58:50 +09:30
makefile.vms Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mep-relocs.pl Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
merge.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
mmo.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
netbsd-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
netbsd.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ns32k.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ns32knetbsd.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
opncls.c Segfault in _bfd_delete_bfd with USE_MMAP 2024-04-11 09:32:10 +09:30
osf-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pc532-mach.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pdb.c bfd/pdb: fix -Wmaybe-uninitialized warning 2024-09-05 09:58:47 +01:00
pdp11.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
pe-aarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-arm-wince.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-arm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-i386.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-sh.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pe-x86_64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pef-traceback.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pef.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
pef.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-aarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-arm-wince.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-arm.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-i386.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-ia64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-loongarch64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-mcore.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-riscv64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-sh.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
pei-x86_64.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
peicode.h peicode.h formatting 2024-10-03 12:58:50 +09:30
peXXigen.c bfd/PE: correct SizeOfImage calculation 2024-09-06 08:34:24 +02:00
plugin.c bfd: Pass true to ld_plugin_object_p 2024-09-09 19:16:17 -07:00
plugin.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
PORTING Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
ppcboot.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
ptrace-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
README Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
reloc16.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
reloc.c RISC-V: Add TLSDESC reloc definitions. 2024-02-29 15:02:49 +08:00
rs6000-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
section.c Fix illegal memory access when bfd_get_section_contents is called with a NULL section pointer. 2024-06-05 13:30:27 +01:00
simple.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
som.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
som.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
srec.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
stab-syms.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
stabs.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
syms.c Revised "Don't return (null) from bfd_elf_sym_name" 2024-10-08 15:12:19 +10:30
sysdep.h elf: Use mmap to map in read-only sections 2024-04-03 09:11:00 -07:00
targets.c Thread-safety improvements for bfd_check_format_matches 2024-04-16 14:01:43 -06:00
targmatch.sed
tekhex.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
TODO Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
trad-core.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vax1knetbsd.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vaxnetbsd.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
verilog.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
version.h Automatic date update in version.in 2024-10-16 00:00:19 +00:00
version.m4 Change version to 2.43.50 2024-07-20 13:16:33 +01:00
vms-alpha.c PR32136, Use-of-uninitialized-memory in evax_bfd_print_image 2024-09-05 16:14:03 +09:30
vms-lib.c Fix compiling bfd/vms-lib.c for a 32-bit host. 2024-03-18 10:26:16 +00:00
vms-misc.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
vms.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
warning.m4 Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
wasm-module.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
wasm-module.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xcofflink.c PR 14962 testcase xcoff failure 2024-02-09 12:17:20 +10:30
xcofflink.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xsym.c Remove bfdwin.c 2024-04-11 17:05:16 +09:30
xsym.h Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-dynconfig.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-isa.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
xtensa-modules.c Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +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 in BFD to https://sourceware.org/bugzilla/

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