old-cross-binutils/bfd
1993-07-12 14:47:30 +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 Clean v9 stuff from reloc.c and bfd-in2.h also. 1993-07-12 14:37:44 +00:00
aout-adobe.c
aout-encap.c
aout-target.h
aout32.c
aout64.c
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-in.h
bfd-in2.h
bfd.c
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 Use {start,end}-sanitize-v9 instead of `v9' on every line to be removed. 1993-07-12 14:47:30 +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 (sparc_reloc_map): Remove duplicate WDISP19 entry. 1993-07-12 14:39:40 +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.c
hppa_stubs.h
i386aout.c
i386bsd.c
ieee.c
init.c
libaout.h
libbfd-in.h
libbfd.c
libbfd.h
libcoff-in.h
libcoff.h
libelf.h (struct elf_obj_tdata): Add field `thunk'. 1993-07-12 14:46:20 +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
README.hppaelf
reloc.c (enum bfd_reloc_code_real): Move SPARC_BASE13 and SPARC_WDISP19 to more 1993-07-12 14:44:30 +00:00
reloc16.c
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.