diff options
| author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-24 21:07:34 +0000 |
|---|---|---|
| committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-24 21:07:34 +0000 |
| commit | 7fa6de44b10004b60a42ef5b300cd5a4270c0ec6 (patch) | |
| tree | 3185cf3862d2210f851d7768fa5c6d1305767991 /gcc | |
| parent | ff4a0ae8814f03bf1b84da375d74e703b2e390de (diff) | |
| download | ppe42-gcc-7fa6de44b10004b60a42ef5b300cd5a4270c0ec6.tar.gz ppe42-gcc-7fa6de44b10004b60a42ef5b300cd5a4270c0ec6.zip | |
Delete references to FUNCTION_ARG_KEEP_AS_REFERENCE
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/d30v/d30v.h | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb65aa711ce..a8d147ecf9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-07-24 Michael Meissner <meissner@redhat.com> + + * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to + unsupported macro. + 2000-07-24 Nick Clifton <nickc@cygnus.com> * config/arm/arm.c (emit_multi_reg_push): Generate a diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index d4556293499..12f70276209 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -2384,11 +2384,6 @@ extern void d30v_init_expanders (); 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 @@ -2399,11 +2394,6 @@ extern void d30v_init_expanders (); 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 `int' suffices and can hold the number of bytes of argument so far. |

