summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-03 19:43:49 +0000
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-03 19:43:49 +0000
commitb47778c44d0f74c1a3bf0de7b1a77e99868daf6c (patch)
treeb839f2667d8b47c1a96c08c6a03b93c6beb1b478
parent9a3983a8229a2f9c3c525f8219dc022a1102c847 (diff)
downloadppe42-gcc-b47778c44d0f74c1a3bf0de7b1a77e99868daf6c.tar.gz
ppe42-gcc-b47778c44d0f74c1a3bf0de7b1a77e99868daf6c.zip
* config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
(ASM_OUTPUT_ALIGNED_BSS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171915 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/avr/avr.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8a10a7c017b..ba41000a8a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index 854cc45db6e..aaf29dc31c5 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 { \
OpenPOWER on IntegriCloud