diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-21 16:13:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-21 16:13:01 +0000 |
commit | 6c534df0c9f1b653b392984d1757c2732492ba34 (patch) | |
tree | a23c27ab83dfc9e9870d9f6940a4dd4327a74dc9 /bfd/ChangeLog | |
parent | 1f573a795dfcc69b66a3a1542b56ca99fd4816e7 (diff) | |
download | gdb-6c534df0c9f1b653b392984d1757c2732492ba34.zip gdb-6c534df0c9f1b653b392984d1757c2732492ba34.tar.gz gdb-6c534df0c9f1b653b392984d1757c2732492ba34.tar.bz2 |
* libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr
field.
(nlm_cygnus_section_header): New accessor macro.
* nlmcode.h (nlm_object_p): Free new tdata structure if failure.
Add fixed sections before swapping in auxiliary headers. After
adding sections, treat errors as real, not as wrong format.
(nlm_swap_auxiliary_headers_in): Swap in the sections header; add
sections to the BFD for each section it describes.
(nlm_swap_auxiliary_headers_out): Swap out the sections header.
(nlm_compute_section_file_positions): Account for the size of the
sections header.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 51c9156..c69b2c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Apr 21 11:58:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr + field. + (nlm_cygnus_section_header): New accessor macro. + * nlmcode.h (nlm_object_p): Free new tdata structure if failure. + Add fixed sections before swapping in auxiliary headers. After + adding sections, treat errors as real, not as wrong format. + (nlm_swap_auxiliary_headers_in): Swap in the sections header; add + sections to the BFD for each section it describes. + (nlm_swap_auxiliary_headers_out): Swap out the sections header. + (nlm_compute_section_file_positions): Account for the size of the + sections header. + Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * coff-sparc.c (sparccoff_vec): Change minimum alignment power to |