This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: PR other/52777: [4.8 Regression] ./options.h:3546:0: error: "MASK_SIO" redefined [-Werror]
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 9 Apr 2012 17:57:39 -0700
- Subject: PATCH: PR other/52777: [4.8 Regression] ./options.h:3546:0: error: "MASK_SIO" redefined [-Werror]
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Hi,
I checked in this patch, which has been approved in PR.
H.J.
---
Index: config/pa/pa.opt
===================================================================
--- config/pa/pa.opt (revision 186256)
+++ config/pa/pa.opt (working copy)
@@ -138,9 +138,3 @@ Generate PA1.1 code
mspace-regs
Target RejectNegative Report InverseMask(NO_SPACE_REGS)
Do not disable space regs
-
-Mask(SIO)
-;; Generate cpp defines for server I/O.
-
-Mask(GNU_LD)
-;; Assume GNU linker by default
Index: ChangeLog
===================================================================
--- ChangeLog (revision 186256)
+++ ChangeLog (working copy)
@@ -1,3 +1,8 @@
+2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR other/52777
+ * config/pa/pa.opt: Remove SIO and GNU_LD.
+
2012-04-09 Jan Hubicka <jh@suse.cz>
PR lto/52722