diff options
author | John Gilmore <gnu@cygnus> | 1991-11-23 03:20:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-23 03:20:41 +0000 |
commit | e6e265ce3a710b8e819d11578eed1e9113c8d5b8 (patch) | |
tree | c3443de63ab1ca4a482c353f2523789bf549b7b6 /bfd/ChangeLog | |
parent | 28e353598cafe6e0d5390c5e0c136318c100253c (diff) | |
download | gdb-e6e265ce3a710b8e819d11578eed1e9113c8d5b8.zip gdb-e6e265ce3a710b8e819d11578eed1e9113c8d5b8.tar.gz gdb-e6e265ce3a710b8e819d11578eed1e9113c8d5b8.tar.bz2 |
Fix hp300bsd entry point problem.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 397597b..d83ddc3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Fri Nov 22 08:11:42 1991 John Gilmore (gnu at cygnus.com) + * aoutx.h (some_aout_object_p): Set the `executable' bit + if the entry point is contained in the text segment, even if the + text segment is at location 0. + * coff-mips.c, coffcode.h: Peter Schauer's patch to kludge in nonstandard MIPS sections (.rdata, .sdata, etc). |