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:
parent
1e4eb7bba3
commit
53802f278c
@ -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
|
||||
|
@ -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 { \
|
||||
|
Loading…
Reference in New Issue
Block a user