* aoutx.h (NAME(aout,make_sections)): New function.
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Apr 1994 21:40:38 +0000 (21:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Apr 1994 21:40:38 +0000 (21:40 +0000)
commitec6b18c4fa43b6894ba7e84eecbabe5b4e61faef
tree9fd42ae937bf8f469057f8627373eb183488e656
parent0ffb871ed3343e9d18ab318320cf1c77a84f0c32
* aoutx.h (NAME(aout,make_sections)): New function.
(NAME(aout,some_aout_object_p)): Call NAME(aout,make_sections)
rather than making sections inline.
(NAME(aout,mkobject)): Don't make any sections.
(NAME(aout,adjust_sizes_and_vmas)): Call NAME(aout,make_sections).
(NAME(aout,final_link)): Don't dereference obj_textsec (abfd) or
obj_datasec (abfd) if they are NULL.
* libaout.h (NAME(aout,make_sections)): Declare.
* bout.c (b_out_mkobject): Don't make any sections.
(b_out_write_object_contents): Call aout_32_make_sections.
(b_out_set_section_contents): Likewise.
* i386os9k.c (os9k_mkobject): Don't make any sections.
(os9k_write_object_contents): Call aout_32_make_sections.
(os9k_set_section_contents): Likewise.
bfd/ChangeLog
bfd/aoutx.h
This page took 0.023177 seconds and 4 git commands to generate.