This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/bfd ChangeLog bfd.c elflink.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2006-06-12 11:12:52

Modified files:
	bfd            : ChangeLog bfd.c elflink.c 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3544&r2=1.3545
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/bfd.c.diff?cvsroot=src&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.217&r2=1.218


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]