aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-som.c
AgeCommit message (Collapse)AuthorFilesLines
1994-01-19 * config/tc-hppa.c: Disable multiple $CODE$ subspace code. ItJeff Law1-0/+5
confuses GDB for some unknown reason. * cofnig/obj-som.c: Likewise.
1994-01-13 * config/obj-som.c (som_frob_file): Call adjust_code_sectionsJeff Law1-2/+21
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.
1993-12-06 * config/obj-som.c (obj_som_version): Pass version string toJeff Law1-2/+62
SOM BFD backend. (obj_som_copyright): New function. Much like obj_som_version. * config/tc-hppa.c (obj_copyright): Define as appropriate for SOM and ELF. (pa_copyright): Just a stub now.
1993-12-06 * config/obj-som.c (obj_read_begin_hook): Delete unused function.Jeff Law1-17/+74
* config/obj-som.h (obj_read_begin_hook): Provide dummy definition. (TARGET_SYMBOL_FIELDS): Delete. SOM isn't making use of them.
1993-10-30 * config/obj-som.[ch]: New files for SOM support in GAS.Jeff Law1-0/+97