diff options
author | Thomas Penteker <thomas.penteker@siemens.com> | 2016-01-13 00:55:11 +0100 |
---|---|---|
committer | Thomas Penteker <thomas.penteker@siemens.com> | 2016-01-13 00:55:11 +0100 |
commit | d82dfd0eb3cb55fb0b57e1a45445669d110c7a0a (patch) | |
tree | 8050d470a74b98a21e4520c0e96331e0688f16e7 /gdb | |
parent | c0b2becfa5ee10293491c1bb9a97b6d12ebfce41 (diff) | |
download | opt-d82dfd0eb3cb55fb0b57e1a45445669d110c7a0a.tar.gz opt-d82dfd0eb3cb55fb0b57e1a45445669d110c7a0a.tar.xz |
gdb: 7.9.1 -> 7.10.1
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.footprint | 17 | ||||
-rw-r--r-- | gdb/.md5sum | 2 | ||||
-rw-r--r-- | gdb/Pkgfile | 6 |
3 files changed, 14 insertions, 11 deletions
diff --git a/gdb/.footprint b/gdb/.footprint index 34c9066e8..4186bd57c 100644 --- a/gdb/.footprint +++ b/gdb/.footprint @@ -3,13 +3,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gcore -rwxr-xr-x root/root usr/bin/gdb -rwxr-xr-x root/root usr/bin/gdbserver -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gcore.1.gz --rw-r--r-- root/root usr/man/man1/gdb.1.gz --rw-r--r-- root/root usr/man/man1/gdbserver.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/gdbinit.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gdb/ drwxr-xr-x root/root usr/share/gdb/python/ @@ -24,6 +17,7 @@ drwxr-xr-x root/root usr/share/gdb/python/gdb/command/ -rw-r--r-- root/root usr/share/gdb/python/gdb/command/pretty_printers.py -rw-r--r-- root/root usr/share/gdb/python/gdb/command/prompt.py -rw-r--r-- root/root usr/share/gdb/python/gdb/command/type_printers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/unwinders.py -rw-r--r-- root/root usr/share/gdb/python/gdb/command/xmethods.py -rw-r--r-- root/root usr/share/gdb/python/gdb/frames.py drwxr-xr-x root/root usr/share/gdb/python/gdb/function/ @@ -36,8 +30,10 @@ drwxr-xr-x root/root usr/share/gdb/python/gdb/printer/ -rw-r--r-- root/root usr/share/gdb/python/gdb/printing.py -rw-r--r-- root/root usr/share/gdb/python/gdb/prompt.py -rw-r--r-- root/root usr/share/gdb/python/gdb/types.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/unwinder.py -rw-r--r-- root/root usr/share/gdb/python/gdb/xmethod.py 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/gdb-syscalls.dtd @@ -54,3 +50,10 @@ drwxr-xr-x root/root usr/share/gdb/syscalls/ drwxr-xr-x root/root usr/share/gdb/system-gdbinit/ -rw-r--r-- root/root usr/share/gdb/system-gdbinit/elinos.py -rw-r--r-- root/root usr/share/gdb/system-gdbinit/wrs-linux.py +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gcore.1.gz +-rw-r--r-- root/root usr/share/man/man1/gdb.1.gz +-rw-r--r-- root/root usr/share/man/man1/gdbserver.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/gdbinit.5.gz diff --git a/gdb/.md5sum b/gdb/.md5sum index c93b64d4c..9cba2ff6f 100644 --- a/gdb/.md5sum +++ b/gdb/.md5sum @@ -1 +1 @@ -35374c77a70884eb430c97061053a36e gdb-7.9.1.tar.xz +39e654460c9cdd80200a29ac020cfe11 gdb-7.10.1.tar.xz diff --git a/gdb/Pkgfile b/gdb/Pkgfile index a20dac640..9349d8a4e 100644 --- a/gdb/Pkgfile +++ b/gdb/Pkgfile @@ -5,13 +5,13 @@ # Depends on: ncurses name=gdb -version=7.9.1 -release=2 +version=7.10.1 +release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make # ... |