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/binary.c binutils/Change ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-09-11 11:16:19

Modified files:
	bfd            : ChangeLog binary.c 
	binutils       : ChangeLog objcopy.c windmc.c windres.c 
	binutils/doc   : binutils.texi 

Log message:
	* obcopy.c (copy_object): New parameter `input_arch', architecture
	of input file, if not specified in input file itself; all callers
	updated; `binary_architecture' hack removed.
	(copy_archive, copy_file): New parameter `input_arch', for
	`copy_object' usage.
	(copy_main): Accept `-B' (`--binary-architecture') option also
	for any arch-less input ifile format, not only `binary'; remove
	bfd_external_binary_architecture hack; instead, add `input_arch'
	to calls to `copy_file'.
	* windres.c, windmc.c : Obsolete and useless external references
	to `bfd_external_binary_architecture' or `bfd_external_machine'
	removed.
	
	* binary.c (binary_object_p): Remove bfd_external_binary_architecture
	hack.  objcopy `-B' (`--binary-architecture') option is now handled
	in a generic way.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4779&r2=1.4780
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/binary.c.diff?cvsroot=src&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1530&r2=1.1531
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.135&r2=1.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/windmc.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/windres.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.153&r2=1.154


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