Commit fe3f9515 by Kaveh R. Ghazi Committed by Kaveh Ghazi

except.c (default_exception_section): Move variable into the scope where it is used.

	* except.c (default_exception_section): Move variable into the
	scope where it is used.

From-SVN: r59593
parent 4e85eada
2002-11-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* except.c (default_exception_section): Move variable into the
scope where it is used.
2002-11-27 Krister Walfridsson <cato@df.lth.se>
* config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
......
......@@ -3597,10 +3597,10 @@ default_exception_section ()
{
if (targetm.have_named_sections)
{
int tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1);
int flags;
#ifdef HAVE_LD_RO_RW_SECTION_MIXING
int tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1);
flags = (! flag_pic
|| ((tt_format & 0x70) != DW_EH_PE_absptr
&& (tt_format & 0x70) != DW_EH_PE_aligned))
......
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