Commit 53802f27 by Anatoly Sokolov Committed by Anatoly Sokolov

avr.h (ASM_OUTPUT_BSS): Remove.

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

From-SVN: r171915
parent 1e4eb7bb
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
......
......@@ -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 { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment