]> gcc.gnu.org Git - gcc.git/commitdiff
varasm.c (output_constant_pool): Fix dumb thinko in last change.
authorJeffrey A Law <law@cygnus.com>
Wed, 18 Feb 1998 22:19:00 +0000 (22:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Feb 1998 22:19:00 +0000 (15:19 -0700)
        * varasm.c (output_constant_pool): Fix dumb thinko in last
        change.

From-SVN: r18099

gcc/ChangeLog
gcc/varasm.c

index 3bf9f54477a205ac50a519816736b6aa515ed173..b164f4e9b09fcc39428ea66aed64aeac324ef939 100644 (file)
@@ -1,4 +1,7 @@
-Wed Feb 18 13:38:29 1998  Jeffrey A Law  (law@cygnus.com)
+Wed Feb 18 23:19:52 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * varasm.c (output_constant_pool): Fix dumb thinko in last
+       change.
 
        * pa.h (ASM_OUTPUT_FUNCTION_PREFIX): Correctly translate from
        a function name to a section name.
index 1129007a0499852974c0d5daebf18a1153f6db76..4a2c7afc344d6b63b47385fafa53af07805dc2ab 100644 (file)
@@ -3563,12 +3563,12 @@ output_constant_pool (fnname, fndecl)
          abort ();
        }
 
-    }
-
 #ifdef ASM_OUTPUT_SPECIAL_POOL_ENTRY
     done: ;
 #endif
 
+    }
+
 #ifdef ASM_OUTPUT_POOL_EPILOGUE
   ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool_offset);
 #endif
This page took 0.077173 seconds and 5 git commands to generate.