aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/varasm.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3bf9f54..b164f4e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 1129007..4a2c7af 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -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