* sparc.h (OVERRIDE_OPTIONS): Check profile_arc_flag.
authorDoug Evans <dje@gnu.org>
Fri, 28 Mar 1997 22:35:28 +0000 (22:35 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 28 Mar 1997 22:35:28 +0000 (22:35 +0000)
From-SVN: r13812

gcc/config/sparc/sparc.h

index 34ddd313b0a6cf0ada48298c84a31972f8ce02fd..d19f6226df39a5ad46887ff89195db96765f15cb 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler, for Sun SPARC.
-   Copyright (C) 1987, 88, 89, 92, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 92, 94, 95, 96, 1997 Free Software Foundation,
+   Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
    64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
    at Cygnus Support.
@@ -222,7 +223,7 @@ void sparc_override_options ();
 
 #define OVERRIDE_OPTIONS \
   do {                                                                 \
-    if (profile_flag || profile_block_flag)                            \
+    if (profile_flag || profile_block_flag || profile_arc_flag)                \
       {                                                                        \
        if (flag_pic)                                                   \
          {                                                             \