* 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.
This commit is contained in:
Ian Lance Taylor 1996-04-10 17:01:35 +00:00
parent f046f4c87a
commit 66ab4152a0
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
* 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.