diff options
author | 2020-05-19 22:30:09 +0100 | |
---|---|---|
committer | 2020-05-19 22:30:21 +0100 | |
commit | 3c8f5a6dcde5304dce19698d0c948c1d875b636d (patch) | |
tree | cbf9e20c4500d4ebee1e81e05d1598d03090c44d /sys-devel/gdb/files | |
parent | net-analyzer/wireshark: Version 3.2.4 (diff) | |
download | gentoo-3c8f5a6dcde5304dce19698d0c948c1d875b636d.tar.gz gentoo-3c8f5a6dcde5304dce19698d0c948c1d875b636d.tar.bz2 gentoo-3c8f5a6dcde5304dce19698d0c948c1d875b636d.zip |
sys-devel/gdb: add missing include on ia64
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gdb/files')
-rw-r--r-- | sys-devel/gdb/files/gdb-9.1-ia64.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-devel/gdb/files/gdb-9.1-ia64.patch b/sys-devel/gdb/files/gdb-9.1-ia64.patch new file mode 100644 index 000000000000..49a21e4cdd29 --- /dev/null +++ b/sys-devel/gdb/files/gdb-9.1-ia64.patch @@ -0,0 +1,15 @@ +https://sourceware.org/pipermail/gdb-patches/2020-May/168808.html + +--- a/gdb/ia64-linux-nat.c ++++ b/gdb/ia64-linux-nat.c +@@ -21,6 +21,7 @@ + #include "defs.h" + #include "inferior.h" + #include "target.h" ++#include "gdbarch.h" + #include "gdbcore.h" + #include "regcache.h" + #include "ia64-tdep.h" +-- +2.26.2 + |