avr.h (ASM_OUTPUT_BSS): Remove.
authorAnatoly Sokolov <aesok@post.ru>
Sun, 3 Apr 2011 19:43:49 +0000 (23:43 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sun, 3 Apr 2011 19:43:49 +0000 (23:43 +0400)
* config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
(ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r171915

gcc/ChangeLog
gcc/config/avr/avr.h

index 8a10a7c017bfa97b3e3121737d7a049eb2abd72e..ba41000a8a7cdc5955970a6211f763f9cf671474 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-03  Anatoly Sokolov  <aesok@post.ru>
+
+       * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
+       (ASM_OUTPUT_ALIGNED_BSS): Define.
+
 2011-04-03  Michael Matz  <matz@suse.de>
 
        * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
index 854cc45db6e954b6bdf20d8d7f101b8d589de401..aaf29dc31c5d418b90a724b491c395aef7160691 100644 (file)
@@ -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 {                                                                   \