]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't include sys/personality.h in linux-low.cc anymore
authorPedro Alves <pedro@palves.net>
Sat, 8 May 2021 11:54:43 +0000 (12:54 +0100)
committerPedro Alves <pedro@palves.net>
Sat, 8 May 2021 12:09:52 +0000 (13:09 +0100)
commite2ea3a381a4a7c739419a8b76a2fd132f7c1f9b1
treecd5c341d9f8c4b7cab457a2f6215eb6207b60b3d
parent8a16cc4b934b2dee897837b7c68b9393cfd5ef5a
Don't include sys/personality.h in linux-low.cc anymore

Lancelot pointed out that since the refactor at:

  https://sourceware.org/pipermail/gdb-patches/2015-January/120503.html

the sys/personality.h include is not needed in linux-low.cc anymore,
as it does not call personality directly itself anymore.

gdbserver/ChangeLog:

* linux-low.cc: Don't include sys/personality.h or define
ADDR_NO_RANDOMIZE.
gdbserver/ChangeLog
gdbserver/linux-low.cc