diff options
author | Jeff Law <law@redhat.com> | 1993-11-02 05:37:58 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-02 05:37:58 +0000 |
commit | f197d7eb6699e59aec524e0244d6adb29e85887d (patch) | |
tree | 92ac993fe8548f103d7a589044793c427878bb4f /gas/config/obj-som.h | |
parent | ee9feb6550c1d1e52522d1d6b15aa20ef17aa4de (diff) | |
download | gdb-f197d7eb6699e59aec524e0244d6adb29e85887d.zip gdb-f197d7eb6699e59aec524e0244d6adb29e85887d.tar.gz gdb-f197d7eb6699e59aec524e0244d6adb29e85887d.tar.bz2 |
* config/obj-som.h (obj_frob_file): Define.
* config/obj-som.c (obj_som_init_stab_section): Set alignment
of stab sections. Make space for the special stab entry.
(adjust_stab_sections): Adjust the special entry in the
stabs section.
(som_frob_file): New function. Simply calls adjust_stab_sections
for each section.
Diffstat (limited to 'gas/config/obj-som.h')
-rw-r--r-- | gas/config/obj-som.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/obj-som.h b/gas/config/obj-som.h index b97a8c0..7834685 100644 --- a/gas/config/obj-som.h +++ b/gas/config/obj-som.h @@ -75,4 +75,8 @@ extern void obj_som_init_stab_section PARAMS ((segT)); for the various debugging sections. */ #define INIT_STAB_SECTION(seg) obj_som_init_stab_section (seg) +/* We'll be updating the magic 1st stab entry once the entire assembly + fail has been processed. */ +#define obj_frob_file() som_frob_file() + #endif /* _OBJ_SOM_H */ |