diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-11-10 11:29:00 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-11-10 11:29:00 +0000 |
commit | 197a830e4355554df133c9bc54c75269cfb70ac7 (patch) | |
tree | a24bac2bde8c5c5a0942c203cae7aaa9a2c0a58b /gcc/config/rx/rx.h | |
parent | 1b4ec7f01e0bbb07a37d7d2a4697c510ff37a95a (diff) | |
download | gcc-197a830e4355554df133c9bc54c75269cfb70ac7.zip gcc-197a830e4355554df133c9bc54c75269cfb70ac7.tar.gz gcc-197a830e4355554df133c9bc54c75269cfb70ac7.tar.bz2 |
re PR target/46407 (rx-elf --enable-werror-all build failure)
PR target/46407
* config/rx/rx.h (REGISTER_NAMES): Remove trailing semicolon.
* config/rx/rx.c (rx_promote_function_mode): Mark punsignedp
with ATTRIBUTE_UNUSED.
(valid_psw_flag): Constify parameter which.
(rx_memory_move_cost): Change type of parameter regclass to reg_class_t.
From-SVN: r166529
Diffstat (limited to 'gcc/config/rx/rx.h')
-rw-r--r-- | gcc/config/rx/rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index 5f89ebe..bec7249 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -341,7 +341,7 @@ typedef unsigned int CUMULATIVE_ARGS; { \ "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \ "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15", "cc" \ - }; + } #define ADDITIONAL_REGISTER_NAMES \ { \ |