src/binutils ChangeLog objcopy.c doc/binutils.texi
nickc@sourceware.org
nickc@sourceware.org
Tue Feb 28 16:09:00 GMT 2006
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2006-02-28 16:09:03
Modified files:
binutils : ChangeLog objcopy.c
binutils/doc : binutils.texi
Log message:
* objcopy.c (use_alt_mach_code): Change type to unsigned long.
(copy_object): If bfd_alt_mach_code fails emit a more helpful message
and if the target architecture is ELF use the alternative as replacement
value for the e_machine number.
(copy_main): Use strtoul to parse the number provided with the
--alt-mach-code switch.
* doc/binutils.texi (--alt-mach-code): Document that this switch can now
set the absolute e_machine value.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1038&r2=1.1039
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.86&r2=1.87
More information about the Binutils-cvs
mailing list