From 66ab4152a04f01fac6c379e0750a9ee6729348b0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 10 Apr 1996 17:01:35 +0000 Subject: [PATCH] * ihex.c (ihex_scan): Accept a length of 4 for record type 5. (ihex_write_object_contents): For a large start address, output the full 32 bit address in record type 5. PR 9422. --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5b157bd944..fd233af736 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Apr 10 00:23:53 1996 Ian Lance Taylor + * ihex.c (ihex_scan): Accept a length of 4 for record type 5. + (ihex_write_object_contents): For a large start address, output + the full 32 bit address in record type 5. + * ieee.c (ieee_write_byte): Change second parameter from bfd_byte to int to avoid promotion problems in prototype.