From 14578105732f554d29f6aaa05fec63394ea7b446 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Dec 1995 20:33:14 +0000 Subject: * ieee.c: Lots of minor cleanups. Make many functions return errors rather than calling abort. Also: (ieee_write_twobyte): Remove; change callers to call existing ieee_write_2bytes function. (ieee_write_expression): Don't output the section twice when outputting a local symbol. Don't emit an extraneous zero if there is only one term. (ieee_slurp_sections): Set the lma as well as the vma. (ieee_archive_p): Use bfd_alloc_grow rather than an obstack. --- bfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 13b4ca4..7bd03dc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ Thu Dec 14 13:45:37 1995 Ian Lance Taylor + * ieee.c: Lots of minor cleanups. Make many functions return + errors rather than calling abort. Also: + (ieee_write_twobyte): Remove; change callers to call existing + ieee_write_2bytes function. + (ieee_write_expression): Don't output the section twice when + outputting a local symbol. Don't emit an extraneous zero if there + is only one term. + (ieee_slurp_sections): Set the lma as well as the vma. + (ieee_archive_p): Use bfd_alloc_grow rather than an obstack. + * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just a recognized one or bfd_arch_unknown. (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy -- cgit v1.1