binutils-gdb/bfd
Ian Lance Taylor e85e8bfe62 Add linker support for SunOS shared libraries.
* sunos.c: Include bfdlink.h.  Add many new functions and
	definitions for SunOS shared library support.
	* bfd-in.h (bfd_sunos_record_link_assignment): Declare.
	(bfd_sunos_size_dynamic_sections): Declare.
	* bfd-in2.h: Rebuilt.
	* aoutx.h (struct aout_link_hash_entry): Move to libaout.h.
	(struct aout_link_hash_table): Likewise.
	(aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
	(aout_hash_table): Likewise.
	(NAME(aout,link_hash_newfunc)): Rename from aout_link_hash_newfunc
	and make externally visible.
	(NAME(aout,link_hash_table_init)): New function.
	(NAME(aout,link_hash_table_create)): Call
	NAME(aout,link_hash_table_init), not _bfd_link_hash_table_init.
	(aout_link_add_symbols): Don't fail if no symbols.  If it exists,
	call add_dynamic_symbols backend entry point for dynamic objects.
	Use add_one_symbol backend entry point if it exists.
	(NAME(aout,final_link)): Call finish_dynamic_link backend entry
	point, if it exists.
	(aout_link_input_bfd): For a dynamic object, call
	link_dynamic_object backend entry point, if it exists.
	(aout_link_write_other_symbol): Call write_dynamic_symbol backend
	entry point, if it exists.
	(aout_link_input_section): Don't read the relocs if they have
	already been read.
	(aout_link_input_section_std): When doing a final link, for a
	reloc against an external symbol, call check_dynamic_reloc backend
	entry point, if it exists.
	(aout_link_input_section_ext): Likewise.
	* libaout.h: Protect against multiple inclusion.  Include
	bfdlink.h.
	(struct aout_link_hash_entry): Move in from aoutx.h.
	(struct aout_link_hash_table): Likewise.
	(aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
	(aout_hash_table): Likewise.
	(struct aout_backend_data): Add fields add_dynamic_symbols,
	add_one_symbol, link_dynamic_object, write_dynamic_symbol,
	check_dynamic_reloc, and finish_dynamic_link.
	(struct aout_section_data_struct): Define new structure.
	(aout_section_data): Define new accessor macro.
	(NAME(aout,link_hash_newfunc)): Declare.
	(NAME(aout,link_hash_table_init)): Declare.
	* aoutf1.h (sunos4_aout_backend): Initialize new aout_backend_data
	fields.
	* aout-target.h (MY(backend_data)): Likewise.
	* i386aout.c (MY(backend_data)): Likewise.
	* i386mach3.c (MY(backend_data)): Likewise.
	* mipsbsd.c (MY(backend_data)): Likewise.
	* sparclynx.c (sparclynx_aout_backend): Likewise.
1994-06-02 22:07:27 +00:00
..
doc
hosts * hosts/sun3.h: Don't declare qsort, malloc or realloc. 1994-06-01 18:39:43 +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 Made sure that every call to bfd_read, bfd_write, and bfd_seek 1994-04-04 22:49:04 +00:00
aoutx.h Add linker support for SunOS shared libraries. 1994-06-02 22:07:27 +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
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 Modified Files: 1994-02-28 23:49:08 +00:00
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 Add linker support for SunOS shared libraries. 1994-06-02 22:07:27 +00:00
ChangeLog.1
ChangeLog.gm Don't need mpw-xconfig.in anymore. 1994-03-17 23:08:36 +00:00
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 * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +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 * coff-mips.c (mips_howto_table): Add dummy entries to account for 1994-04-14 17:33:22 +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 * coffcode.h (bfd_coff_backend_data): Added new arguments to 1994-02-01 17:11:56 +00:00
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 * hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4. 1994-03-26 01:12:53 +00:00
configure.in Modified Files: 1994-03-01 21:09:17 +00:00
COPYING
core.c * Most files: 1994-03-15 15:13:13 +00:00
cpu-a29k.c * Most files: 1994-03-15 15:13:13 +00:00
cpu-alpha.c
cpu-h8300.c
cpu-h8500.c
cpu-hppa.c
cpu-i386.c
cpu-i960.c
cpu-m88k.c
cpu-rs6000.c
cpu-vax.c
cpu-we32k.c
cpu-z8k.c
ctor.c * Most files: 1994-03-15 15:13:13 +00:00
demo64.c
dep-in.sed
ecoff.c * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adr 1994-05-11 16:46:04 +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 * elf32-target.h, elf64-target.h: Change ar_max_namelen value from 1994-05-19 21:39:15 +00:00
elf32.c
elf64-gen.c
elf64-sparc.c
elf64-target.h * elf32-target.h, elf64-target.h: Change ar_max_namelen value from 1994-05-19 21:39:15 +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 Make MIPS ELF use new ELF backend linker. No shared library 1994-05-24 20:44:50 +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 Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
host-aout.c
hp300bsd.c * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd 1992-02-17 20:04:21 +00:00
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 * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix 1994-03-30 08:53:45 +00:00
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
irix-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libaout.h Add linker support for SunOS shared libraries. 1994-06-02 22:07:27 +00:00
libbfd-in.h * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libbfd.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libbfd.h * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +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 Comment change. 1994-04-07 18:28:03 +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 Typo. 1994-05-10 02:04:58 +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 Sat Jan 22 13:30:57 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-22 22:05:42 +00:00
mpw-make.in Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-27 23:46:59 +00:00
netbsd386.c * netbsd386.c (N_SET_FLAGS): Delete the old definition. 1994-03-23 22:30:14 +00:00
newsos3.c
nlm32-alpha.c An annoying typo (faflse instead of false). Oopsie. 1994-03-28 23:03:21 +00:00
nlm32-i386.c * libbfd.c (bfd_read): Set bfd_error as appropriate for a short 1994-03-26 18:28:29 +00:00
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 Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
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 * bout.c (calljx_callback, callj_callback): Use get_value to get 1994-01-24 18:05:08 +00:00
reloc.c Missing BFD_RELOC_26. 1994-03-31 18:43:42 +00:00
rs6000-core.c * coff-rs6000.c: Add Lynx core file support, use HOST_AIX, where 1994-02-15 01:28:16 +00:00
section.c * Most files: 1994-03-15 15:13:13 +00:00
som.c * som.c (som_prep_headers): Do not set the system_id here, private 1994-05-26 16:13:47 +00:00
som.h * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
sparclynx.c * sparclynx.c: Setup appropriate macros to enable core file 1994-01-22 20:27:55 +00:00
srec.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
stab-syms.c
sunos.c Add linker support for SunOS shared libraries. 1994-06-02 22:07:27 +00:00
syms.c * Most files: 1994-03-15 15:13:13 +00:00
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