* config/obj-som.h (obj_frob_file): Define.
authorJeff Law <law@redhat.com>
Tue, 2 Nov 1993 05:37:58 +0000 (05:37 +0000)
committerJeff Law <law@redhat.com>
Tue, 2 Nov 1993 05:37:58 +0000 (05:37 +0000)
* 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.

gas/ChangeLog
gas/config/obj-som.h

index ec2d12370671d06d3c33a1cfd2882e6fa9c15f8a..3670d1bf3273251bf8431a106357c245dbb19dc2 100644 (file)
@@ -1,3 +1,13 @@
+Mon Nov  1 21:37:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * 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.
+
 Mon Nov  1 17:54:29 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * config/tc-mips.c (PIC_CALL_REG, SP, FP): Define.
index b97a8c0769230720de79cd208e7aa60b7e5487d3..783468535e979018371dfbb165ac78bd04cfe87c 100644 (file)
@@ -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 */
This page took 0.032322 seconds and 4 git commands to generate.