Skip to content
Commit a8463c68 authored by Tom de Vries's avatar Tom de Vries
Browse files

[gdb/python] Note that python 3.6 assumes long long support



Starting with python 3.6, support for platforms without long long support
has been removed [1].

HAVE_LONG_LONG and PY_LONG_LONG are still defined, but only for compatibility,
so stop relying on them.

Tested on x86_64-linux.

Approved-By: default avatarTom Tromey <tom@tromey.com>

[1] https://github.com/python/cpython/issues/72148
parent 539c3962
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment