Commit 7f83c0e7 by Jeffrey A Law Committed by Jeff Law

varasm.c (output_constant_pool): Fix dumb thinko in last change.

        * varasm.c (output_constant_pool): Fix dumb thinko in last
        change.

From-SVN: r18099
parent 1da4b26c
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment