aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-08-27 19:44:58 +0000
committerKen Raeburn <raeburn@cygnus>1993-08-27 19:44:58 +0000
commit5d22adf1106793bf6d6db67f6faedfb3503d7aa0 (patch)
tree0e95dde9519cd33ad1238f360fb4b6ae8cb4c577
parent427fec5d1bfa8b3d08729a7be961c67743d00adf (diff)
downloadgdb-5d22adf1106793bf6d6db67f6faedfb3503d7aa0.zip
gdb-5d22adf1106793bf6d6db67f6faedfb3503d7aa0.tar.gz
gdb-5d22adf1106793bf6d6db67f6faedfb3503d7aa0.tar.bz2
deleted -- no longer accurate
-rw-r--r--bfd/README.hppaelf18
1 files changed, 0 insertions, 18 deletions
diff --git a/bfd/README.hppaelf b/bfd/README.hppaelf
deleted file mode 100644
index 5d425ba..0000000
--- a/bfd/README.hppaelf
+++ /dev/null
@@ -1,18 +0,0 @@
-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.