diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 16:32:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 16:32:03 +0000 |
commit | 641fe79b4667ddf699c6b0d9289fd4e972443028 (patch) | |
tree | 03e7e2a5ff08d5358c4ec0a6f8ba4dd09709bdb3 /ld | |
parent | 952b6c2c8d6408615f30fa1bdc348b4e6484f281 (diff) | |
download | gdb-641fe79b4667ddf699c6b0d9289fd4e972443028.zip gdb-641fe79b4667ddf699c6b0d9289fd4e972443028.tar.gz gdb-641fe79b4667ddf699c6b0d9289fd4e972443028.tar.bz2 |
* ldexp.c (exp_print_tree): Don't crash if etree_rel section has
no owner--it might be bfd_abs_section. From Eric Youngdale
<ericy@cais.cais.com>.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 873b0c9..9d6feb0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 16 12:22:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ldexp.c (exp_print_tree): Don't crash if etree_rel section has + no owner--it might be bfd_abs_section. From Eric Youngdale + <ericy@cais.cais.com>. + * scripttempl/aout.sc: Let sections align to their natural boundaries. |