rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED.
* config/rs6000/rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED. From-SVN: r180761
This commit is contained in:
parent
08624e906d
commit
1834883a34
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-11-02 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED.
|
||||
|
||||
2011-11-01 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/44277
|
||||
|
|
|
@ -1176,6 +1176,7 @@ static void rs6000_trampoline_init (rtx, tree, rtx);
|
|||
static bool rs6000_cannot_force_const_mem (enum machine_mode, rtx);
|
||||
static bool rs6000_legitimate_constant_p (enum machine_mode, rtx);
|
||||
static bool rs6000_save_toc_in_prologue_p (void);
|
||||
static void rs6000_code_end (void) ATTRIBUTE_UNUSED;
|
||||
|
||||
/* Hash table stuff for keeping track of TOC entries. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue