* som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
authorJeff Law <law@redhat.com>
Mon, 14 Mar 1994 19:43:01 +0000 (19:43 +0000)
committerJeff Law <law@redhat.com>
Mon, 14 Mar 1994 19:43:01 +0000 (19:43 +0000)
commitec743ceff2cfbc2a3b853f868651b6a04db294c8
treea41e38e5484dade306f4f6ddcc0ea62f22817689
parentc956356797709e69f677af899d91555185c3521b
    * som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
        HAS_RELOC based on the object's magic number.
        (make_unique_section): Delete function.  BFD and its users are
        prepared to handle multiple sections with the same name.
        (setup_sections): Allocate space on the BFD's obstack to hold
        section names.  Use bfd_make_setion_anyway rather than the
        obsolete make_unique_section.
        (som_prep_headers): Choose the correct SOM magic number based
        on the BFD's flags.
        (som_bfd_fill_in_ar_symbols): Return false, not NULL on error.
bfd/ChangeLog
bfd/som.c
This page took 0.024069 seconds and 4 git commands to generate.