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

--- Comment #8 from Andreas Schwab <sch...@linux-m68k.org> ---
This should fix it:

diff --git a/bfd/srec.c b/bfd/srec.c
index 9ed2080..0c473b2 100644
--- a/bfd/srec.c
+++ b/bfd/srec.c
@@ -452,7 +452,7 @@ srec_scan (bfd *abfd)
     case 'S':
       {
         file_ptr pos;
-        char hdr[3];
+        unsigned char hdr[3];
         unsigned int bytes, min_bytes;
         bfd_vma address;
         bfd_byte *data;

-- 
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