diff options
author | Alan Modra <amodra@gmail.com> | 2019-11-19 19:15:20 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-11-19 19:26:40 +1030 |
commit | 6765ee1825d92d25d9b3f6260de3f8a2a27e4998 (patch) | |
tree | 65c95e752439552d1b55a35312eb1724148ae505 /binutils/ChangeLog | |
parent | dd68a12bc4b19c50c31fe357335bb8ee9a3322fc (diff) | |
download | gdb-6765ee1825d92d25d9b3f6260de3f8a2a27e4998.zip gdb-6765ee1825d92d25d9b3f6260de3f8a2a27e4998.tar.gz gdb-6765ee1825d92d25d9b3f6260de3f8a2a27e4998.tar.bz2 |
PR24968, make objcopy use output ELF arch if -B not given
This should make objcopy -B redundant for the common case of producing
ELF output where the -O target defaults to the desired arch:mach.
PR 24968
* objcopy.c (copy_object): For ELF output and non-ELF input without
arch, take arch from output file if not given by -B. Don't
bfd_get_arch_info when we already have iarch.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4fabf0c..19f1c40 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2019-11-19 Alan Modra <amodra@gmail.com> + PR 24968 + * objcopy.c (copy_object): For ELF output and non-ELF input without + arch, take arch from output file if not given by -B. Don't + bfd_get_arch_info when we already have iarch. + +2019-11-19 Alan Modra <amodra@gmail.com> + PR 25191 * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour. (copy_object): Likewise. |