binutils-gdb/bfd
Ian Lance Taylor f1cca64780 Support for link_order types which generate relocs in order to
support -Ur in the linker.
	* linker.c (generic_link_add_symbol_list): Remove bitsize argument
	from call to _bfd_generic_link_add_one_symbol.
	(_bfd_generic_link_add_one_symbol): Remove bitsize argument.
	Don't pass bitsize to constructor call back.  Pass BFD_RELOC_CTOR
	instead of bitsize to add_to_set call back.
	(_bfd_generic_final_link): Account for link_order relocs when
	allocating space for relocations.  Handle them in link_order loop.
	(_bfd_generic_reloc_link_order): New function.
	(_bfd_default_link_order): If a reloc_link_order is seen here,
	abort.
	(_bfd_count_link_order_relocs): New function.
	* libbfd-in.h (_bfd_generic_link_add_one_symbol): Remove bitsize
	argument from declaration.
	(_bfd_generic_reloc_link_order): Declare.
	(_bfd_count_link_order_relocs): Declare.
	* libbfd.h: Rebuilt.
	* aoutx.h (aout_link_add_symbols): Remove bitsize argument from
	call to _bfd_generic_link_add_one_symbol.
	(NAME(aout,final_link)): Account for link_order relocs when
	allocating space for relocations.  Handle them after handling all
	input BFDs.
	(aout_link_reloc_link_order): New function.
	* ecoff.c (ecoff_link_add_externals): Remove bitsize argument from
	call to _bfd_generic_link_add_one_symbol.
	(ecoff_bfd_final_link): Account for link_order relocs when
	allocating space for relocations.  Handle them in link_order loop.
	(ecoff_link_write_external): Set the storage class of a defined
	linker created symbol based on the section it is in.  Correct
	bfd_link_hash_weak case to use .sc rather than .st.
	(ecoff_reloc_link_order): New function.
	* coff-alpha.c (alpha_bfd_reloc_type_lookup): Handle
	BFD_RELOC_CTOR.
	* coff-mips.c (mips_bfd_reloc_type_lookup): Likewise.
1994-03-22 00:27:05 +00:00
..
doc * bfd.texinfo: Added Hash Tables node. 1994-01-03 16:48:24 +00:00
hosts * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
.Sanitize * bfd.c (struct _bfd): Add cisco_core_struct to tdata union. 1994-03-19 06:36:47 +00:00
COPYING
ChangeLog Support for link_order types which generate relocs in order to 1994-03-22 00:27:05 +00:00
ChangeLog.1 Split ChangeLog into two. 1993-11-23 08:06:20 +00:00
ChangeLog.gm Don't need mpw-xconfig.in anymore. 1994-03-17 23:08:36 +00:00
ChangeLog.mpw Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-02-27 23:46:59 +00:00
Makefile.in * bfd-in.h (BFD_VERSION): Use @VERSION@. 1994-03-17 23:47:00 +00:00
PORTING add pointer to config/README 1993-08-07 22:45:02 +00:00
TODO make target selection fully configurable 1993-08-07 22:38:22 +00:00
VERSION * Makefile.in (diststuff): New target. 1993-11-15 20:10:49 +00:00
aix386-core.c * Most files: 1994-03-15 15:13:13 +00:00
aout-adobe.c
aout-encap.c * Most files: 1994-03-15 15:13:13 +00:00
aout-target.h * Most files: 1994-03-15 15:13:13 +00:00
aout32.c
aout64.c
aoutf1.h * Most files: 1994-03-15 15:13:13 +00:00
aoutx.h * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c, 1994-03-17 18:54:48 +00:00
archive.c * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc. 1994-02-12 00:59:26 +00:00
archures.c doc cleanup 1993-11-05 19:51:52 +00:00
bfd-in.h * bfd-in.h: Remove decls of bfd_ec type and error printing functions. 1994-01-22 02:18:02 +00:00
bfd-in2.h * bfd-in.h (BFD_VERSION): Use @VERSION@. 1994-03-17 23:47:00 +00:00
bfd.c * bfd.c (bfd_get_gp_size): Can't return gp value on an archive. 1994-02-25 21:20:18 +00:00
bout.c * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
cache.c Modified Files: 1994-02-28 23:49:08 +00:00
cf-m68klynx.c * cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table. 1994-03-16 04:57:11 +00:00
cf-sparclynx.c A number of minor Lynx-related changes, plus basic Sparc Lynx support. 1993-10-29 02:01:43 +00:00
cisco-core.c * bfd.c (struct _bfd): Add cisco_core_struct to tdata union. 1994-03-19 21:13:58 +00:00
coff-a29k.c * Most files: 1994-03-15 15:13:13 +00:00
coff-alpha.c * coff-alpha.c (reloc_nil): Add forward declaration, add missing 1994-02-19 11:29:48 +00:00
coff-h8300.c * bfd/aoutx.h (aout_link_input_section_std, 1994-01-24 20:23:18 +00:00
coff-h8500.c * bfd/aoutx.h (aout_link_input_section_std, 1994-01-24 20:23:18 +00:00
coff-i386.c coff-i386.c (i3coff_object_p): Now static. 1993-10-13 19:17:05 +00:00
coff-i960.c
coff-m68k.c * coff-m68k.c (m68k_howto2rtype): Make arg CONST to match callers. 1993-07-20 23:20:36 +00:00
coff-m88k.c * coff-m88k.c (howto_table): Corrected bitsize for R_PCR26L from 1993-07-15 20:06:41 +00:00
coff-mips.c Support for link_order types which generate relocs in order to 1994-03-22 00:27:05 +00:00
coff-rs6000.c * coff-rs6000.c: Add Lynx core file support, use HOST_AIX, where 1994-02-15 01:28:16 +00:00
coff-sh.c * coff-h8500.c (reloc_processing, rtype2howto): New relocation 1993-07-13 19:08:25 +00:00
coff-u68k.c * Rename for DOS uniqueness: coff-m68k-un.c -> coff-u68k.c 1993-07-20 21:45:32 +00:00
coff-z8k.c * bfd/aoutx.h (aout_link_input_section_std, 1994-01-24 20:23:18 +00:00
coffcode.h * Most files: 1994-03-15 15:13:13 +00:00
coffgen.c * bfd.c (bfd_get_error, bfd_set_error): New functions. 1994-02-17 18:08:41 +00:00
coffswap.h * coffcode.h (bfd_coff_backend_data): Added new arguments to 1994-02-01 17:11:56 +00:00
config.bfd Support i960 vxworks versions > 5.0 with coff, not bout. Default with no 1994-02-16 00:59:39 +00:00
configure.bat
configure.host * hosts/delta88v4.h: New for SVR4. 1993-09-02 06:06:40 +00:00
configure.in Modified Files: 1994-03-01 21:09:17 +00:00
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 * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines. 1993-06-08 19:15:35 +00:00
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 Make "make dep" easier to work with. Updated lots of dependencies. 1993-10-13 19:04:08 +00:00
ecoff.c * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
ecofflink.c * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc. 1994-02-26 18:25:23 +00:00
ecoffswap.h * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed 1993-08-11 13:42:17 +00:00
elf.c Extensive changes to move the bulk of the linker into BFD so that 1993-12-30 19:56:50 +00:00
elf32-hppa.c * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
elf32-hppa.h * elf32-hppa.h, elfcode.h: Replace uses of Elf*_Half, Elf*_Word, 1994-03-05 22:41:41 +00:00
elf32-i386.c * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc. 1994-02-26 18:25:23 +00:00
elf32-mips.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
elf32-sparc.c * elf32-sparc.c (elf_sparc_howto_table): Don't use "^&" before 1993-07-20 20:26:51 +00:00
elf32-target.h * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt. 1994-03-16 07:02:05 +00:00
elf32.c
elf64-gen.c * Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames. 1993-07-17 01:28:11 +00:00
elf64-sparc.c * elf32-sparc.c (elf_sparc_howto_table): Don't use "^&" before 1993-07-20 20:26:51 +00:00
elf64-target.h * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt. 1994-03-16 07:02:05 +00:00
elf64.c
elfcode.h * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use space 1994-03-17 16:47:01 +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 Added new files for linker support, and removed old seclet files. 1993-12-30 20:03:34 +00:00
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
hp300hpux.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
hppa_stubs.h Fri Dec 3 09:55:17 1993 Pete Hoogenboom (hoogen@cs.utah.edu) 1993-12-05 03:41:25 +00:00
hppabsd-core.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
hpux-core.c Extensive changes to move the bulk of the linker into BFD so that 1993-12-30 19:56:50 +00:00
i386aout.c
i386bsd.c
i386lynx.c * configure.in: i386lynx_coff_vec requires coff-i386lynx.o. 1993-10-01 21:42:59 +00:00
i386mach3.c * i386mach3.c (N_TXTADDR): Don't define after all. 1993-12-31 21:11:49 +00:00
i386os9k.c Modified Files: 1994-03-01 21:39:28 +00:00
ieee.c * Most files: 1994-03-15 15:13:13 +00:00
init.c doc cleanup 1993-11-05 19:51:52 +00:00
irix-core.c Extensive changes to move the bulk of the linker into BFD so that 1993-12-30 19:56:50 +00:00
libaout.h Minor cleanups suggested by CodeCenter. 1993-12-31 21:51:05 +00:00
libbfd-in.h Support for link_order types which generate relocs in order to 1994-03-22 00:27:05 +00:00
libbfd.c * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc. 1994-02-05 02:46:12 +00:00
libbfd.h Support for link_order types which generate relocs in order to 1994-03-22 00:27:05 +00:00
libcoff-in.h
libcoff.h * coffcode.h (combined_entry_type): Changed fix_tag and fix_end 1994-02-05 05:11:46 +00:00
libecoff.h * ecoff.c: New file for generic ECOFF functions. 1993-08-03 20:22:47 +00:00
libelf.h * bfd.c (bfd_get_error, bfd_set_error): New functions. 1994-02-17 18:08:41 +00:00
libhppa.h Forgot to check these changes in yesterday. 1994-02-27 19:18:06 +00:00
libieee.h
libnlm.h * libnlm.h (struct nlm_backend_data): New fields 1993-12-02 02:22:35 +00:00
liboasys.h
linker.c Support for link_order types which generate relocs in order to 1994-03-22 00:27:05 +00:00
lynx-core.c * Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o. 1993-09-22 14:54:50 +00:00
m68klynx.c * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc. 1993-11-17 01:11:30 +00:00
mipsbsd.c
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): Don't nuke the machine id field. 1994-03-17 00:45:26 +00:00
newsos3.c
nlm-target.h * nlm{32,64}-target.h: Remove. 1993-07-22 23:09:07 +00:00
nlm.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlm32-alpha.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
nlm32-i386.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
nlm32-sparc.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
nlm32.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlm64.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
nlmcode.h * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
nlmswap.h * nlmswap.h: Declare functions. 1993-12-02 02:19:25 +00:00
oasys.c * Most files: 1994-03-15 15:13:13 +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 Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
ptrace-core.c Extensive changes to move the bulk of the linker into BFD so that 1993-12-30 19:56:50 +00:00
reloc.c * libbfd-in.h: Remove alloca cruft. It was missing some necessary 1994-03-10 02:09:10 +00:00
reloc16.c * bout.c (calljx_callback, callj_callback): Use get_value to get 1994-01-24 18:05:08 +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 (bfd_section_from_som_symbol): Only to do the value 1994-03-21 02:08:37 +00:00
som.h * som.h (struct som_exec_data): New structure to hold exec 1994-03-19 05:06:54 +00:00
sparclynx.c * sparclynx.c: Setup appropriate macros to enable core file 1994-01-22 20:27:55 +00:00
srec.c * Most files: 1994-03-15 15:13:13 +00:00
stab-syms.c
sunos.c * sunos.c (sunos_read_dynamic_info): Assume that dynamic info 1994-03-11 09:03:07 +00:00
syms.c * Most files: 1994-03-15 15:13:13 +00:00
targets.c * Most files: 1994-03-15 15:13:13 +00:00
tekhex.c Make all callers of malloc or realloc (including via obstacks) 1994-02-12 00:45:54 +00:00
trad-core.c * trad-core.c (trad_unix_core_file_p): Call bfd_zmalloc not 1994-03-19 06:17:08 +00:00