]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/46623 (microblaze --enable-werror-always build fails)
authorJoern Rennecke <amylaar@spamcop.net>
Fri, 26 Nov 2010 17:38:20 +0000 (17:38 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 26 Nov 2010 17:38:20 +0000 (17:38 +0000)
commit556618c1b3931eeee3f9da0c1c4217b4f67d470a
tree02506a16d71a38dba9a2cf8c5d3637c96c3917cc
parent3ffcc54f1d69618192bc3481e5b399c8fbb6aaec
re PR target/46623 (microblaze --enable-werror-always build fails)

PR target/46623
* config/microblaze/microblaze.c (microblaze_block_move_straight):
Use XALLOCAVEC.
(microblaze_option_override): Don't use C++ style comments.
(save_restore_insns): Remove unused variable base_offset.
(microblaze_expand_prologue): Remove unused variable insn.
(microblaze_secondary_reload): Adjust type to match target.h .
(microblaze_elf_in_small_data_p): Move declarations to start of block.
(microblaze_expand_move): Likewise.
* config/microblaze/microblaze.h (LARGE_INT):
Avoid signed / unsigned comparisons.
(ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
(ASM_FORMAT_PRIVATE_NAME): Make format specifier match printed data.
(ASM_FINISH_DECLARE_OBJECT): Likewise.  Constify name.

From-SVN: r167186
gcc/ChangeLog
gcc/config/microblaze/microblaze.c
gcc/config/microblaze/microblaze.h