diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-08-31 10:11:25 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-08-31 10:16:19 +0100 |
commit | fb80a5f4c33188a87e852c1725e57a65b4645615 (patch) | |
tree | c88505c4808848e5e2e6d335b5ba795b8272aa1d /gcc | |
parent | af979624128b24303c2e29b3f2535445877056ec (diff) | |
download | gcc-fb80a5f4c33188a87e852c1725e57a65b4645615.zip gcc-fb80a5f4c33188a87e852c1725e57a65b4645615.tar.gz gcc-fb80a5f4c33188a87e852c1725e57a65b4645615.tar.bz2 |
libstdc++: Fix bootstrap failures in src/c++26/debugging.cc
ptrace on Darwin requires <sys/types.h>.
The inline x86 asm doesn't work with the Solaris assembler.
libstdc++-v3/ChangeLog:
* src/c++26/debugging.cc [_GLIBCXX_HAVE_SYS_PTRACE_H]: Include
<sys/types.h>.
(breakpoint) [__i386__ || __x86_64__]: Use "int 0x03" instead of
"int3".
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions