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]

Patch for pa.h


Here's a patch for pa.h that updates the help for -mpa-risc-2-0. It's
preapproved by Jeff Law but as I've once again succeed in crashing the cvs
server (mistakenly using 'diff -U' instead of 'diff -u'), I can't check in
at the moment. So could someone who can please check this in?

2000-06-20  Philipp Thomas  <pthomas@suse.de>
	*config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
	for PA 2.0.

Index: config/pa/pa.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/pa/pa.h,v
retrieving revision 1.89
diff -u -p -r1.89 pa.h
--- pa.h	2000/05/05 16:34:06	1.89
+++ pa.h	2000/06/20 04:00:05
@@ -173,7 +173,7 @@ extern int target_flags;
    {"nosnake", -(MASK_PA_11 | MASK_PA_20), "Generate PA1.0 code"},		\
    {"pa-risc-1-0", -(MASK_PA_11 | MASK_PA_20), "Generate PA1.0 code"},		\
    {"pa-risc-1-1", MASK_PA_11, "Generate PA1.1 code"},			\
-   {"pa-risc-2-0", MASK_PA_20, "Generate PA2.0 code.  This option requires gas snapshot 19990413 or later"},			\
+   {"pa-risc-2-0", MASK_PA_20, "Generate PA2.0 code.  This option requires binutils 2.10 or later"},			\
    {"disable-fpregs", MASK_DISABLE_FPREGS, "Disable FP regs"},		\
    {"no-disable-fpregs", -MASK_DISABLE_FPREGS, "Do not disable FP regs"},\
    {"no-space-regs", MASK_NO_SPACE_REGS, "Disable space regs"},		\

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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