diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-08 19:24:29 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-08 19:24:29 +0000 |
commit | ce93f5696730614a8659dea6d90fae3cd353745c (patch) | |
tree | e70f7727e5a6a23a1bd0c4bd8b1d28dc7ea54a24 /bfd/ChangeLog | |
parent | 70ef870f017ec5260ca763cfa225f01dc60d290b (diff) | |
download | gdb-ce93f5696730614a8659dea6d90fae3cd353745c.zip gdb-ce93f5696730614a8659dea6d90fae3cd353745c.tar.gz gdb-ce93f5696730614a8659dea6d90fae3cd353745c.tar.bz2 |
* hosts/i386bsd.h: Conditionalize HOST_STACK_END_ADDR on __bsdi__.
i386bsd.c: Remove defines of N_TXT*; the versions in aout64.h should
be sufficient. Define TEXT_START_ADDR.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 98efe7c..181b472 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 8 13:43:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * hosts/i386bsd.h: Conditionalize HOST_STACK_END_ADDR on __bsdi__. + i386bsd.c: Remove defines of N_TXT*; the versions in aout64.h should + be sufficient. Define TEXT_START_ADDR. + Wed Jul 7 10:56:21 1993 Ian Lance Taylor (ian@cygnus.com) * aoutx.h (translate_from_native_sym_flags): Removed statep |