Commit 2c4eec69 by Ben Elliston

Fix bootstrap on Alpha.

	* config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
	temp1 local variables.

From-SVN: r134299
parent 39e6670f
2008-04-16 Zuxy Meng <zuxy.meng@gmail.com>
2008-04-15 Ben Elliston <bje@au.ibm.com>
* config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
temp1 local variables.
2008-04-15 Zuxy Meng <zuxy.meng@gmail.com>
PR target/35661
* config/i386/winnt.c (i386_pe_section_type_flags): Mark
......
......@@ -5449,7 +5449,7 @@ void
alpha_initialize_trampoline (rtx tramp, rtx fnaddr, rtx cxt,
int fnofs, int cxtofs, int jmpofs)
{
rtx temp, temp1, addr;
rtx addr;
/* VMS really uses DImode pointers in memory at this point. */
enum machine_mode mode = TARGET_ABI_OPEN_VMS ? Pmode : ptr_mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment