mn10200.h (ASM_OUTPUT_BSS): Delete.
authorJeffrey A Law <law@cygnus.com>
Tue, 4 Nov 1997 20:38:45 +0000 (20:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 4 Nov 1997 20:38:45 +0000 (13:38 -0700)
        * mn10200.h (ASM_OUTPUT_BSS): Delete.
        (ASM_OUTPUT_ALIGNED_BSS): New macro
        * mn10300.h (ASM_OUTPUT_BSS): Delete.
        (ASM_OUTPUT_ALIGNED_BSS): New macro.
        * v850.h (ASM_OUTPUT_BSS): Delete.
        (ASM_OUTPUT_ALIGNED_BSS): New macro.

From-SVN: r16312

gcc/ChangeLog
gcc/config/mn10200/mn10200.h
gcc/config/mn10300/mn10300.h
gcc/config/v850/v850.h

index 7ed8c837038b5f1415c005db97841e92125504bf..761c5a8ec9e86686dcae87ce076ee62fe0c19f80 100644 (file)
@@ -1,3 +1,12 @@
+Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10200.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro
+       * mn10300.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro.
+       * v850.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro.
+
 Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
  
        * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
index d69a6b43fdae6848cb1619a56b74b8fa78e8bcd6..23818d86bf35128183063bfc3081550a01f8a099 100644 (file)
@@ -878,8 +878,8 @@ do { char dstr[30];                                 \
    uninitialized but not common symbol.
    Try to use asm_output_bss to implement this macro.  */
 
-#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
-  asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
+  asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
 
 /* This is how to output the definition of a user-level label named NAME,
    such as the label on a static function or variable NAME.  */
index 252a70f1846a3f837f78defa9929c0554e42677b..ed98a665bb84eabaff0ca328ec717e16eece8811 100644 (file)
@@ -861,8 +861,8 @@ do { char dstr[30];                                 \
    uninitialized but not common symbol.
    Try to use asm_output_bss to implement this macro.  */
 
-#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
-  asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
+  asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
 
 /* This is how to output the definition of a user-level label named NAME,
    such as the label on a static function or variable NAME.  */
index 063cf698e696afba7108776f923481589f97ebe7..6bbf6ce589eafb23bf3261c15a357acfbc38f564 100644 (file)
@@ -1200,8 +1200,8 @@ do { char dstr[30];                                       \
    uninitialized but not common symbol.
    Try to use asm_output_bss to implement this macro.  */
 
-#define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
-  asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
+#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
+  asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
 
 /* This is how to output the definition of a user-level label named NAME,
    such as the label on a static function or variable NAME.  */