aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/check-defines.el
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-02-21 11:46:52 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2024-02-21 13:30:19 -0500
commit23acbfee6a82cc147b04b74a89d5b34b47c150f4 (patch)
treee9c528c8ed51b58eb3b51d3427346f664c7cf674 /gdbsupport/check-defines.el
parentaca8a74923c4a0c222a2f8f5f3e23de84ab19e77 (diff)
downloadfsf-binutils-gdb-23acbfee6a82cc147b04b74a89d5b34b47c150f4.zip
fsf-binutils-gdb-23acbfee6a82cc147b04b74a89d5b34b47c150f4.tar.gz
fsf-binutils-gdb-23acbfee6a82cc147b04b74a89d5b34b47c150f4.tar.bz2
gdbsupport: assume that compiler supports std::{is_trivially_constructible,is_trivially_copyable}
This code was there to support g++ 4, which didn't support std::is_trivially_constructible and std::is_trivially_copyable. Since we now require g++ >= 9, I think it's fair to assume that GDB will always be compiled with a compiler that supports those. Change-Id: Ie7c1649139a2f48bf662cac92d7f3e38fb1f1ba1
Diffstat (limited to 'gdbsupport/check-defines.el')
-rw-r--r--gdbsupport/check-defines.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbsupport/check-defines.el b/gdbsupport/check-defines.el
index 7603eff..b7cf61b 100644
--- a/gdbsupport/check-defines.el
+++ b/gdbsupport/check-defines.el
@@ -35,8 +35,6 @@
(put (intern "HAVE_USEFUL_SBRK") :check-ok t)
(put (intern "HAVE_SOCKETS") :check-ok t)
(put (intern "HAVE_F_GETFD") :check-ok t)
-(put (intern "HAVE_IS_TRIVIALLY_COPYABLE") :check-ok t)
-(put (intern "HAVE_IS_TRIVIALLY_CONSTRUCTIBLE") :check-ok t)
(put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
(defun check-read-config.in (file)