binutils-gdb/bfd
1993-06-22 21:40:17 +00:00
..
doc remove parentdir support 1993-06-16 00:44:27 +00:00
hosts * hosts/std-host.h: Return value of puts and fputs is int not void. 1993-06-22 21:40:17 +00:00
.Sanitize fix typo in name of elf32-generic.c 1993-06-21 17:27:37 +00:00
aout32.c
aout64.c
aout-adobe.c
aout-encap.c
aout-target.h
aoutf1.h
aoutx.h Before casting a pointer into an integer field, verify that the field is 1993-06-22 03:00:43 +00:00
archive.c
archures.c
bfd-in2.h Regenerated after my changes to bfd-in.h. 1993-06-21 00:50:48 +00:00
bfd-in.h Change insertion marker for new bfd.h generation scheme. 1993-06-21 00:30:11 +00:00
bfd.c
bout.c
cache.c
ChangeLog * hosts/std-host.h: Return value of puts and fputs is int not void. 1993-06-22 21:40:17 +00:00
coff-a29k.c
coff-alpha.c
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
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 make mips-sony-bsd work 1993-06-21 19:37:13 +00:00
COPYING
core.c
cpu-a29k.c
cpu-alpha.c
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-generic.c new file 1993-06-18 17:54:36 +00:00
elf32-hppa.c Use new size-independent elf internal data structures. 1993-06-22 03:07:39 +00:00
elf32-hppa.h elfcode.h 1993-06-02 21:24:35 +00:00
elf32-mips.c * cache.c, bfd-in.h: New function bfd_make_cacheable. 1993-06-18 16:13:10 +00:00
elf32-target.h Use new size-independent versions of elf internal data structures. 1993-06-22 03:06:29 +00:00
elf32.c
elf64.c begin reorganization to support 64-bit elf 1993-05-25 18:50:49 +00:00
elfcode.h Sigh. Null pointer return might be right in some cases; don't abort. 1993-06-22 21:39:40 +00:00
filemode.c
format.c
gen-aout.c
host-aout.c
hp300bsd.c
hp300hpux.c Eliminate "int8_type", "int16_type", "int32_type", and their 1993-06-18 10:26:55 +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 regenerated 1993-06-22 03:22:54 +00:00
libcoff-in.h
libcoff.h
libelf.h Use new size-independent versions of elf internal data structures. 1993-06-22 03:06:29 +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 Generate bfd.h in current directory by grabbing 64-bit definition (if any) 1993-06-21 00:34:11 +00:00
mipsbsd.c
newsos3.c
oasys.c
opncls.c
README.hppaelf
reloc16.c
reloc.c * reloc.c (bfd_perform_relocation): Check for overflow on 1993-06-19 03:06:36 +00:00
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 (srec_write_symbols): Use sprintf_vma, in case bfd_vma is too wide for 1993-06-22 02:58:25 +00:00
stab-syms.c
sunos.c
syms.c
targets.c * Makefile.in: Add elf32-{mips,m88k}. 1993-06-18 16:07:34 +00:00
tekhex.c
TODO
trad-core.c
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.