mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 10:47:27 +08:00
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:
parent
1da4b26c35
commit
7f83c0e7ab
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user