]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/rs6000.c (rs6000_assemble_integer): Fix typo.
authorAlan Modra <amodra@bigpond.net.au>
Sun, 5 Dec 2004 12:52:12 +0000 (12:52 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Sun, 5 Dec 2004 12:52:12 +0000 (23:22 +1030)
From-SVN: r91747

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

index b095516268f9078f50edaf84daac5103889b2590..3987b28f015f1a94abc1555e820ebea279ac8b20 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/rs6000/rs6000.c (rs6000_assemble_integer): Fix typo.
+
 2004-12-04  Richard Henderson  <rth@redhat.com>
 
        * emit-rtl.c, expr.c, function.c, integrate.c, optabs.c, rtl.h:
index e6aa021047a50bb9a0451cb69ac7df67ba375022..4b17d62bcebef60c23625405feceaf6a45109682 100644 (file)
@@ -9750,7 +9750,7 @@ print_operand_address (FILE *file, rtx x)
 static bool
 rs6000_assemble_integer (rtx x, unsigned int size, int aligned_p)
 {
-#ifndef RELOCATABLE_NEEDS_FIXUP
+#ifdef RELOCATABLE_NEEDS_FIXUP
   /* Special handling for SI values.  */
   if (RELOCATABLE_NEEDS_FIXUP && size == 4 && aligned_p)
     {