binutils-gdb/bfd
Ken Raeburn 4fe6d901bd Changes for mmap; details in change log.
Added some new interfaces, and a new entry in the target vector.  Under the new
interfaces, mmap will be used if available, otherwise malloc/seek/read, as
before.  Old interfaces all still intact.

Most configurations (including all used by "--enable-targets=all") simply
changed to call the default routine for that entry in the target vector.  I
might've missed some targets only included in special configurations.

Support for a.out symbol and string table reading now goes through new
interfaces, and will use mmap when available.

Linker hooks (e.g., avoiding reallocation under malloc) not ready yet.
1995-11-06 10:08:03 +00:00
..
doc Wed Nov 1 14:28:23 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de> 1995-11-01 19:30:04 +00:00
hosts Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de> 1995-11-01 19:31:48 +00:00
.Sanitize * core.c: Renamed to corefile.c 1995-11-05 00:29:13 +00:00
COPYING Initial revision 1991-03-21 21:11:25 +00:00
ChangeLog Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
ChangeLog.1 Remove reference to config/.Sanitize 1995-08-03 16:45:21 +00:00
ChangeLog.2 Split. 1995-09-02 00:24:04 +00:00
Makefile.in real makefile change - CFILES, dependencies 1995-11-06 02:52:57 +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 update to version 2.5 1994-10-14 23:17:15 +00:00
acconfig.h Use system page size for obstack chunk size instead of 128, permitting override 1995-10-13 22:03:11 +00:00
aclocal.m4 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist. 1995-09-06 00:02:00 +00:00
aix386-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
aout-adobe.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
aout-encap.c Change PAGE_SIZE to TARGET_PAGE_SIZE 1995-10-28 00:26:12 +00:00
aout-ns32k.c Change "reloc_howto_type" typedef to be "const", since all uses of it are (or 1995-01-12 02:41:04 +00:00
aout-rce.c Change PAGE_SIZE to TARGET_PAGE_SIZE 1995-10-28 00:26:12 +00:00
aout-target.h Change PAGE_SIZE to TARGET_PAGE_SIZE 1995-10-28 00:26:12 +00:00
aout0.c For PR 1927. 1994-05-04 19:37:36 +00:00
aout32.c Initial revision 1991-05-18 02:58:02 +00:00
aout64.c Initial revision 1991-05-18 02:58:02 +00:00
aoutf1.h * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a 1994-06-13 18:25:12 +00:00
aoutx.h Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
archive.c Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1995-10-06 21:30:51 +00:00
archures.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
bfd-in.h Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
bfd-in2.h Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
bfd.c * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler 1995-09-25 21:31:29 +00:00
binary.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
bout.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +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 * aoutx.h (NAME(aout,link_add_symbols)): Don't bother to check 1995-07-11 21:22:17 +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 * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-a29k.c * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler 1995-09-25 21:31:29 +00:00
coff-alpha.c * coffcode.h (bfd_coff_backend_data): Add new field 1995-10-06 19:19:48 +00:00
coff-apollo.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-arm.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
coff-go32.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
coff-h8300.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
coff-h8500.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
coff-i386.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
coff-i960.c Convert i960 COFF to use COFF backend linker. 1995-09-14 19:03:21 +00:00
coff-m68k.c Change "reloc_howto_type" typedef to be "const", since all uses of it are (or 1995-01-12 02:41:04 +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 * coffcode.h (bfd_coff_backend_data): Add new field 1995-10-06 19:19:48 +00:00
coff-pmac.c * configure.in: Add xcofflink.o to pmac_xcoff_vec. 1995-10-25 00:54:55 +00:00
coff-ppc.c First round BFD for PE/PowerPC 1995-09-27 11:34:10 +00:00
coff-rs6000.c * xcofflink.c: More improvements, mostly to fix handling of 1995-10-27 22:20:19 +00:00
coff-sh.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
coff-sparc.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23: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-w65.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
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): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
coffcode.h fix typo in last change 1995-11-03 21:18:12 +00:00
coffgen.c * xcofflink.c: Numerous changes to get closer to a working XCOFF 1995-10-26 18:25:13 +00:00
cofflink.c Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com> 1995-10-28 08:30:37 +00:00
coffswap.h * libcoff-in.h (struct xcoff_tdata): Define. 1995-10-09 21:19:53 +00:00
config.bfd * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to 1995-11-04 18:21:17 +00:00
config.in Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
configure Changes for mmap; details in change log. 1995-11-06 10:08:03 +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: Call AC_CONFIG_HEADER. Substitute 1995-09-06 22:53:43 +00:00
configure.in Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
cpu-a29k.c Change arch info to be const, initialized at compile time. 1995-09-22 22:06:51 +00:00
cpu-alpha.c Support for the alpha 1993-04-24 02:10:09 +00:00
cpu-arc.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
cpu-h8300.c * bfd-in.h (bfd_byte, reloc_howto_type): Define here, not... 1995-01-17 21:16:53 +00:00
cpu-h8500.c H8/500 support 1993-02-04 20:59:55 +00:00
cpu-hppa.c * Makefile.in, archures.c, configure.in, cpu-hppa.c, hppa.c, libhppa.h, 1992-06-19 22:24:13 +00:00
cpu-i386.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-i960.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
cpu-m88k.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-mips.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
cpu-rce.c Change arch info to be const, initialized at compile time. 1995-09-22 22:06:51 +00:00
cpu-rs6000.c Initial revision 1991-10-25 07:16:56 +00:00
cpu-vax.c Initial revision 1991-10-01 03:43:11 +00:00
cpu-w65.c * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h, 1995-01-16 05:44:00 +00:00
cpu-we32k.c Add preliminary support for the we32k (AT&T 3b2 family). 1992-08-27 22:09:30 +00:00
cpu-z8k.c Add basic support for the z8k: 1992-08-25 22:04:53 +00:00
demo64.c Initial revision 1991-05-18 02:58:02 +00:00
dep-in.sed Make "make dep" easier to work with. Updated lots of dependencies. 1993-10-13 19:04:08 +00:00
ecoff.c Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com> 1995-10-31 20:50:25 +00:00
ecofflink.c * coff-mips.c (mips_relocate_section): When relaxing, adjust local 1994-04-15 18:35:32 +00:00
ecoffswap.h ecoff gprof related fixes & improvements from David Mosberger-Tang 1995-02-07 01:06:25 +00:00
elf.c * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the 1995-11-01 18:25:35 +00:00
elf32-arc.c E_ARC_CPU_XXX renamed to E_ARC_MACH_XXX for consistency with rest of BFD. 1995-02-10 04:34:36 +00:00
elf32-gen.c Added new files elflink.c, elflink.h, elfcore.h. 1995-07-06 02:22:00 +00:00
elf32-hppa.c Added new files elflink.c, elflink.h, elfcore.h. 1995-07-06 02:22:00 +00:00
elf32-hppa.h * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
elf32-i386.c * elflink.h (elf_link_add_object_symbols): If a symbol is a weak 1995-08-14 15:57:17 +00:00
elf32-i860.c Added new files elflink.c, elflink.h, elfcore.h. 1995-07-06 02:22:00 +00:00
elf32-m68k.c fsf address update, but not in COPYING files 1995-07-07 22:49:42 +00:00
elf32-m88k.c Added new files elflink.c, elflink.h, elfcore.h. 1995-07-06 02:22:00 +00:00
elf32-mips.c * libelf.h: Rename to elf-bfd.h to avoid conflict with 1995-10-31 23:29:05 +00:00
elf32-ppc.c * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler 1995-09-25 21:31:29 +00:00
elf32-sparc.c fsf address update, but not in COPYING files 1995-07-07 22:49:42 +00:00
elf32.c hppa support, initial linker support 1993-04-29 15:48:35 +00:00
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.c begin reorganization to support 64-bit elf 1993-05-25 18:50:49 +00:00
elfcode.h * libelf.h: Rename to elf-bfd.h to avoid conflict with 1995-10-31 23:29:05 +00:00
elfcore.h copyright notices 1995-07-06 17:12:22 +00:00
elflink.c copyright notices 1995-07-06 17:12:22 +00:00
elflink.h * bfd-in.h (struct bfd_link_needed_list): Rename from 1995-10-16 23:10:56 +00:00
elfxx-target.h * libelf.h: Rename to elf-bfd.h to avoid conflict with 1995-10-31 23:29:05 +00:00
filemode.c fsf address update, but not in COPYING files 1995-07-07 22:49:42 +00:00
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 Initial revision 1991-12-18 23:01:07 +00:00
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 * host-aout.c: Change TARGETNAME to "a.out" to be compatible with 1992-01-30 19:42:52 +00:00
hp300bsd.c * hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd 1992-02-17 20:04:21 +00:00
hp300hpux.c * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler 1995-09-25 21:31:29 +00:00
hppa_stubs.h * Support code for enabling the new style linker for PA ELF. 1994-07-01 19:00:17 +00:00
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 Linker now works for go32; other changes keep it from breaking the other 1992-10-09 02:41:30 +00:00
i386bsd.c * aout-target.h (callback): Don't define this function if it won't be used. 1992-10-09 01:39:06 +00:00
i386dynix.c * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix 1994-03-30 08:53:45 +00:00
i386linux.c * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the 1995-11-01 18:25:35 +00:00
i386lynx.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
i386mach3.c * i386mach3.c (N_TXTADDR): Don't define after all. 1993-12-31 21:11:49 +00:00
i386netbsd.c * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD. 1994-10-21 23:55:30 +00:00
i386os9k.c * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
ieee.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
init.c Change arch info to be const, initialized at compile time. 1995-09-22 22:06:51 +00:00
irix-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libaout.h Added M_68K4K_NETBSD magic. 1995-10-28 00:34:30 +00:00
libbfd-in.h * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify 1995-10-06 16:15:35 +00:00
libbfd.c Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
libbfd.h * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify 1995-10-06 16:15:35 +00:00
libcoff-in.h Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
libcoff.h Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
libecoff.h * libecoff.h (struct ecoff_backend_data): Add adjust_headers 1995-10-05 17:48:32 +00:00
libhppa.h Fix typo in last check-in. 1994-05-16 16:35:36 +00:00
libieee.h Undo Bothner changes that depend on pointer representation. 1991-05-29 00:38:52 +00:00
libnlm.h * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr 1994-04-21 16:13:01 +00:00
liboasys.h Minor cleanup to make it compile on DECstation. 1991-05-02 21:22:43 +00:00
linker.c * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to 1995-09-12 20:31:29 +00:00
lynx-core.c * Makefile.in (OPTIONAL_BACKENDS): Add lynx-core.o. 1993-09-22 14:54:50 +00:00
m68k4knetbsd.c Initial revision 1995-10-28 00:58:22 +00:00
m68klynx.c Change PAGE_SIZE to TARGET_PAGE_SIZE 1995-10-28 00:26:12 +00:00
m68knetbsd.c NetBSD/m68k support, based on work by mikeb@snow.datametrics.com: 1994-10-28 18:11:15 +00:00
m88kmach3.c Mach 3 support. 1994-07-05 21:50:43 +00:00
makefile.dos * core.c: Renamed to corefile.c 1995-11-05 00:29:13 +00:00
mipsbsd.c Patches from kkojima@mix.or.jp (Kazumoto Kojima): 1994-12-21 00:36:26 +00:00
mpw-config.in * configure.in: Add xcofflink.o to pmac_xcoff_vec. 1995-10-25 00:54:55 +00:00
mpw-make.sed * configure.in: Add xcofflink.o to pmac_xcoff_vec. 1995-10-25 00:54:55 +00:00
netbsd.h * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD. 1994-10-21 23:55:30 +00:00
newsos3.c Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. 1991-10-11 10:11:37 +00:00
nlm-target.h * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
nlm.c * configure.in (*-*-netware, i[34]86-*-netware): New configs. 1993-07-20 04:45:13 +00:00
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 * 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 * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
nlmswap.h * nlmswap.h: Declare functions. 1993-12-02 02:19:25 +00:00
ns32knetbsd.c * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD. 1994-10-21 23:55:30 +00:00
oasys.c Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
opncls.c * init.c (initialized): Remove static variable. 1995-09-25 15:50:25 +00:00
osf-core.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
pc532-mach.c NS32K changes from Ian Dall. 1994-07-14 21:35:54 +00:00
pe-i386.c Thu May 11 16:43:14 1995 Steve Chamberlain <sac@slash.cygnus.com> 1995-05-13 18:03:25 +00:00
pe-ppc.c First round BFD for PE/PowerPC 1995-09-27 11:34:10 +00:00
pei-ppc.c First round BFD for PE/PowerPC 1995-09-27 11:34:10 +00:00
peicode.h Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com> 1995-10-28 08:30:37 +00:00
ptrace-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
reloc.c Change "reloc_howto_type" typedef to be "const", since all uses of it are (or 1995-01-12 02:41:04 +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 * rs6000-core.c (rs6000coff_core_p): Don't check the core file 1995-09-23 11:04:45 +00:00
section.c * Most files: 1994-03-15 15:13:13 +00:00
som.c * som.c (som_slurp_string_table): Allocate the strings with malloc 1995-10-25 22:23:33 +00:00
som.h * som.c (hppa_som_gen_reloc_type): New argument "sym_diff", 1995-07-03 23:27:25 +00:00
sparclynx.c * sparclynx.c: Setup appropriate macros to enable core file 1994-01-22 20:27:55 +00:00
sparcnetbsd.c * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD. 1994-10-21 23:55:30 +00:00
srec.c * targets.c (bfd_target): Remove unused align_power_min field. 1995-09-19 21:11:46 +00:00
stab-syms.c * cofflink.c (_bfd_coff_generic_relocate_section): Cast base_file 1995-07-02 21:51:36 +00:00
sunos.c * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the 1995-11-01 18:25:35 +00:00
syms.c * aoutx.h (NAME(aout,slurp_reloc_table)): Cast argument to size_t 1995-07-13 18:14:45 +00:00
targets.c Changes for mmap; details in change log. 1995-11-06 10:08:03 +00:00
tekhex.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
trad-core.c * configure.in: Call AC_CONFIG_HEADER. Substitute 1995-09-06 22:53:43 +00:00
versados.c Extensive minor changes to avoid various gcc warnings. Also: 1995-09-12 16:23:25 +00:00
xcofflink.c * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub 1995-11-03 21:20:41 +00:00