binutils-gdb/bfd
Jim Kingdon 4d09e8acfb * elfcode.h: Use memset not bzero.
* trad-core.c: Don't include <sys/file.h>.
	* i386linux.h: Include <sys/file.h>.
	* coff-m68k-un.c: new file to handle names with underscores on
	svr3 machines.
	* coff-m68k.c (m68k_rtype2howto): added #ifdef ONLY_DECLARE_RELOCS
	to not duplicate the function in the executable.
	(TARGET_SYM, TARGET_NAME, NAMES_HAVE_UNDERSCORE): new macros needed
	by coff-m68k-un.c.
	* coffcode.h (MC68KBCSMAGIC): case added.
	* targets.c: Add m68kcoffun_vec.
	* configure.host: added support for Bull dpx/2.
	* config/dpx2.mh, hosts/dpx2.h: new files.
	* Makefile.in: added target coff-m68k-un.
1993-07-11 23:23:20 +00:00
..
doc New file bfdsumm.texi to share with ld. 1993-07-08 17:58:15 +00:00
hosts * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
.Sanitize delete setting of a variable i wound up not using 1993-06-30 09:17:06 +00:00
aout32.c
aout64.c
aout-adobe.c
aout-encap.c
aout-target.h
aoutf1.h * aoutf1.h: Add definition of MACHTYPE_OK. 1993-07-09 05:47:07 +00:00
aoutx.h * aoutx.h (translate_from_native_sym_flags): Removed statep 1993-07-07 18:05:06 +00:00
archive.c
archures.c
bfd-in2.h regenerated 1993-07-06 20:46:32 +00:00
bfd-in.h
bfd.c Stricter prototyping, to force type conversions between 64-bit target and 1993-07-06 20:20:31 +00:00
bout.c
cache.c
ChangeLog * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
coff-a29k.c
coff-alpha.c
coff-h8300.c
coff-i386.c
coff-i960.c
coff-m68k-un.c * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
coff-m68k.c * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
coff-m88k.c
coff-mips.c
coff-msym.c
coff-rs6000.c
coff-z8k.c
coffcode.h * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
coffgen.c
coffswap.h
configure.bat
configure.host * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
configure.in Don't crash if with_minimal_bfd is the empty string. 1993-07-07 15:26:14 +00:00
COPYING
core.c
cpu-a29k.c
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
demo64.c
elf32-generic.c
elf32-hppa.c
elf32-hppa.h
elf32-mips.c
elf32-target.h
elf32.c
elf64-generic.c
elf64-sparc.c fill out reloc table 1993-07-06 20:36:42 +00:00
elf64-target.h
elf64.c
elfcode.h * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
filemode.c
format.c
gen-aout.c
host-aout.c
hp300bsd.c
hp300hpux.c * aoutx.h (translate_from_native_sym_flags): Removed statep 1993-07-07 18:05:06 +00:00
hppa_stubs.h
hppa.c
i386aout.c
i386bsd.c
ieee.c Stricter prototyping, to force type conversions between 64-bit target and 1993-07-06 20:20:31 +00:00
init.c
libaout.h
libbfd-in.h
libbfd.c
libbfd.h
libcoff-in.h
libcoff.h
libelf.h more prototypes, in libelf.h 1993-07-06 21:14:36 +00:00
libhppa.h
libieee.h
liboasys.h
Makefile.in * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
mipsbsd.c
newsos3.c
oasys.c
opncls.c Stricter prototyping, to force type conversions between 64-bit target and 1993-07-06 20:20:31 +00:00
README.hppaelf
reloc16.c
reloc.c (enum bfd_reloc_code_real): Put simple power-to-two relocs together, and add 1993-07-06 19:29:36 +00:00
sco-core.c
seclet.c
seclet.h
section.c
srec.c
stab-syms.c
sunos.c
syms.c
targets.c * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
tekhex.c
TODO
trad-core.c * elfcode.h: Use memset not bzero. 1993-07-11 23:23:20 +00:00
VERSION

HPPA/ELF README file:

	HP PA-RISC support was contributed by the Center for Software Science
	at the University of Utah.

This is the status of the hppa/elf code in bfd 2.0 as of January 29, 1993:

1. It generates correct ELF files for all of the input I've given it
so far.  I've used this version of libbfd.a to build an hppa/elf
version of gas 1.36 (emits SOM).  I've run files as large as 200K
lines of assembly through it.

2. ELF executables that are created *always* have 3 program header
table entries.  This is due to the exec() support we have in the
kernel for ELF executables.  It expects *exactly* 3 program header
table entries -- one for text, one for data, and one for bss.
Currently, there's no support for any other types of program header
table entries.