diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-07-14 18:17:13 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2010-07-14 18:17:13 +0000 |
commit | 588c71dabfe3f91b16da60e335d33a59719dfedf (patch) | |
tree | 840f4a448f854e97c6e00255cb54e95a82a3f600 /gcc | |
parent | 973f026a6072f311af008267d3b1edb02f812873 (diff) | |
download | gcc-588c71dabfe3f91b16da60e335d33a59719dfedf.zip gcc-588c71dabfe3f91b16da60e335d33a59719dfedf.tar.gz gcc-588c71dabfe3f91b16da60e335d33a59719dfedf.tar.bz2 |
spu.c (reg_names): Remove prototype.
* config/spu/spu.c (reg_names): Remove prototype.
(call_used_regs): Likewise.
From-SVN: r162190
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/spu/spu.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4f535b..58990bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> + + * config/spu/spu.c (reg_names): Remove prototype. + (call_used_regs): Likewise. + 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com> * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index 3e11001..7c672b8 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -225,8 +225,6 @@ static void spu_unique_section (tree, int); static rtx spu_expand_load (rtx, rtx, rtx, int); static void spu_trampoline_init (rtx, tree, rtx); -extern const char *reg_names[]; - /* Which instruction set architecture to use. */ int spu_arch; /* Which cpu are we tuning for. */ @@ -1697,8 +1695,6 @@ print_operand (FILE * file, rtx x, int code) gcc_unreachable (); } -extern char call_used_regs[]; - /* For PIC mode we've reserved PIC_OFFSET_TABLE_REGNUM, which is a caller saved register. For leaf functions it is more efficient to use a volatile register because we won't need to save and restore the |