Commit 81613e43 by Brendan Kehoe Committed by Brendan Kehoe

* except.c (register_exception_table): Use Pmode, not PTRmode.

From-SVN: r8158
parent e87ee2a9
Wed Sep 28 19:19:01 1994 Brendan Kehoe (brendan@mole.gnu.ai.mit.edu)
* except.c (register_exception_table): Use Pmode, not PTRmode.
Wed Sep 14 10:17:27 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
* g++.c: Include <sys/errno.h> in case `errno' is a macro
......
......@@ -1463,7 +1463,7 @@ register_exception_table ()
#ifdef TRY_NEW_EH
emit_library_call (gen_rtx (SYMBOL_REF, Pmode, "__register_exceptions"), 0,
VOIDmode, 1,
gen_rtx (SYMBOL_REF, PTRmode, "__EXCEPTION_TABLE__"),
gen_rtx (SYMBOL_REF, Pmode, "__EXCEPTION_TABLE__"),
Pmode);
#endif /* TRY_NEW_EH */
}
......
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