From 71e4fbe6dfb18d783700f480f2cd3dcb5146e4c3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 19 Sep 1997 20:48:37 -0600 Subject: [PATCH] * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined. From-SVN: r15594 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/linux.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64efb49d43a..1cf2b892cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 19 20:51:03 199 H.J. Lu (hjl@gnu.ai.mit.edu) + + * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined. + Fri Sep 19 18:53:50 1997 J"orn Rennecke * jump.c (thread_jumps): check can_reverse_comparison_p before diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 4dbc65025cf..6a2a7aeed6d 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -65,6 +65,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Show that we need a GP when profiling. */ #define TARGET_PROFILING_NEEDS_GP +/* We need that too. */ +#define HANDLE_SYSV_PRAGMA + #undef ASM_FINAL_SPEC /* Emit RTL insns to initialize the variable parts of a trampoline. -- 2.30.2