From 3a95cde86848d42d580eea6b80fd99f31eeb8484 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 28 Mar 1997 22:35:28 +0000 Subject: [PATCH] * sparc.h (OVERRIDE_OPTIONS): Check profile_arc_flag. From-SVN: r13812 --- gcc/config/sparc/sparc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 34ddd313b0a..d19f6226df3 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) \ { \ -- 2.30.2