diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-14 20:33:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-14 20:33:14 +0000 |
commit | 14578105732f554d29f6aaa05fec63394ea7b446 (patch) | |
tree | 4f13726bea4df9575dcd16b39b78da59d384bc05 /bfd/ChangeLog | |
parent | b14630f2df26c8650e8bd7c5169c675f76fdf8bb (diff) | |
download | gdb-14578105732f554d29f6aaa05fec63394ea7b446.zip gdb-14578105732f554d29f6aaa05fec63394ea7b446.tar.gz gdb-14578105732f554d29f6aaa05fec63394ea7b446.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <ian@cygnus.com> + * 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 |