This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r123529 - in /trunk/gcc: ChangeLog config/alpha...
- From: rth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 05 Apr 2007 22:39:56 -0000
- Subject: r123529 - in /trunk/gcc: ChangeLog config/alpha...
Author: rth
Date: Thu Apr 5 23:39:56 2007
New Revision: 123529
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123529
Log:
* config/alpha/alpha.c (print_operand) [+]: Remove.
(alpha_end_function): Print nop if call at end of function.
* config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
* config/alpha/alpha.md (UNSPEC_LDGP1): New.
(call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
(call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
(call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
the call pattern. Update peepholes to match.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/alpha/alpha.c
trunk/gcc/config/alpha/alpha.h
trunk/gcc/config/alpha/alpha.md