From f762058716bb17c563faad6a629fa92c86caea1a Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Tue, 4 Nov 1997 20:38:45 +0000 Subject: mn10200.h (ASM_OUTPUT_BSS): Delete. * 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 | 9 +++++++++ gcc/config/mn10200/mn10200.h | 4 ++-- gcc/config/mn10300/mn10300.h | 4 ++-- gcc/config/v850/v850.h | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ed8c83..761c5a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP. diff --git a/gcc/config/mn10200/mn10200.h b/gcc/config/mn10200/mn10200.h index d69a6b4..23818d8 100644 --- a/gcc/config/mn10200/mn10200.h +++ b/gcc/config/mn10200/mn10200.h @@ -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. */ diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 252a70f..ed98a66 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -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. */ diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 063cf69..6bbf6ce 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -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. */ -- cgit v1.1