pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS.
authorJeff Law <law@gcc.gnu.org>
Wed, 18 Aug 1993 06:35:21 +0000 (00:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Aug 1993 06:35:21 +0000 (00:35 -0600)
        * pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS.
        * pa-gux7.h, pa-utahmach.h, pa.h (TARGET_DEFAULT): Likewise.
        * pa1-ghpux.h, pa1-utahmach.h, pa1.h (TARGET_DEFAULT): Likewise.

From-SVN: r5174

gcc/config/pa/pa-osf.h
gcc/config/pa/pa1.h

index 2f7660b0131bee07ac7471c7afed2e989580b876..1c2cac27bb37e1c03c70f6d3eec6ec3e8bbaab2b 100644 (file)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#define TARGET_DEFAULT 0
+#define TARGET_DEFAULT 128             /* TARGET_GAS */
 
 #include "pa/pa.h"
 #undef CPP_PREDEFINES
index af44f89c1738fd2c8b19709d3f1ba12bcacebe6a..4888b7c46aac27877c36357622692227e17fb1b4 100644 (file)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#define TARGET_DEFAULT 1       /* TARGET_SNAKE */
+#define TARGET_DEFAULT 129     /* TARGET_SNAKE + TARGET_GAS */
 
 /* This is the same as pa.h, except that we generate snake code by
    default. */