This is the mail archive of the gcc-patches@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]

Delete d30v references to an unsupported macro


When I moved the d30v code to the FSF, I forgot to remove a reference
to a macro that is available in the Cygnus tree to support a processor
that hasn't been contributed yet.  This patch fixes that.

2000-07-24  Michael Meissner  <meissner@redhat.com>

	* d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
	unsupported macro.

*** gcc/config/d30v/d30v.h.~1~	Sat Jun 17 15:08:11 2000
--- gcc/config/d30v/d30v.h	Mon Jul 24 17:02:44 2000
*************** extern void d30v_init_expanders ();
*** 2384,2394 ****
            MUST_PASS_IN_STACK (MODE, TYPE)  */
  #define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0
  
- /* If defined, a C expression that indicates when it is more
-    desirable to keep an argument passed by invisible reference as a
-    reference, rather than copying it to a pseudo register.  */
- /* #define FUNCTION_ARG_KEEP_AS_REFERENCE(CUM, MODE, TYPE, NAMED) */
- 
  /* If defined, a C expression that indicates when it is the called function's
     responsibility to make a copy of arguments passed by invisible reference.
     Normally, the caller makes a copy and passes the address of the copy to the
--- 2384,2389 ----
*************** extern void d30v_init_expanders ();
*** 2398,2408 ****
     can be determined that the value won't be modified, it need not make a copy;
     otherwise a copy must be made.  */
  /* #define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) */
- 
- /* If defined, a C expression that indicates when it is more desirable to keep
-    an argument passed by invisible reference as a reference, rather than
-    copying it to a pseudo register.  */
- /* #define FUNCTION_ARG_KEEP_AS_REFERENCE(CUM, MODE, TYPE, NAMED) */
  
  /* A C type for declaring a variable that is used as the first argument of
     `FUNCTION_ARG' and other related values.  For some target machines, the type
--- 2393,2398 ----

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

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