aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-01-27 18:34:46 +0200
committerEli Zaretskii <eliz@gnu.org>2018-01-27 18:34:46 +0200
commitb2a426e2c5632644b6b8bc0dde4cd32d42d548e2 (patch)
tree412c1f6f6f2609ebd4a1d16b9d0750588b32eff2 /gdb/ada-lang.h
parentde54ee813f35cdeee51729c6d50b82935dc88634 (diff)
downloadgdb-b2a426e2c5632644b6b8bc0dde4cd32d42d548e2.zip
gdb-b2a426e2c5632644b6b8bc0dde4cd32d42d548e2.tar.gz
gdb-b2a426e2c5632644b6b8bc0dde4cd32d42d548e2.tar.bz2
Avoid compilation errors in MinGW native builds of GDB
The error is triggered by including python-internal.h, and the error message is: In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0, from build-gnulib/import/math.h:27, from d:/usr/Python26/include/pyport.h:235, from d:/usr/Python26/include/Python.h:58, from python/python-internal.h:94, from python/py-arch.c:24: d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared using ::hypot; ^~~~~ This happens because Python headers define 'hypot' to expand to '_hypot' in the Windows builds. gdb/ChangeLog: 2018-01-27 Eli Zaretskii <eliz@gnu.org> * python/python-internal.h (_hypot) [__MINGW32__]: Define back to 'hypoth'. This avoids a compilation error.
Diffstat (limited to 'gdb/ada-lang.h')
0 files changed, 0 insertions, 0 deletions