* lib/target-supports.exp (is-effective-target): Add cxa_atexit.
(is-effective-target-keyword): Ditto.
From-SVN: r114320
+2006-06-01 Steve Ellcey <sje@cup.hp.com>
+
+ * lib/target-supports.exp (is-effective-target): Add cxa_atexit.
+ (is-effective-target-keyword): Ditto.
+
2006-06-01 Thomas Koenig <Thomas.Koenig@online.de>
PR fortran/27715
"vmx_hw" { set selected [check_vmx_hw_available] }
"named_sections" { set selected [check_named_sections_available] }
"gc_sections" { set selected [check_gc_sections_available] }
+ "cxa_atexit" { set selected [check_cxa_atexit_available] }
default { error "unknown effective target keyword `$arg'" }
}
}
"vmx_hw" { return 1 }
"named_sections" { return 1 }
"gc_sections" { return 1 }
+ "cxa_atexit" { return 1 }
default { return 0 }
}
}