avr.h (ASM_OUTPUT_BSS): Remove.

* config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
	(ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r171915
This commit is contained in:
Anatoly Sokolov 2011-04-03 23:43:49 +04:00 committed by Anatoly Sokolov
parent 1e4eb7bba3
commit 53802f278c
2 changed files with 7 additions and 2 deletions

View 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> 2011-04-03 Michael Matz <matz@suse.de>
* lto-streamer.h (struct lto_streamer_cache_d): Remove offsets * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets

View File

@ -474,8 +474,8 @@ do { \
fprintf ((STREAM), ",%lu,1\n", (unsigned long)(SIZE)); \ fprintf ((STREAM), ",%lu,1\n", (unsigned long)(SIZE)); \
} while (0) } while (0)
#define 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), (ROUNDED)) asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
#define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) \ #define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) \
do { \ do { \