OSDN Git Service

PR binutils/2735
authornickc <nickc>
Mon, 12 Jun 2006 11:12:51 +0000 (11:12 +0000)
committernickc <nickc>
Mon, 12 Jun 2006 11:12:51 +0000 (11:12 +0000)
commit7142fbf5c118003e4d5791b785a2688a00293484
treec0216a5217ed09c5cfecdcacb43101eacaf5a885
parentd123a958ad4b4460233a1fb13ba7a210ed6e2688
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