https://sourceware.org/bugzilla/show_bug.cgi?id=23699

--- Comment #4 from Nick Clifton <nickc at redhat dot com> ---
Hi rhn,

(In reply to rhn from comment #3)

> the target bfd is actually bfd_target_ihex_flavor, which is at the core of
> the issue.

Presumably this is the output bfd.  Do you not have access to 
the input bfd as well ?  For example, could you put a check in
ihex_set_section_contents() ?  (Following the asection->owner 
pointer).  Then you can make sure that the content conversion
is sign-extended as appropriate...

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to