aboutsummaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-06-29 23:24:35 -0700
committerCary Coutant <ccoutant@gmail.com>2016-06-29 23:24:35 -0700
commit6e2565079204ae2d2c0a5fa15fcd233e9c614f0b (patch)
treef16940402e3519e77603638fd29d268dfd600d42 /cpu
parent8db8e6948a12faaba4aa5445770b1064ad32e39d (diff)
downloadgdb-6e2565079204ae2d2c0a5fa15fcd233e9c614f0b.zip
gdb-6e2565079204ae2d2c0a5fa15fcd233e9c614f0b.tar.gz
gdb-6e2565079204ae2d2c0a5fa15fcd233e9c614f0b.tar.bz2
Fix gold testsuite failure with GCC 6.
With GCC 6 when not using -static-libstdc++, the operator delete(void*) function is defined in the shared C++ support library, rather than in the main program. The test script is too aggressive in checking for this symbol's presence among the exported symbols. This patch removes the check for that symbol. gold/ PR gold/20310 * testsuite/dynamic_list.sh: Remove check for _ZdlPv.
Diffstat (limited to 'cpu')
0 files changed, 0 insertions, 0 deletions