binutils-gdb/bfd
Ian Lance Taylor d40d2d30a0 * Makefile.in (ALL_MACHINES): Add tekhex.o.
* targets.c (bfd_target_vector): If SELECT_VECS is not defined,
	include tekhex_vec.
	* tekhex.c (NIBBLE, ISHEX): Cast array arguments to unsigned char.
	(getvalue, getsym, out): Likewise.
	(find_chunk): Remove unused variable s.
	(first_phase): Remove unused variable s.
	(pass_over): Remove unused variable address.
	(tekhex_object_p): Remove unused variable section.
	(move_section_contents): Change return type from boolean to void.
	(tekhex_write_object_contents): Remove unused variables tdata and
	list.
1994-10-25 19:11:46 +00:00
..
doc * bfd.texinfo: Added Hash Tables node. 1994-01-03 16:48:24 +00:00
hosts Updated for recent NetBSD changes 1994-09-14 20:26:54 +00:00
.Sanitize * binary.c: New file for raw binary output format. 1994-10-18 18:51:01 +00:00
COPYING
ChangeLog * linker.c (enum link_action): Add CIND. 1994-10-25 15:47:59 +00:00
ChangeLog.1
ChangeLog.mpw * mpw-make.in (ctor.c): Remove references. 1994-09-12 23:54:12 +00:00
Makefile.in * Makefile.in (ALL_MACHINES): Add tekhex.o. 1994-10-25 19:11:46 +00:00
PORTING
TODO
VERSION update to version 2.5 1994-10-14 23:17:15 +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 * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
aout-encap.c * aout-encap.c (ARCH): Don't define. Obsolete. 1994-07-12 15:46:32 +00:00
aout-target.h * aout-target.h (MY_bfd_copy_private_section_data): Only copy 1994-10-18 18:49:34 +00:00
aout0.c For PR 1927. 1994-05-04 19:37:36 +00:00
aout32.c
aout64.c
aoutf1.h * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a 1994-06-13 18:25:12 +00:00
aoutx.h * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error 1994-10-19 05:30:15 +00:00
archive.c * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add case for 1994-10-21 23:43:29 +00:00
archures.c
bfd-in.h * libelf.h (struct elf_obj_tdata): New field dt_needed_name. 1994-06-16 00:01:32 +00:00
bfd-in2.h * bfd-in.h (bfd_seek): Change declaration to not mark fp const. 1994-09-26 15:01:59 +00:00
bfd.c * bfd.c (bfd_scan_vma): Pass end argument on to strtoul. 1994-10-13 18:41:39 +00:00
binary.c * binary.c: New file for raw binary output format. 1994-10-18 18:51:01 +00:00
bout.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +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 * cofflink.c (coff_link_input_bfd): If r_symndx is -1, don't 1994-09-12 21:01:19 +00:00
cf-sparclynx.c
cisco-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
coff-a29k.c * coffcode.h (coff_new_section_hook): Don't use align_power_min; 1994-10-04 21:13:51 +00:00
coff-alpha.c Add new style linker support to COFF backend. a29k only for now. 1994-09-06 19:28:55 +00:00
coff-apollo.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +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 * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
coff-h8500.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +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_relocate): Rewrote to change relocs 1994-08-03 20:51:59 +00:00
coff-m68k.c * coff-m68k.c (_bfd_coff_m68k_reloc_type_lookup): New function. 1994-08-04 16:38:05 +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 Add new style linker support to COFF backend. a29k only for now. 1994-09-06 19:28:55 +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 Tue Sep 13 16:04:07 1994 Steve Chamberlain (sac@jonny.cygnus.com) 1994-09-14 00:10:42 +00:00
coff-sparc.c * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare 1994-06-15 19:54:15 +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 * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
coffcode.h Minor tweaks to make COFF code support both new and old style linker. 1994-09-06 20:40:37 +00:00
coffgen.c * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error 1994-10-19 05:30:15 +00:00
cofflink.c * cofflink.c (coff_link_input_bfd): If r_symndx is -1, don't 1994-09-12 21:01: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 * configure.host, config.bfd: Change i[34]86 to i[345]86. 1994-08-24 16:41:48 +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.host, config.bfd: Change i[34]86 to i[345]86. 1994-08-24 16:41:48 +00:00
configure.in * configure.host (sparc-*-netbsd): use sparcnbsd. 1994-09-13 18:39:47 +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
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
demo64.c
dep-in.sed
ecoff.c * ecoff.c (ecoff_set_symbol_info): Set udata.i to 0, not NULL. 1994-10-24 19:37:18 +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.c (ecoff_swap_tir_in): Change input argument to const. 1994-06-20 18:26:55 +00:00
elf.c * aoutx.h (aout_link_check_ar_symbols): When changing a symbol to 1994-07-22 18:53:23 +00:00
elf32-hppa.c Use a hash table when writing out ELF symbol names. 1994-10-17 22:03:14 +00:00
elf32-hppa.h * bfd-in2.h: Rebuilt. 1994-05-16 19:34:13 +00:00
elf32-i386.c fix BFD_ASSERT calls 1994-10-21 23:40:59 +00:00
elf32-mips.c * elfcode.h (elf_swap_shdr_in): Use rawdata, not bfd_section. 1994-10-17 18:27:40 +00:00
elf32-sparc.c fix BFD_ASSERT calls 1994-10-21 23:40:59 +00:00
elf32-target.h Add support for creating shared libraries under i386 ELF and SPARC 1994-07-26 17:18:37 +00:00
elf32.c
elf64-gen.c
elf64-sparc.c
elf64-target.h Add support for creating shared libraries under i386 ELF and SPARC 1994-07-26 17:18:37 +00:00
elf64.c
elfcode.h Fix the ELF linker to not require an interpreter if no dynamic 1994-10-21 22:00:18 +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
hp300hpux.c * hp300hpux.c (MY_final_link_callback): Define to avoid warning. 1994-06-20 15:11:34 +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
i386bsd.c
i386dynix.c * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix 1994-03-30 08:53:45 +00:00
i386linux.c * i386linux.c (linux_link_create_dynamic_sections): Create section 1994-08-16 04:15:50 +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
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 * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +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 * libaout.h (struct aoutdata): Add q_magic_format to subformat 1994-06-14 22:04:54 +00:00
libbfd-in.h * hash.c: Copy string hash functions from aoutx.h. 1994-08-22 16:36:52 +00:00
libbfd.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
libbfd.h * reloc.c (enum bfd_reloc_code_real): Rewrote definition to use new "chew" 1994-09-02 18:21:41 +00:00
libcoff-in.h Add new style linker support to COFF backend. a29k only for now. 1994-09-06 19:28:55 +00:00
libcoff.h Add new style linker support to COFF backend. a29k only for now. 1994-09-06 19:28:55 +00:00
libecoff.h * coffcode.h (styp_to_sec_flags): Add name argument. If no flags 1994-08-15 16:26:06 +00:00
libelf.h Fix the ELF linker to not require an interpreter if no dynamic 1994-10-21 22:00:18 +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 * linker.c (enum link_action): Add CIND. 1994-10-25 15:47:59 +00:00
lynx-core.c
m68klynx.c * aout-encap.c (ARCH): Don't define. Obsolete. 1994-07-12 15:46:32 +00:00
m88kmach3.c Mach 3 support. 1994-07-05 21:50:43 +00:00
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
mipsbsd.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
mpw-config.in * mpw-config.in: Use sed instead of StreamEdit, add definitions 1994-06-26 23:00:20 +00:00
mpw-make.in * mpw-make.in (ctor.c): Remove references. 1994-09-12 23:54:12 +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
nlm-target.h * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. 1994-04-07 01:58:27 +00:00
nlm.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
nlmcode.h * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
nlmswap.h
ns32knetbsd.c * libaout.h (machine_type): added M_68K_NETBSD and M_SPARC_NETBSD. 1994-10-21 23:55:30 +00:00
oasys.c * oasys.c (oasys_slurp_symbol_table): Use udata.p rather than just 1994-10-17 23:59:36 +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
pc532-mach.c NS32K changes from Ian Dall. 1994-07-14 21:35:54 +00:00
ptrace-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00
reloc.c * reloc.c (bfd_install_relocation): Cast data_start to bfd_byte * 1994-09-28 17:36:42 +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.h (som_symbol_type): Add "stringtab_offset" field. 1994-09-14 21:44:35 +00:00
som.h * som.h (som_symbol_type): Add "stringtab_offset" field. 1994-09-14 21:44:35 +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 * srec.c (tdata_type): Add field tail. 1994-10-18 16:58:24 +00:00
stab-syms.c
sunos.c * sunos.c (sunos_add_one_symbol): Treat a common symbol from a 1994-06-17 18:47:50 +00:00
syms.c * syms.c (stt): Add .rdata and .rodata. 1994-09-29 16:30:12 +00:00
targets.c * Makefile.in (ALL_MACHINES): Add tekhex.o. 1994-10-25 19:11:46 +00:00
tekhex.c * Many files: change all bfd_target vectors to be const. Change 1994-06-20 21:55:45 +00:00
trad-core.c * targets.c (bfd_target): Rearranged fields in target vector. 1994-04-06 22:00:40 +00:00