binutils-gdb/bfd
1993-06-16 01:51:56 +00:00
..
doc remove parentdir support 1993-06-16 00:44:27 +00:00
hosts protect against multiple inclusions 1993-06-15 18:36:11 +00:00
.Sanitize oops -- keep elf64.c too 1993-06-04 00:21:04 +00:00
aout32.c
aout64.c
aout-adobe.c
aout-encap.c
aout-target.h
aoutf1.h
aoutx.h a.out string table reduction code, take two. 1993-04-20 02:00:01 +00:00
archive.c
archures.c
bfd-in.h
bfd.c
bout.c
cache.c
ChangeLog remove parentdir support 1993-06-16 00:44:27 +00:00
coff-a29k.c
coff-alpha.c Support for the alpha 1993-04-24 02:10:09 +00:00
coff-h8300.c
coff-i386.c
coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mips.c * coff-mips.c (ecoff_set_symbol_info): Constructor sections should 1993-06-14 17:25:15 +00:00
coff-msym.c
coff-rs6000.c
coff-z8k.c
coffcode.h * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort. 1993-04-30 17:22:39 +00:00
coffgen.c Patch from minyard@bnr.ca: For empty symbol table, write out number "4" in 1993-06-04 22:43:07 +00:00
coffswap.h
configure.bat
configure.host
configure.in * configure.in (i[34]86-*-linux*): Add; bfd_target = i386-linux. 1993-05-02 18:43:09 +00:00
COPYING
core.c
cpu-a29k.c
cpu-alpha.c Support for the alpha 1993-04-24 02:10:09 +00:00
cpu-h8300.c * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines. 1993-06-08 19:15:35 +00:00
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-hppa.c updates from Utah 1993-06-03 20:55:48 +00:00
elf32-hppa.h elfcode.h 1993-06-02 21:24:35 +00:00
elf32-target.h elfcode.h 1993-06-02 21:24:35 +00:00
elf32.c hppa support, initial linker support 1993-04-29 15:48:35 +00:00
elf64.c begin reorganization to support 64-bit elf 1993-05-25 18:50:49 +00:00
filemode.c
format.c
gen-aout.c
host-aout.c
hp300bsd.c
hp300hpux.c checkpoint hp300hpux code from HP; needs cleanup before using 1993-04-28 22:56:31 +00:00
hppa_stubs.h new file for hppa linker support 1993-06-02 20:24:22 +00:00
hppa.c * hppa.c (hppa_get_symbol_info): Remove redundant copy. 1993-06-15 02:06:29 +00:00
i386aout.c
i386bsd.c
ieee.c
init.c
libaout.h comment branches in ARCH_SIZE test 1993-06-16 01:51:56 +00:00
libbfd-in.h
libbfd.c (COERCE64): Avoid out-of-range numbers 1993-05-25 19:48:12 +00:00
libbfd.h
libcoff-in.h
libcoff.h
libelf.h Second try at getting elfNAME macros right. 1993-06-15 23:29:48 +00:00
libhppa.h * libhppa.h: #undef e_* symbols which come from <machine/som.h> 1993-05-01 03:05:18 +00:00
libieee.h
liboasys.h
Makefile.in remove parentdir support 1993-06-16 00:44:27 +00:00
mipsbsd.c
newsos3.c
oasys.c
opncls.c
README.hppaelf checkpoint hppa-elf code from Utah (Sanitize out until it's cleaned up & working) 1993-04-28 22:55:25 +00:00
reloc16.c
reloc.c
sco-core.c Move printing from bfd to nm and add POSIX and SysV formats. 1993-05-21 21:06:25 +00:00
seclet.c
seclet.h
section.c
srec.c
stab-syms.c
sunos.c
syms.c
targets.c Updated for new macro, type, and structure names. 1993-05-25 20:11:26 +00:00
tekhex.c
TODO
trad-core.c * trad-core.c (trad_unix_core_file_p): Check the file size. 1993-04-26 21:03:35 +00:00
VERSION bump version number 1993-05-17 19:03:44 +00:00

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.