aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2022-10-28 00:22:43 +0200
committerEric Botcazou <ebotcazou@adacore.com>2022-10-28 00:36:07 +0200
commitfc01cfa96786ba94077e45c475768f38592e63cf (patch)
tree6afca2c286a5bcab23ed9bcbc8c22c9e72127293 /gcc/config
parent0e36a9c6915c713d30016cbade97a4b31dcc1350 (diff)
downloadgcc-fc01cfa96786ba94077e45c475768f38592e63cf.zip
gcc-fc01cfa96786ba94077e45c475768f38592e63cf.tar.gz
gcc-fc01cfa96786ba94077e45c475768f38592e63cf.tar.bz2
Aarch64: Do not define DONT_USE_BUILTIN_SETJMP
The setting looks obsolete at this point. gcc/ * config/aarch64/aarch64.h (DONT_USE_BUILTIN_SETJMP): Delete.
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/aarch64/aarch64.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h
index 05da9af..e60f9bc 100644
--- a/gcc/config/aarch64/aarch64.h
+++ b/gcc/config/aarch64/aarch64.h
@@ -571,10 +571,6 @@ enum class aarch64_feature : unsigned char {
#define EH_RETURN_STACKADJ_RTX gen_rtx_REG (Pmode, R4_REGNUM)
#define EH_RETURN_HANDLER_RTX aarch64_eh_return_handler_rtx ()
-/* Don't use __builtin_setjmp until we've defined it. */
-#undef DONT_USE_BUILTIN_SETJMP
-#define DONT_USE_BUILTIN_SETJMP 1
-
#undef TARGET_COMPUTE_FRAME_LAYOUT
#define TARGET_COMPUTE_FRAME_LAYOUT aarch64_layout_frame