This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r275597 - in /trunk/gcc: ChangeLog config/c6x/c...


Author: rsandifo
Date: Tue Sep 10 18:56:21 2019
New Revision: 275597

URL: https://gcc.gnu.org/viewcvs?rev=275597&root=gcc&view=rev
Log:
Move c6x REGNO_REG_CLASS out of line

I have a series of patches that hides call_used_regs from target-
independent code, a knock-on effect of which is that (public) target
macros can't use call_used_regs either.  This patch fixes the only
case in which that was a problem.

2019-09-10  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
	* config/c6x/c6x-protos.h (c6x_set_return_address): Declare.
	* config/c6x/c6x.h (REGNO_REG_CLASS): Move implementation to
	* config/c6x/c6x.c (c6x_regno_reg_class): ...this new function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/c6x/c6x-protos.h
    trunk/gcc/config/c6x/c6x.c
    trunk/gcc/config/c6x/c6x.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]