From dfcb2b5145d2e16ccd171a2cf7b35b4103ef8977 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 26 Jan 2007 18:16:29 +0000 Subject: re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors)) PR other/30182 * config/pa/pa.h (TARGET_HPUX_11): New. * config/pa/pa-hpux11.h (TARGET_HPUX_11): New. * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11. From-SVN: r121211 --- gcc/config/pa/pa.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/config/pa/pa.h') diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 09a3d93..853de98 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -84,6 +84,11 @@ extern int flag_pa_unix; #define TARGET_HPUX_10_10 0 #endif +/* HP-UX 11.* features (11.00, 11.11, 11.23, etc.) */ +#ifndef TARGET_HPUX_11 +#define TARGET_HPUX_11 0 +#endif + /* HP-UX 11i multibyte and UNIX 98 extensions. */ #ifndef TARGET_HPUX_11_11 #define TARGET_HPUX_11_11 0 -- cgit v1.1