From: Ian Lance Taylor Date: Thu, 16 Jun 1994 16:32:03 +0000 (+0000) Subject: * ldexp.c (exp_print_tree): Don't crash if etree_rel section has X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=641fe79b4667ddf699c6b0d9289fd4e972443028;p=binutils-gdb.git * ldexp.c (exp_print_tree): Don't crash if etree_rel section has no owner--it might be bfd_abs_section. From Eric Youngdale . --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 873b0c99b4e..9d6feb01d5a 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 + . + * scripttempl/aout.sc: Let sections align to their natural boundaries.