diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-05 02:58:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-05 02:58:03 (EDT) |
commit | 9d5597a396e59bd5aa68288a563cb31daf1f0d1a (patch) | |
tree | e97362e222893dd83c5eb6e30adbc7d66d8d3a5d | |
parent | 2fd4b4a8fd661b3508f80b96f017dbf3d1925a76 (diff) |
gdb: Provide /usr/include/gdb/jit-reader.h
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | gdb.pkg/files | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,6 @@ install: build dest/usr/share/info/bfd.info \ dest/usr/share/locale/*/LC_MESSAGES/bfd.mo \ dest/usr/share/locale/*/LC_MESSAGES/opcodes.mo - # Remove development files. - rm -v dest/usr/include/gdb/jit-reader.h # Make /etc/gdbinit. mkdir -p dest/etc/gdb printf '# System-wide GDB initialization file.\n' >dest/etc/gdb/gdbinit diff --git a/gdb.pkg/files b/gdb.pkg/files index 2d9ae2f..769b4ce 100644 --- a/gdb.pkg/files +++ b/gdb.pkg/files @@ -3,4 +3,5 @@ /usr/bin/gdb /usr/bin/gdb-add-index /usr/bin/gdbtui +/usr/include/gdb/jit-reader.h /usr/share/gdb/syscalls |