From: Jeffrey A Law Date: Tue, 4 Nov 1997 20:38:45 +0000 (+0000) Subject: mn10200.h (ASM_OUTPUT_BSS): Delete. X-Git-Tag: releases/libf2c-0.5.21~648 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f762058716bb17c563faad6a629fa92c86caea1a;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ed8c837038b..761c5a8ec9e8 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 d69a6b43fdae..23818d86bf35 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 252a70f1846a..ed98a665bb84 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 063cf698e696..6bbf6ce589ea 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. */