https://sourceware.org/bugzilla/show_bug.cgi?id=32599
Bug ID: 32599
Summary: [2.44 Regression] objcopy -I ihex: invalid operation
Product: binutils
Version: 2.44
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: bunk at stusta dot de
CC: amodra at gmail dot com
Target Milestone: 2.44
https://bugs.debian.org/1093895
$ cat xen/arch/x86/efi/buildid.ihex
:10000000648600004D8DAD57140000000000000014
:0400100000000000EC
:00000001FF
$ objcopy -I ihex xen/arch/x86/efi/buildid.ihex
objcopy: xen/arch/x86/efi/buildid.ihex: invalid operation
$
It works again after reverting:
commit 394a3f4f8dce6c508e289575359268ee793d59c9 (refs/bisect/bad)
Author: Alan Modra <[email protected]>
Date: Thu Jan 16 14:45:01 2025 +1030
tidy binary, ihex and verilog
* binary.c (binary_sizeof_headers): Delete function. Define
instead.
* ihex.c (ihex_sizeof_headers): Likewise.
(ihex_vec): Use _bfd_nosymbols for BFD_JUMP_TABLE_SYMBOLS. Delete
now unused defines.
* verilog.c: Delete unused defines.
--
You are receiving this mail because:
You are on the CC list for the bug.