binutils-gdb/bfd
Alan Modra 30e8ee25e3 include/
* bfdlink.h (struct bfd_link_info): Delete emit_note_gnu_build_id.
bfd/
	* configure.in: Bump version to 2.23.52.
	* elf-bfd.h (struct elf_build_id_info): New.
	(struct elf_obj_tdata): Delete after_write_object_contents,
	after_write_object_contents_info and build_id_size.  Make build_id
	a pointer to struct elf_build_id_info.
	* elf.c (_bfd_elf_write_object_contents): Style.  Update
	after_write_ibject_contents invocation.
	(elfobj_grok_gnu_build_id): Update for new build_id struct.  Don't
	allow zero size notes.
	* configure: Regenerate.
gdb/
	* elfread.c (struct build_id): Delete.  Use struct elf_build_id
	throughout file instead.
	(build_id_bfd_get): Update to use new elf_tdata build_id field.
	Don't xmalloc return value.
	(build_id_verify): Similarly.  Don't xfree.
	(build_id_to_debug_filename): Update.
	(find_separate_debug_file_by_buildid): Update, don't xfree.
ld/
	* emultempl/elf32.em (emit_note_gnu_build_id): New static var.
	Replace all info->emit_note_gnu_build_id refs.
	(id_note_section_size): Rename from
	gld${EMULATION_NAME}_id_note_section_size.
	(struct build_id_info): Delete.
	(write_build_id): Rename from
	gld${EMULATION_NAME}_write_build_id_section.
	Update elf_tdata usage.  Style, formatting.
	(setup_build_id): New function.
	(gld${EMULATION_NAME}_after_open): Use setup_build_id.
2013-02-18 23:50:32 +00:00
..
doc * ld.texinfo: Replace @ with @@ when it is part of the text. 2013-01-07 12:11:13 +00:00
hosts Add Linux/x86_64 core support to i[3-7]86-*-linux 2012-10-30 08:36:10 +00:00
po * Makefile.am (BFD64_BACKENDS): Remove elf-nacl.lo. 2013-02-04 06:02:10 +00:00
.gitignore
acinclude.m4 Add copyright notices 2012-12-17 16:56:12 +00:00
aclocal.m4 Regenerate. 2012-11-08 03:03:26 +00:00
aix5ppc-core.c
aix386-core.c
aout0.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
aout32.c
aout64.c
aout-adobe.c
aout-arm.c
aout-cris.c
aout-ns32k.c
aout-sparcle.c
aout-target.h PR binutils/14481 2012-11-07 05:51:37 +00:00
aout-tic30.c Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
aoutf1.h
aoutx.h
archive64.c * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc for 2012-08-20 14:32:31 +00:00
archive.c Don't allow a nested archive pointing to itself 2013-02-15 18:26:06 +00:00
archures.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
armnetbsd.c
bfd-in2.h 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
bfd-in.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
bfd.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
bfd.m4 Add copyright notices 2012-12-17 16:56:12 +00:00
bfdio.c PR binutils/14813 2013-01-14 13:14:08 +00:00
bfdwin.c
binary.c
bout.c
cache.c PR binutils/14813 2013-01-14 13:14:08 +00:00
cf-i386lynx.c
cf-sparclynx.c
ChangeLog include/ 2013-02-18 23:50:32 +00:00
ChangeLog-0001 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-0203 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2004 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2005 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2006 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2007 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2008 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2009 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2010 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2011 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-2012 correct pr reference 2013-02-04 05:10:44 +00:00
ChangeLog-9193 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9495 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9697 Add copyright notices 2012-12-10 12:48:03 +00:00
ChangeLog-9899 Add copyright notices 2012-12-10 12:48:03 +00:00
cisco-core.c * cisco-core.c (cisco_core_file_failing_command): Make static. 2012-07-23 13:19:28 +00:00
coff64-rs6000.c dangling pointer in coff64-rs6000 archive cache. 2012-10-16 22:56:55 +00:00
coff-alpha.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coff-apollo.c
coff-arm.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
coff-aux.c
coff-go32.c
coff-h8300.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
coff-h8500.c Remove trailing redundant `;' 2012-11-09 08:29:34 +00:00
coff-i386.c ChangeLog bfd 2012-10-18 17:42:29 +00:00
coff-i860.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coff-i960.c
coff-ia64.c
coff-m68k.c
coff-m88k.c
coff-mcore.c
coff-mips.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coff-or32.c
coff-ppc.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coff-rs6000.c Dangling bfd pointer in archive cache. 2012-10-16 22:47:03 +00:00
coff-sh.c
coff-sparc.c
coff-stgo32.c
coff-svm68k.c
coff-tic4x.c bfd/ 2012-11-06 05:51:18 +00:00
coff-tic30.c
coff-tic54x.c include/coff/ 2013-02-04 05:25:41 +00:00
coff-tic80.c include/coff/ 2013-02-04 05:25:41 +00:00
coff-u68k.c
coff-w65.c
coff-we32k.c
coff-x86_64.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coff-z8k.c
coff-z80.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coffcode.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coffgen.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cofflink.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
coffswap.h
compress.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
config.bfd 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
config.in * config.in: Disable sanity check for kfreebsd. 2012-09-10 22:30:57 +00:00
configure include/ 2013-02-18 23:50:32 +00:00
configure.com Add copyright notices 2012-12-17 16:56:12 +00:00
configure.host Add copyright notices 2012-12-17 16:56:12 +00:00
configure.in include/ 2013-02-18 23:50:32 +00:00
COPYING
corefile.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-aarch64.c Add support for 64-bit ARM architecture: AArch64 2012-08-13 14:52:54 +00:00
cpu-alpha.c
cpu-arc.c
cpu-arm.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-avr.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-bfin.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-cr16.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-cr16c.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-cris.c
cpu-crx.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-d10v.c
cpu-d30v.c
cpu-dlx.c
cpu-epiphany.c
cpu-fr30.c
cpu-frv.c
cpu-h8300.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-h8500.c
cpu-hppa.c
cpu-i370.c
cpu-i386.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-i860.c
cpu-i960.c
cpu-ia64-opc.c Add Intel Itanium Series 9500 support 2012-09-04 13:52:06 +00:00
cpu-ia64.c
cpu-ip2k.c
cpu-iq2000.c
cpu-k1om.c
cpu-l1om.c
cpu-lm32.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-m9s12x.c
cpu-m9s12xg.c
cpu-m32c.c
cpu-m32r.c
cpu-m68hc11.c
cpu-m68hc12.c
cpu-m68k.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-m88k.c
cpu-m10200.c
cpu-m10300.c
cpu-mcore.c
cpu-mep.c
cpu-metag.c * common.h: Fix case of "Meta". 2013-01-10 09:49:22 +00:00
cpu-microblaze.c
cpu-mips.c * archures.c: Add support for MIPS r5900 2013-01-04 17:22:53 +00:00
cpu-mmix.c
cpu-moxie.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-msp430.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-mt.c
cpu-nios2.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
cpu-ns32k.c
cpu-openrisc.c
cpu-or32.c
cpu-pdp11.c
cpu-pj.c
cpu-plugin.c
cpu-powerpc.c
cpu-rl78.c
cpu-rs6000.c
cpu-rx.c
cpu-s390.c 2012-07-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-07-27 15:56:43 +00:00
cpu-score.c
cpu-sh.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-sparc.c
cpu-spu.c
cpu-tic4x.c
cpu-tic6x.c
cpu-tic30.c
cpu-tic54x.c
cpu-tic80.c
cpu-tilegx.c
cpu-tilepro.c
cpu-v850_rh850.c Add support for V850E3V5 architecture 2013-01-24 11:14:05 +00:00
cpu-v850.c Add support for V850E3V5 architecture 2013-01-24 11:14:05 +00:00
cpu-vax.c
cpu-w65.c
cpu-we32k.c
cpu-xc16x.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
cpu-xgate.c
cpu-xstormy16.c
cpu-xtensa.c
cpu-z8k.c
cpu-z80.c
demo64.c
dep-in.sed
dwarf1.c
dwarf2.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
ecoff.c * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc for 2012-08-20 14:32:31 +00:00
ecofflink.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
ecoffswap.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-am33lin.c
elf32-arc.c
elf32-arm.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-avr.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-avr.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-bfin.c * i386linux.c (linux_link_hash_table_create): Allocate table 2013-02-10 04:01:15 +00:00
elf32-cr16.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-cr16c.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-cris.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-crx.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-d10v.c
elf32-d30v.c
elf32-dlx.c
elf32-epiphany.c
elf32-fr30.c
elf32-frv.c * i386linux.c (linux_link_hash_table_create): Allocate table 2013-02-10 04:01:15 +00:00
elf32-gen.c
elf32-h8300.c * elf32-h8300.c (elf32_h8_relax_section): When checking for a 2013-01-25 14:22:10 +00:00
elf32-hppa.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-hppa.h
elf32-i370.c
elf32-i386.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-i860.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-i960.c
elf32-ip2k.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-iq2000.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-lm32.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-m32c.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-m32r.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-m68hc1x.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-m68hc1x.h
elf32-m68hc11.c
elf32-m68hc12.c
elf32-m68k.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-m88k.c
elf32-mcore.c
elf32-mep.c
elf32-metag.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-metag.h * common.h: Fix case of "Meta". 2013-01-10 09:49:22 +00:00
elf32-microblaze.c PR ld/14736 2012-12-18 16:01:02 +00:00
elf32-mips.c * elf32-mips.c (mips_elf32_object_p): Return right away when the 2012-12-03 16:33:13 +00:00
elf32-moxie.c Bi-endian patches for moxie 2012-09-13 22:24:51 +00:00
elf32-msp430.c Fix spelling typo. 2013-01-15 08:35:39 +00:00
elf32-mt.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-nios2.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-openrisc.c
elf32-or32.c
elf32-pj.c
elf32-ppc.c 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com> 2013-02-04 18:26:34 +00:00
elf32-ppc.h
elf32-rl78.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-rx.c revert last commit 2013-01-30 10:07:26 +00:00
elf32-s390.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-score7.c Add hdynamic to elf_link_hash_table for _DYNAMIC 2012-09-02 12:17:27 +00:00
elf32-score.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-score.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-sh64-com.c
elf32-sh64.c
elf32-sh64.h
elf32-sh-relocs.h
elf32-sh-symbian.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-sh.c PR ld/15113 2013-02-10 02:19:18 +00:00
elf32-sparc.c
elf32-spu.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-spu.h
elf32-tic6x.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-tic6x.h
elf32-tilegx.c
elf32-tilegx.h
elf32-tilepro.c PR ld/15056 2013-01-31 07:32:45 +00:00
elf32-tilepro.h
elf32-v850.c Add support for V850E3V5 architecture 2013-01-24 11:14:05 +00:00
elf32-vax.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32-xc16x.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf32-xgate.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf32-xgate.h
elf32-xstormy16.c
elf32-xtensa.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf32.c
elf64-aarch64.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf64-alpha.c * elf-bfd.h (struct elf_obj_tdata): Move find_line_info, local_stubs, 2013-02-18 02:56:58 +00:00
elf64-gen.c
elf64-hppa.c * i386linux.c (linux_link_hash_table_create): Allocate table 2013-02-10 04:01:15 +00:00
elf64-hppa.h
elf64-ia64-vms.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf64-mips.c * elf64-mips.c (micromips_elf64_howto_table_rel): Add 2013-02-18 23:20:45 +00:00
elf64-mmix.c
elf64-ppc.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf64-ppc.h
elf64-s390.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf64-sh64.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
elf64-sparc.c
elf64-tilegx.c
elf64-tilegx.h
elf64-x86-64.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf64.c
elf-attrs.c PR binutils/14873 2013-02-07 03:44:26 +00:00
elf-bfd.h include/ 2013-02-18 23:50:32 +00:00
elf-eh-frame.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf-hppa.h
elf-ifunc.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf-linux-psinfo.h 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com> 2013-02-04 18:26:34 +00:00
elf-m10200.c
elf-m10300.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elf-nacl.c bfd/ 2012-11-29 19:07:53 +00:00
elf-nacl.h
elf-s390-common.c
elf-strtab.c PR ld/12549 2013-02-18 10:40:19 +00:00
elf-vxworks.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
elf-vxworks.h
elf.c include/ 2013-02-18 23:50:32 +00:00
elfcode.h * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elfcore.h * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
elflink.c PR ld/12549 2013-02-18 10:40:19 +00:00
elfn32-mips.c * elf64-mips.c (micromips_elf64_howto_table_rel): Add 2013-02-18 23:20:45 +00:00
elfnn-ia64.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
elfxx-ia64.c
elfxx-ia64.h
elfxx-mips.c * elfxx-mips.c (MICROMIPS_P): New macro. 2013-02-18 23:18:16 +00:00
elfxx-mips.h bfd/ 2012-12-03 16:17:48 +00:00
elfxx-sparc.c PR ld/15056 2013-01-31 07:32:45 +00:00
elfxx-sparc.h
elfxx-target.h * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Provide 2013-02-11 22:15:53 +00:00
elfxx-tilegx.c PR ld/15056 2013-01-31 07:32:45 +00:00
elfxx-tilegx.h
epoc-pe-arm.c
epoc-pei-arm.c
format.c * archive.c (bfd_generic_archive_p): Return target and keep 2013-01-28 07:58:16 +00:00
freebsd.h
gen-aout.c
genlink.h
go32stub.h
hash.c
host-aout.c
hp300bsd.c
hp300hpux.c
hppabsd-core.c
hpux-core.c
i386aout.c
i386bsd.c
i386dynix.c
i386freebsd.c
i386linux.c * i386linux.c (linux_link_hash_table_create): Allocate table 2013-02-10 04:01:15 +00:00
i386lynx.c
i386mach3.c
i386msdos.c
i386netbsd.c
i386os9k.c
ieee.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
ihex.c
init.c
irix-core.c
libaout.h
libbfd-in.h * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
libbfd.c 2012-07-24 Teresa Johnson <tejohnson@google.com> 2012-07-24 21:06:58 +00:00
libbfd.h * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
libcoff-in.h ChangeLog bfd 2012-10-18 17:42:29 +00:00
libcoff.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
libecoff.h
libhppa.h
libieee.h
libnlm.h
liboasys.h
libpei.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
libxcoff.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
linker.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
lynx-core.c
m68k4knetbsd.c
m68klinux.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
m68knetbsd.c
m88kmach3.c
m88kopenbsd.c
mach-o-i386.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
mach-o-target.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
mach-o-x86-64.c
mach-o.c 2013-02-04 Tristan Gingold <gingold@adacore.com> 2013-02-04 14:48:20 +00:00
mach-o.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
MAINTAINERS Add copyright notices 2012-12-17 16:56:12 +00:00
Makefile.am 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
Makefile.in 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
makefile.vms Add copyright notices 2012-12-17 16:56:12 +00:00
mep-relocs.pl
merge.c * elfcode.h (elf_checksum_contents): Free contents. 2013-02-11 05:30:54 +00:00
mipsbsd.c
mmo.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
netbsd-core.c
netbsd.h
newsos3.c
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c
nlm32.c
nlm64.c
nlm-target.h
nlm.c
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c
opncls.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
osf-core.c
pc532-mach.c
pdp11.c * i386linux.c (linux_link_hash_table_create): Allocate table 2013-02-10 04:01:15 +00:00
pe-arm-wince.c
pe-arm.c ChangeLog bfd 2012-10-18 17:42:29 +00:00
pe-i386.c ChangeLog bfd 2012-10-18 17:42:29 +00:00
pe-mcore.c
pe-mips.c
pe-ppc.c
pe-sh.c
pe-x86_64.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
pef-traceback.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
pef.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
pef.h
pei-arm-wince.c
pei-arm.c
pei-i386.c
pei-ia64.c
pei-mcore.c
pei-mips.c
pei-ppc.c
pei-sh.c
pei-x86_64.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
peicode.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
peXXigen.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
plugin.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
plugin.h
PORTING Add copyright notices 2012-12-17 16:56:12 +00:00
ppcboot.c
ptrace-core.c
README Add copyright notices 2012-12-17 16:56:12 +00:00
reloc16.c
reloc.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
riscix.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
rs6000-core.c
sco5-core.c
section.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
simple.c
som.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
som.h
sparclinux.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
sparclynx.c
sparcnetbsd.c
srec.c
stab-syms.c
stabs.c
stamp-h.in
sunos.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
syms.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
sysdep.h
targets.c 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> 2013-02-06 23:22:26 +00:00
targmatch.sed
tekhex.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
ticoff.h Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
TODO Add copyright notices 2012-12-17 16:56:12 +00:00
trad-core.c
vax1knetbsd.c
vaxbsd.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
vaxnetbsd.c
verilog.c
versados.c
version.h daily update 2013-02-18 23:00:04 +00:00
vms-alpha.c typo fixes 2012-08-17 02:43:21 +00:00
vms-lib.c PR binutils/14813 2013-01-14 13:14:08 +00:00
vms-misc.c
vms.h
warning.m4 Add copyright notices 2012-12-17 16:56:12 +00:00
xcofflink.c * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. 2013-02-10 04:36:33 +00:00
xsym.c * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, 2013-01-26 02:08:01 +00:00
xsym.h
xtensa-isa.c Remove trailing white spaces in bfd 2013-01-10 20:03:55 +00:00
xtensa-modules.c

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