mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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.
This commit is contained in:
@ -1134,9 +1134,9 @@ translation. @xref{Target Selection}, for more information.
|
||||
|
||||
@item -B @var{bfdarch}
|
||||
@itemx --binary-architecture=@var{bfdarch}
|
||||
Useful when transforming a raw binary input file into an object file.
|
||||
In this case the output architecture can be set to @var{bfdarch}. This
|
||||
option will be ignored if the input file has a known @var{bfdarch}. You
|
||||
Useful when transforming a architecture-less input file into an object file.
|
||||
In this case the output architecture can be set to @var{bfdarch}. This
|
||||
option will be ignored if the input file has a known @var{bfdarch}. You
|
||||
can access this binary data inside a program by referencing the special
|
||||
symbols that are created by the conversion process. These symbols are
|
||||
called _binary_@var{objfile}_start, _binary_@var{objfile}_end and
|
||||
|
Reference in New Issue
Block a user