binutils-gdb/bfd
David MacKenzie ac0d500c3c * configure.in: Add reloc16.o when we add
coff-h8300.o, coff-h8500.o, coff-sh.o, coff-z8k.o.
	Makefile.in (BFD_LIBS): Remove reloc16.o.
1993-08-12 18:41:30 +00:00
..
doc include elf doc 1993-08-09 20:31:30 +00:00
hosts * Base use of sco-core on host, not target. 1993-08-11 15:56:14 +00:00
.Sanitize sanitize targets.c 1993-08-09 19:16:24 +00:00
aout32.c
aout64.c
aout-adobe.c
aout-encap.c
aout-target.h
aoutf1.h
aoutx.h
archive.c
archures.c
bfd-in2.h regenerated 1993-08-09 19:25:56 +00:00
bfd-in.h rewrite comment -- bfd-in2.h is generated too 1993-08-05 18:27:16 +00:00
bfd.c
bout.c
cache.c
ChangeLog * configure.in: Add reloc16.o when we add 1993-08-12 18:41:30 +00:00
coff-a29k.c
coff-alpha.c
coff-h8300.c
coff-h8500.c
coff-i386.c
coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mips.c
coff-rs6000.c
coff-sh.c
coff-u68k.c
coff-z8k.c
coffcode.h
coffgen.c
coffswap.h
configure.bat
configure.host
configure.in Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) 1993-08-12 17:57:02 +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
ecoff.c * ecoff.c (ecoff_slurp_armap): Correct bug in initialization of 1993-08-09 18:32:39 +00:00
ecoffswap.h * ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed 1993-08-11 13:42:17 +00:00
elf32-hppa.c
elf32-hppa.h
elf32-i386.c
elf32-mips.c
elf32-sparc.c
elf32-target.h
elf32.c
elf64-gen.c
elf64-sparc.c
elf64-target.h
elf64.c
elf.c
elfcode.h Wed Jun 23 06:05:58 1993 Michael Meissner (meissner@osf.org) 1993-08-05 18:32:50 +00:00
filemode.c
format.c
gen-aout.c
host-aout.c
hp300bsd.c
hp300hpux.c
hppa_stubs.h
hppa.c
i386aout.c
i386bsd.c
ieee.c
init.c
libaout.h
libbfd-in.h
libbfd.c
libbfd.h
libcoff-in.h
libcoff.h
libecoff.h
libelf.h * libelf.h (NAME): Provide a default definition, that's neither 1993-08-06 19:29:57 +00:00
libhppa.h
libieee.h
libnlm.h
liboasys.h
Makefile.in * configure.in: Add reloc16.o when we add 1993-08-12 18:41:30 +00:00
mipsbsd.c
newsos3.c
nlm32-gen.c
nlm32-i386.c
nlm32.c
nlm64-gen.c
nlm64.c
nlm-target.h
nlm.c
nlmcode.h
oasys.c
opncls.c
PORTING add pointer to config/README 1993-08-07 22:45:02 +00:00
README.hppaelf
reloc16.c
reloc.c add i386-elf relocs (from Meissner) 1993-08-05 18:24:21 +00:00
sco-core.c
seclet.c
seclet.h
section.c
srec.c
stab-syms.c
sunos.c
syms.c
targets.c Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) 1993-08-12 17:57:02 +00:00
tekhex.c
TODO make target selection fully configurable 1993-08-07 22:38:22 +00:00
trad-core.c
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.