diff options
author | Thomas Penteker <tek@serverop.de> | 2017-01-14 21:54:01 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2017-01-14 21:54:01 +0100 |
commit | fdf6d5e9b612061c5939ed760689852398eb379f (patch) | |
tree | f7f0060da2562b73b14c3430d02ab79d4ff3e941 /gdb | |
parent | 431596b8b9bdfcb55cdb1a7d59e0e953f3e26687 (diff) | |
download | opt-fdf6d5e9b612061c5939ed760689852398eb379f.tar.gz opt-fdf6d5e9b612061c5939ed760689852398eb379f.tar.xz |
gdb: 7.11.1 -> 7.12
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.footprint | 2 | ||||
-rw-r--r-- | gdb/.md5sum | 2 | ||||
-rw-r--r-- | gdb/Pkgfile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/gdb/.footprint b/gdb/.footprint index 4186bd57c..7abf8b098 100644 --- a/gdb/.footprint +++ b/gdb/.footprint @@ -22,6 +22,7 @@ drwxr-xr-x root/root usr/share/gdb/python/gdb/command/ -rw-r--r-- root/root usr/share/gdb/python/gdb/frames.py drwxr-xr-x root/root usr/share/gdb/python/gdb/function/ -rw-r--r-- root/root usr/share/gdb/python/gdb/function/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/as_string.py -rw-r--r-- root/root usr/share/gdb/python/gdb/function/caller_is.py -rw-r--r-- root/root usr/share/gdb/python/gdb/function/strfns.py drwxr-xr-x root/root usr/share/gdb/python/gdb/printer/ @@ -36,6 +37,7 @@ drwxr-xr-x root/root usr/share/gdb/syscalls/ -rw-r--r-- root/root usr/share/gdb/syscalls/aarch64-linux.xml -rw-r--r-- root/root usr/share/gdb/syscalls/amd64-linux.xml -rw-r--r-- root/root usr/share/gdb/syscalls/arm-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/freebsd.xml -rw-r--r-- root/root usr/share/gdb/syscalls/gdb-syscalls.dtd -rw-r--r-- root/root usr/share/gdb/syscalls/i386-linux.xml -rw-r--r-- root/root usr/share/gdb/syscalls/mips-n32-linux.xml diff --git a/gdb/.md5sum b/gdb/.md5sum index 3c717a098..35d631bce 100644 --- a/gdb/.md5sum +++ b/gdb/.md5sum @@ -1 +1 @@ -5aa71522e488e358243917967db87476 gdb-7.11.1.tar.xz +a0a3a00f7499b0c5278ba8676745d180 gdb-7.12.tar.xz diff --git a/gdb/Pkgfile b/gdb/Pkgfile index 29a988d88..dbe3e7f82 100644 --- a/gdb/Pkgfile +++ b/gdb/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses name=gdb -version=7.11.1 +version=7.12 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) |