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
This commit is contained in:
Jeffrey A Law 1998-02-18 22:19:00 +00:00 committed by Jeff Law
parent 1da4b26c35
commit 7f83c0e7ab
2 changed files with 6 additions and 3 deletions

View 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.

View 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