binutils-gdb/bfd
Ian Lance Taylor ac9ed09667 For PR 4865.
* libecoff.h (struct ecoff_link_hash_entry): Change type of
	written from boolean to char.  Add new field small.
	* ecoff.c (ecoff_link_hash_newfunc): Initialize written to 0
	rather than false.  Initialize small to 0.
	(ecoff_link_add_externals): If ECOFF type is scSUndefined, set
	small.  If small is set, and hash table type is common, force the
	symbol into a section named SCOMMON and change the ECOFF type from
	scCommon to scSCommon.
	(ecoff_link_write_external): Set written to 1 rather than true.
	* coff-mips.c (mips_relocate_section): Correct JMPADDR reloc
	overflow check to consider section VMA of input file.
1994-06-14 17:06:08 +00:00
..
doc
hosts * hosts/sun3.h: Include <stdlib.h>. Don't declare free, exit or 1994-06-02 22:39:31 +00:00
.Sanitize changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
aix386-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
aout0.c For PR 1927. 1994-05-04 19:37:36 +00:00
aout32.c
aout64.c
aout-adobe.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
aout-encap.c For PR 1927. 1994-05-04 19:37:36 +00:00
aout-target.h * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
aoutf1.h * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a 1994-06-13 18:25:12 +00:00
aoutx.h * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a 1994-06-13 18:25:12 +00:00
archive.c Made sure that every call to bfd_read, bfd_write, and bfd_seek 1994-04-04 22:49:04 +00:00
archures.c doc cleanup 1993-11-05 19:51:52 +00:00
bfd-in2.h Add support for ELF shared libraries. Loosely based on work by 1994-05-19 18:23:40 +00:00
bfd-in.h Add support for ELF shared libraries. Loosely based on work by 1994-05-19 18:23:40 +00:00
bfd.c * targets.c (bfd_target): Add _bfd_free_cached_info field. 1994-04-01 17:55:47 +00:00
bout.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
cache.c
cf-i386lynx.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
cf-m68klynx.c * cf-m68klynx.c (CALC_ADDEND): Check for PC relative relocs by 1994-04-29 19:09:51 +00:00
cf-sparclynx.c
ChangeLog For PR 4865. 1994-06-14 17:06:08 +00:00
ChangeLog.1
ChangeLog.gm
ChangeLog.mpw Tue Apr 5 17:54:07 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-04-06 00:55:51 +00:00
cisco-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-a29k.c * coff-a29k.c (reloc_processing): Always set the address of a 1994-04-15 22:22:07 +00:00
coff-alpha.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-apollo.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-h8300.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-h8500.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-i386.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-i960.c * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR. 1994-06-10 17:27:22 +00:00
coff-m68k.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-m88k.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-mips.c For PR 4865. 1994-06-14 17:06:08 +00:00
coff-rs6000.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-sh.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-sparc.c Wed Apr 13 11:50:07 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-04-14 18:09:12 +00:00
coff-u68k.c
coff-we32k.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-z8k.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coffcode.h * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from 1994-05-10 18:29:19 +00:00
coffgen.c * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from 1994-05-10 18:29:19 +00:00
coffswap.h
config.bfd * config.bfd (i386-*-gnu*): Treat like i386-*-mach*. 1994-05-04 17:31:36 +00:00
configure.bat changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
configure.host
configure.in
COPYING
core.c
cpu-a29k.c
cpu-alpha.c Support for the alpha 1993-04-24 02:10:09 +00:00
cpu-h8300.c
cpu-h8500.c
cpu-hppa.c
cpu-i386.c
cpu-i960.c
cpu-m88k.c
cpu-rs6000.c Initial revision 1991-10-25 07:16:56 +00:00
cpu-vax.c
cpu-we32k.c
cpu-z8k.c
ctor.c
demo64.c Initial revision 1991-05-18 02:58:02 +00:00
dep-in.sed
ecoff.c For PR 4865. 1994-06-14 17:06:08 +00:00
ecofflink.c * coff-mips.c (mips_relocate_section): When relaxing, adjust local 1994-04-15 18:35:32 +00:00
ecoffswap.h
elf32-hppa.c * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
elf32-hppa.h * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
elf32-i386.c Add support for ELF shared libraries. Loosely based on work by 1994-05-19 18:23:40 +00:00
elf32-mips.c * elf.c (_bfd_elf_make_section_from_shdr): New function, based on 1994-05-20 16:04:59 +00:00
elf32-sparc.c Add support for ELF shared libraries. Loosely based on work by 1994-05-19 18:23:40 +00:00
elf32-target.h Changes to support ELF strip and objcopy on dynamically linked 1994-06-05 20:00:42 +00:00
elf32.c hppa support, initial linker support 1993-04-29 15:48:35 +00:00
elf64-gen.c
elf64-sparc.c
elf64-target.h Changes to support ELF strip and objcopy on dynamically linked 1994-06-05 20:00:42 +00:00
elf64.c
elf.c Make MIPS ELF use new ELF backend linker. No shared library 1994-05-24 20:44:50 +00:00
elfcode.h * elfcode.h (bfd_section_from_shdr): Don't turn a reloc section 1994-06-06 23:59:27 +00:00
filemode.c
format.c * format.c (bfd_check_format_matches): Put the new entry in the 1994-01-26 21:53:55 +00:00
gen-aout.c
genlink.h
hash.c
host-aout.c
hp300bsd.c
hp300hpux.c * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if 1994-04-05 15:32:49 +00:00
hppa_stubs.h
hppabsd-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
hpux-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
i386aout.c
i386bsd.c
i386dynix.c
i386lynx.c * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if 1994-04-05 15:32:49 +00:00
i386mach3.c
i386os9k.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
ieee.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
init.c doc cleanup 1993-11-05 19:51:52 +00:00
irix-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libaout.h * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a 1994-06-13 18:25:12 +00:00
libbfd-in.h * libbfd-in.h (bfd_realloc): Change last arg to "size_t size". 1994-06-05 19:03:08 +00:00
libbfd.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libbfd.h * libbfd.h (bfd_realloc): Change last arg to "size_t size". 1994-06-03 17:01:17 +00:00
libcoff-in.h Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1994-03-30 22:15:07 +00:00
libcoff.h Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1994-03-30 22:15:07 +00:00
libecoff.h For PR 4865. 1994-06-14 17:06:08 +00:00
libelf.h Make MIPS ELF use new ELF backend linker. No shared library 1994-05-24 20:44:50 +00:00
libhppa.h Fix typo in last check-in. 1994-05-16 16:35:36 +00:00
libieee.h
libnlm.h * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr 1994-04-21 16:13:01 +00:00
liboasys.h
linker.c * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR. 1994-06-10 17:27:22 +00:00
lynx-core.c
m68klynx.c
makefile.dos changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
Makefile.in changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
mipsbsd.c changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
mpw-config.in
mpw-make.in
netbsd386.c
newsos3.c
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c start-sanitize-powerpc-netware 1994-04-20 18:38:22 +00:00
nlm32-sparc.c * nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol 1994-03-31 19:05:03 +00:00
nlm32.c
nlm64.c
nlm-target.h * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
nlm.c
nlmcode.h changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
nlmswap.h
oasys.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
opncls.c
osf-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
PORTING
ptrace-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
reloc16.c
reloc.c Missing BFD_RELOC_26. 1994-03-31 18:43:42 +00:00
rs6000-core.c
section.c
som.c * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID 1994-06-13 02:31:43 +00:00
som.h * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
sparclynx.c
srec.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
stab-syms.c Initial revision 1991-11-22 04:59:56 +00:00
sunos.c Add weak symbols as an extension to a.out. 1994-06-11 20:40:59 +00:00
syms.c
targets.c Removed sanitization of PowerPC NetWare. Also rebuilt Makefile 1994-05-20 18:22:45 +00:00
tekhex.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
TODO
trad-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
VERSION