diff options
author | Doug Evans <dje@gnu.org> | 1997-03-28 22:35:28 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1997-03-28 22:35:28 +0000 |
commit | 3a95cde86848d42d580eea6b80fd99f31eeb8484 (patch) | |
tree | 13b1c6d066bf528e11c2470fec41f46f96fa2692 | |
parent | c9903b4462457ef7cc4d0038a24c14b7770a89f3 (diff) | |
download | gcc-3a95cde86848d42d580eea6b80fd99f31eeb8484.zip gcc-3a95cde86848d42d580eea6b80fd99f31eeb8484.tar.gz gcc-3a95cde86848d42d580eea6b80fd99f31eeb8484.tar.bz2 |
* sparc.h (OVERRIDE_OPTIONS): Check profile_arc_flag.
From-SVN: r13812
-rw-r--r-- | gcc/config/sparc/sparc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 34ddd31..d19f622 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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) \ { \ |