b86d9c661d
- add upstream patch ([1]) to fix the ADDR_NO_RANDOMIZE compile failure introduced with commit [2] (see [3] for details) Fixes: ../../gdbserver/../gdb/nat/linux-personality.c: In constructor ‘maybe_disable_address_space_randomization::maybe_disable_address_space_randomization(int)’: ../../gdbserver/../gdb/nat/linux-personality.c:36:48: error: ‘ADDR_NO_RANDOMIZE’ was not declared in this scope 36 | if (errno == 0 && !(m_personality_orig & ADDR_NO_RANDOMIZE)) | ^~~~~~~~~~~~~~~~~ ../../gdbserver/../gdb/nat/linux-personality.c:42:37: error: ‘ADDR_NO_RANDOMIZE’ was not declared in this scope 42 | && !(personality (0xffffffff) & ADDR_NO_RANDOMIZE))) | ^~~~~~~~~~~~~~~~~ [1] https://sourceware.org/git/?p=binutils-gdb.git;h=0b03c6f03d51f441d999e0cee92f81af543d9373 [2] https://sourceware.org/git/?p=binutils-gdb.git;h=4655f8509fd44e6efabefa373650d9982ff37fd6 [3] https://sourceware.org/bugzilla/show_bug.cgi?id=28555 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
||
---|---|---|
.. | ||
4ecb98fbc2f94dbe01b69384afbc515107de73df | ||
9.2 | ||
10.2 | ||
11.1 | ||
Config.in | ||
Config.in.host | ||
gdb-python-config | ||
gdb.hash | ||
gdb.mk |