OSDN Git Service

* config/rs6000/rs6000.c (rs6000_assemble_integer): Change
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Apr 2004 00:05:05 +0000 (00:05 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Apr 2004 00:05:05 +0000 (00:05 +0000)
in_text_unlikely_section to in_unlikely_text_section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80611 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index a387b9a..1f41f58 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-11  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/rs6000.c (rs6000_assemble_integer): Change
+       in_text_unlikely_section to in_unlikely_text_section.
+
 2004-04-11  Roger Sayle  <roger@eyesopen.com>
 
        * fold-const.c (fold_binary_op_with_conditional_arg):  Tweak
index 4913264..ada5aab 100644 (file)
@@ -9702,7 +9702,7 @@ rs6000_assemble_integer (rtx x, unsigned int size, int aligned_p)
       if (TARGET_RELOCATABLE
          && !in_toc_section ()
          && !in_text_section ()
-         && !in_text_unlikely_section ()
+         && !in_unlikely_text_section ()
          && !recurse
          && GET_CODE (x) != CONST_INT
          && GET_CODE (x) != CONST_DOUBLE