Follow convention in which each NLM header has an 8 byte stamp
authorIan Lance Taylor <ian@airs.com>
Fri, 22 Apr 1994 15:16:34 +0000 (15:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 22 Apr 1994 15:16:34 +0000 (15:16 +0000)
commit79167def08d7c75fd398d27ae35e8a667c47f1c6
tree84c2aa28d7f0150c317d6e00a8239d36e3a7571f
parent162794fe9d66c6733f25c92a6d93e2377d9fd575
Follow convention in which each NLM header has an 8 byte stamp
followed by a four byte length.
* libnlm.h (struct nlm_obj_tdata): Rename nlm_cygnus_section_hdr
to nlm_cygnus_ext_header, and change type to
Nlm_Internal_Cygnus_Ext_Header.
(nlm_cygnus_ext_header): Rename from nlm_cygnus_section_header.
* nlmcode.h (nlm_swap_auxiliary_headers_in): Use CyGnUsEx instead
of CyGnUsSeCs.  Rename from cygnus_section to cygnus_ext.  Require
length word to be 8.
(nlm_swap_auxiliary_headers_out): Rename from cygnus_section to
cygnus_ext.  Set length word to 8.
(nlm_compute_section_file_positions): Rename from cygnus_section
to cygnus_ext.
bfd/ChangeLog