Commit 9621d524 by John David Anglin

som.h (EH_FRAME_THROUGH_COLLECT2): Define.

	* config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.

From-SVN: r229302
parent a89905fd
2015-10-25 John David Anglin <danglin@gcc.gnu.org>
* config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.
PR middle-end/68079
* dojump.c (do_compare_and_jump): Canonicalize both function and
method types.
......@@ -340,6 +340,11 @@ do { \
this suffix when generating constructor/destructor names. */
#define SHLIB_SUFFIX ".sl"
/* We don't have named sections. */
#define TARGET_HAVE_NAMED_SECTIONS false
#define TARGET_ASM_TM_CLONE_TABLE_SECTION pa_som_tm_clone_table_section
/* Generate specially named labels to identify DWARF 2 frame unwind
information. */
#define EH_FRAME_THROUGH_COLLECT2
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