Commit 7cd60054 by Alan Modra Committed by Alan Modra

target-def.h (TARGET_OPTF): Delete.

	* target-def.h (TARGET_OPTF): Delete.
	* c-opts.c (TARGET_OPTF): Define.

From-SVN: r78878
parent 370d11ad
2004-03-04 Alan Modra <amodra@bigpond.net.au>
* target-def.h (TARGET_OPTF): Delete.
* c-opts.c (TARGET_OPTF): Define.
2004-03-04 Jan Hubicka <jh@suse.cz> 2004-03-04 Jan Hubicka <jh@suse.cz>
* cselib.c (cselib_finish): Fix another miss-application of my previous * cselib.c (cselib_finish): Fix another miss-application of my previous
......
...@@ -46,6 +46,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -46,6 +46,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
# define TARGET_SYSTEM_ROOT NULL # define TARGET_SYSTEM_ROOT NULL
#endif #endif
#ifndef TARGET_OPTF
#define TARGET_OPTF(ARG)
#endif
static int saved_lineno; static int saved_lineno;
/* CPP's options. */ /* CPP's options. */
......
...@@ -361,10 +361,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -361,10 +361,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
TARGET_PRETEND_OUTGOING_VARARGS_NAMED, \ TARGET_PRETEND_OUTGOING_VARARGS_NAMED, \
} }
#ifndef TARGET_OPTF
#define TARGET_OPTF hook_void_charptr
#endif
/* The whole shebang. */ /* The whole shebang. */
#define TARGET_INITIALIZER \ #define TARGET_INITIALIZER \
{ \ { \
......
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