This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Move common config/alpha vms bits to new config/vms dir
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Douglas B Rupp <rupp at gnat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Jul 2009 00:42:58 +0200
- Subject: Re: [PATCH] Move common config/alpha vms bits to new config/vms dir
- References: <4A70C8D2.3040209@gnat.com>
On 07/30/2009 12:10 AM, Douglas B Rupp wrote:
+DECC=`echo $(CC) | sed -e 's/stage[123]\/xgcc.exe -B.*/decc.exe/' -e
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
These two arguments are obsolete and should be removed. The rest of the
patch is just moving files around and is okay as far as I'm concerned.
Here is what I cannot approve:
* config/alpha/alpha.c (alpha_start_function):
Handle VMS_DEBUG_MAIN_POINTER
* config/alpha/vms.h (VMS_DEBUG_MAIN_POINTER): Define new macro.
* doc/invoke.texi: Document -mdebug-main switch.
Paolo