target-def.h (TARGET_OPTF): Delete.

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

From-SVN: r78878
This commit is contained in:
Alan Modra 2004-03-04 02:39:37 +00:00 committed by Alan Modra
parent 370d11ad13
commit 7cd600544d
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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>
* cselib.c (cselib_finish): Fix another miss-application of my previous

View File

@ -46,6 +46,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
# define TARGET_SYSTEM_ROOT NULL
#endif
#ifndef TARGET_OPTF
#define TARGET_OPTF(ARG)
#endif
static int saved_lineno;
/* CPP's options. */

View File

@ -361,10 +361,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
TARGET_PRETEND_OUTGOING_VARARGS_NAMED, \
}
#ifndef TARGET_OPTF
#define TARGET_OPTF hook_void_charptr
#endif
/* The whole shebang. */
#define TARGET_INITIALIZER \
{ \