OSDN Git Service

PR binutils/2735
authorNick Clifton <nickc@redhat.com>
Mon, 12 Jun 2006 11:12:51 +0000 (11:12 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 12 Jun 2006 11:12:51 +0000 (11:12 +0000)
commit5b3c77d3aab62e6a85d46ffaefaeb353476b35f3
tree39a84c029bbefce109709abc670d3be552f9789a
parent73a78b661cfd5beb6c16b9679f481444189fa82f
PR binutils/2735
* elflink.c (elf_link_add_object_symbols): Fix the warning message about
  mismatched alignments to allow for the case where the common alignment
  has been deduced from the section alignment.
* bfd.c (_bfd_default_error_handler): Update comment to explain why bfd
  and asection varargs are out of order.
  Explicitly catch and abort on NULL bfd and asection arguments.
bfd/ChangeLog
bfd/bfd.c
bfd/elflink.c