d570a8
diff -rup binutils-2.23.52.0.1.orig/bfd/srec.c binutils-2.23.52.0.1/bfd/srec.c
d570a8
--- binutils-2.23.52.0.1.orig/bfd/srec.c	2015-06-26 16:42:28.563216999 +0100
d570a8
+++ binutils-2.23.52.0.1/bfd/srec.c	2015-06-26 17:13:59.978902080 +0100
d570a8
@@ -454,7 +454,7 @@ srec_scan (bfd *abfd)
d570a8
 	case 'S':
d570a8
 	  {
d570a8
 	    file_ptr pos;
d570a8
-	    char hdr[3];
d570a8
+	    unsigned char hdr[3];
d570a8
 	    unsigned int bytes;
d570a8
 	    bfd_vma address;
d570a8
 	    bfd_byte *data;