Ken Raeburn a5220fb952 Move bfd.h to ../include. (Directory is created if it doesn't exist.)
Insert sysdep.h into it, so manually including it isn't required for every
single file using bfd.h.

Search ../include when compiling.
1993-06-16 02:22:02 +00:00
..
1993-06-16 00:44:27 +00:00
1993-06-15 18:36:11 +00:00
1993-06-04 00:21:04 +00:00
1993-06-16 02:08:29 +00:00
1993-06-16 00:44:27 +00:00
1993-04-24 02:10:09 +00:00
1993-04-24 02:10:09 +00:00
1993-02-04 20:59:55 +00:00
1992-08-25 22:04:53 +00:00
1993-06-03 20:55:48 +00:00
1993-06-02 21:24:35 +00:00
1993-06-02 21:24:35 +00:00
1993-04-29 15:48:35 +00:00
1993-06-02 20:24:22 +00:00
1993-04-15 08:19:43 +00:00
1993-06-16 01:51:56 +00:00
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.