aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2011-04-03 23:43:49 +0400
committerAnatoly Sokolov <aesok@gcc.gnu.org>2011-04-03 23:43:49 +0400
commit53802f278c2f8bf873622bf317041558910200cf (patch)
treeb839f2667d8b47c1a96c08c6a03b93c6beb1b478 /gcc/config
parent1e4eb7bba3812301a657e0b677bafa12ef50ef8c (diff)
downloadgcc-53802f278c2f8bf873622bf317041558910200cf.zip
gcc-53802f278c2f8bf873622bf317041558910200cf.tar.gz
gcc-53802f278c2f8bf873622bf317041558910200cf.tar.bz2
avr.h (ASM_OUTPUT_BSS): Remove.
* config/avr/avr.h (ASM_OUTPUT_BSS): Remove. (ASM_OUTPUT_ALIGNED_BSS): Define. From-SVN: r171915
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/avr/avr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index 854cc45..aaf29dc 100644
--- a/gcc/config/avr/avr.h
+++ b/gcc/config/avr/avr.h
@@ -474,8 +474,8 @@ do { \
fprintf ((STREAM), ",%lu,1\n", (unsigned long)(SIZE)); \
} while (0)
-#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)
#define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) \
do { \