diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-30 21:49:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-30 21:49:02 +0000 |
commit | 89c88702c07fed3dbd542337bd5fce9787843323 (patch) | |
tree | b3c9f969452e1e4cb9ce39e78e7d901056c1e45c /bfd | |
parent | 8d57a263f5bd17923e02bfd6ceb8bc5a904e58f9 (diff) | |
download | gdb-89c88702c07fed3dbd542337bd5fce9787843323.zip gdb-89c88702c07fed3dbd542337bd5fce9787843323.tar.gz gdb-89c88702c07fed3dbd542337bd5fce9787843323.tar.bz2 |
Don't include system a.out.h in elf32-hppa.c.
Apparently include/aout/*.h isn't needed either, so just omit it.
Should compile on Solaris now...
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5abf0b2..7f0f36e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 30 17:34:11 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * elf32-hppa.c: Don't include a.out.h. Apparently not even the + GNU version is needed. + Fri Apr 30 09:38:59 1993 Jim Kingdon (kingdon@cygnus.com) * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort. |