aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-01-03 16:47:31 +0100
committerFlorian Weimer <fweimer@redhat.com>2023-01-03 16:47:31 +0100
commit96127a4100e8a62c3dc009b5f06199bf24275bf3 (patch)
treee563a3c0fc42c117e1b52e59d6fd9a20c269e7e1 /gcc/c-family
parentb3009222b7bb26654c1e93d34e65e8f80ae20595 (diff)
downloadgcc-96127a4100e8a62c3dc009b5f06199bf24275bf3.zip
gcc-96127a4100e8a62c3dc009b5f06199bf24275bf3.tar.gz
gcc-96127a4100e8a62c3dc009b5f06199bf24275bf3.tar.bz2
Revert "libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments"
This reverts commit cb775ecd6e437de8fdba9a3f173f3787e90e98f2.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/c-cppbuiltin.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-family/c-cppbuiltin.cc b/gcc/c-family/c-cppbuiltin.cc
index ddfd63b..011478c 100644
--- a/gcc/c-family/c-cppbuiltin.cc
+++ b/gcc/c-family/c-cppbuiltin.cc
@@ -1527,8 +1527,6 @@ c_cpp_builtins (cpp_reader *pfile)
builtin_define_with_int_value ("__LIBGCC_DWARF_REG_SIZES_CONSTANT__",
value);
}
- builtin_define_with_int_value ("__LIBGCC_DWARF_CIE_DATA_ALIGNMENT__",
- DWARF_CIE_DATA_ALIGNMENT);
#ifdef EH_RETURN_STACKADJ_RTX
cpp_define (pfile, "__LIBGCC_EH_RETURN_STACKADJ_RTX__");
#endif