]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo: Change "in_unlikely_text_section" to "in_unlikely_executed_text".
authorCaroline Tice <ctice@gcc.gnu.org>
Thu, 19 Aug 2004 20:47:12 +0000 (13:47 -0700)
committerCaroline Tice <ctice@gcc.gnu.org>
Thu, 19 Aug 2004 20:47:12 +0000 (13:47 -0700)
Committed as obvious.

From-SVN: r86270

gcc/ChangeLog
gcc/config/i386/cygming.h

index 770d2c0cf02804a907920d6bb64cb06c4173a9aa..f17675d03c58b1043c1b974ff66de5e879a5955b 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-19  Caroline Tice  <ctice@apple.com>
+
+       * config/i386/cygming.h (switch_to_section):  Fix typo (change
+       in_unlikely_text_section to in_unlikely_executed_text).
 2004-08-19  Daniel Berlin  <dberlin@dberlin.org>
 
        * vec.h (VEC_lower_bound): New macro.
        * config/i386/xmmintrin.h: Include <mm_malloc.h>.
 
 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
-           Tanguy Fautrà <tfautre@pandora.be>
+           Tanguy FautrÃ\83  <tfautre@pandora.be>
 
        * config/i386/pmm_malloc.h: New file.
 
index cb0682010b85ea96c62f254855ecd8c099baae2a..d04ef6e0b7b29e553e370ea28b529cf504cbbfca 100644 (file)
@@ -162,7 +162,7 @@ switch_to_section (enum in_section section, tree decl)              \
   switch (section)                                             \
     {                                                          \
       case in_text: text_section (); break;                    \
-      case in_unlikely_text_section: unlikely_text_section (); break; \
+      case in_unlikely_executed_text: unlikely_text_section (); break; \
       case in_data: data_section (); break;                    \
       case in_readonly_data: readonly_data_section (); break;  \
       case in_named: named_section (decl, NULL, 0); break;     \