]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/obj-som.c
* config/obj-som.c (som_frob_file): Call adjust_code_sections
authorJeff Law <law@redhat.com>
Thu, 13 Jan 1994 20:17:39 +0000 (20:17 +0000)
committerJeff Law <law@redhat.com>
Thu, 13 Jan 1994 20:17:39 +0000 (20:17 +0000)
commit86066d063bde8387f1f099fb24c9ad4caafcdf6c
treed362b48935998496114427757a0ca371c67e8b0d
parent500828a0957541ba3fad4ff5af148601062d269f
    * config/obj-som.c (som_frob_file): Call adjust_code_sections
        for each section.
        (adjust_code_sections): New function.  Adjusts the VMA for all the
        $CODE$ subspaces.

        * config/tc-hppa.c (md_assemble): Also handle creating a fixup
        for the unwind descriptors if a function's label follows the
        .PROC and .ENTRY directives.
        (pa_entry): Don't set BSF_FUNCTION for the label symbol here; it
        is done elsewhere.  Don't create a fixup for the unwind
        descriptors if the function's label has not been defined yet.
        (pa_proc): For SOM, place each procedure within a new $CODE$
        subspace.  Adjust the segment and frag for the associated
        function label if it exists.
gas/config/obj-som.c
gas/config/tc-hppa.c