re PR target/16556 (minor cosmetic issue, easy to fix though)
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 17 Jul 2004 19:04:26 +0000 (19:04 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 17 Jul 2004 19:04:26 +0000 (12:04 -0700)
2004-07-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/16556
        * config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
        Remove white space after the backslash.

From-SVN: r84877

gcc/ChangeLog
gcc/config/i386/darwin.h

index 7d4756c..f90423b 100644 (file)
@@ -1,3 +1,9 @@
+2004-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR target/16556
+       * config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
+       Remove white space after the backslash.
+
 2004-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR rtl-optimization/16294
index 61d0696..b0e2f01 100644 (file)
@@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA.  */
 /* These are used by -fbranch-probabilities */
 #define HOT_TEXT_SECTION_NAME "__TEXT,__text,regular,pure_instructions"
 #define NORMAL_TEXT_SECTION_NAME "__TEXT,__text,regular,pure_instructions"
-#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ 
+#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME \
                               "__TEXT,__unlikely,regular,pure_instructions"
 #define SECTION_FORMAT_STRING ".section %s\n\t.align 2\n"