Update to GDB 7.10.
This commit is contained in:
parent
60848650a3
commit
c609785292
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2015/06/10 10:55:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2015/09/09 19:47:17 pascal Exp $
|
||||
|
||||
COMMENT= GNU debugger
|
||||
CATEGORIES= devel
|
||||
|
||||
DISTNAME= gdb-7.9.1
|
||||
REVISION= 0
|
||||
DISTNAME= gdb-7.10
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/gdb/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gdb/gdb-7.9.1.tar.xz) = zZxUOkEaBbK2R904k2A0towrXW8Q4NUdwWjBZslzukA=
|
||||
SIZE (gdb/gdb-7.9.1.tar.xz) = 17867692
|
||||
SHA256 (gdb/gdb-7.10.tar.xz) = fr2qRPl4bODBQtpONnl9ICDFX6CRkFrFrxhGtXViCKg=
|
||||
SIZE (gdb/gdb-7.10.tar.xz) = 18540820
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-bfd_elf_c,v 1.6 2015/03/15 02:58:07 pascal Exp $
|
||||
--- bfd/elf.c.orig Fri Feb 20 18:11:44 2015
|
||||
+++ bfd/elf.c Fri Feb 20 22:12:26 2015
|
||||
@@ -8957,6 +8957,11 @@ elfcore_grok_openbsd_procinfo (bfd *abfd, Elf_Internal
|
||||
$OpenBSD: patch-bfd_elf_c,v 1.7 2015/09/09 19:47:17 pascal Exp $
|
||||
--- bfd/elf.c.orig Fri Aug 28 23:22:06 2015
|
||||
+++ bfd/elf.c Tue Sep 1 10:51:15 2015
|
||||
@@ -9309,6 +9309,11 @@ elfcore_grok_openbsd_procinfo (bfd *abfd, Elf_Internal
|
||||
static bfd_boolean
|
||||
elfcore_grok_openbsd_note (bfd *abfd, Elf_Internal_Note *note)
|
||||
{
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-bfd_peXXigen_c,v 1.4 2015/03/15 02:58:07 pascal Exp $
|
||||
$OpenBSD: patch-bfd_peXXigen_c,v 1.5 2015/09/09 19:47:17 pascal Exp $
|
||||
Fix out-of-bounds memcpys (FILNMLEN is 18, sizeof x_fname is 14).
|
||||
--- bfd/peXXigen.c.orig Fri Feb 20 18:11:44 2015
|
||||
+++ bfd/peXXigen.c Fri Feb 20 22:12:26 2015
|
||||
@@ -307,7 +307,7 @@ _bfd_XXi_swap_aux_in (bfd * abfd,
|
||||
--- bfd/peXXigen.c.orig Fri Aug 28 23:22:06 2015
|
||||
+++ bfd/peXXigen.c Tue Sep 1 10:51:15 2015
|
||||
@@ -310,7 +310,7 @@ _bfd_XXi_swap_aux_in (bfd * abfd,
|
||||
in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
|
||||
}
|
||||
else
|
||||
@ -11,7 +11,7 @@ Fix out-of-bounds memcpys (FILNMLEN is 18, sizeof x_fname is 14).
|
||||
return;
|
||||
|
||||
case C_STAT:
|
||||
@@ -381,7 +381,7 @@ _bfd_XXi_swap_aux_out (bfd * abfd,
|
||||
@@ -384,7 +384,7 @@ _bfd_XXi_swap_aux_out (bfd * abfd,
|
||||
H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
|
||||
}
|
||||
else
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.7 2015/03/15 02:58:07 pascal Exp $
|
||||
--- gdb/data-directory/Makefile.in.orig Thu Feb 19 12:58:07 2015
|
||||
+++ gdb/data-directory/Makefile.in Fri Feb 20 22:12:26 2015
|
||||
@@ -168,7 +168,7 @@ stamp-syscalls: Makefile $(SYSCALLS_FILES)
|
||||
$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.8 2015/09/09 19:47:17 pascal Exp $
|
||||
--- gdb/data-directory/Makefile.in.orig Mon Jul 6 21:57:46 2015
|
||||
+++ gdb/data-directory/Makefile.in Tue Sep 1 10:51:15 2015
|
||||
@@ -170,7 +170,7 @@ stamp-syscalls: Makefile $(SYSCALLS_FILES)
|
||||
for file in $$files ; do \
|
||||
f=$(SYSCALLS_SRCDIR)/$$file ; \
|
||||
if test -f $$f ; then \
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.7 2015/03/15 02:58:07 pascal
|
||||
fi ; \
|
||||
done
|
||||
touch $@
|
||||
@@ -210,8 +210,8 @@ stamp-python: Makefile $(PYTHON_FILES)
|
||||
@@ -212,8 +212,8 @@ stamp-python: Makefile $(PYTHON_FILES)
|
||||
if test "x$$files" != x ; then \
|
||||
for file in $$files ; do \
|
||||
dir=`echo "$$file" | sed 's,/[^/]*$$,,'` ; \
|
||||
@ -21,7 +21,7 @@ $OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.7 2015/03/15 02:58:07 pascal
|
||||
done ; \
|
||||
fi
|
||||
touch $@
|
||||
@@ -304,7 +304,7 @@ stamp-system-gdbinit: Makefile $(SYSTEM_GDBINIT_FILES)
|
||||
@@ -306,7 +306,7 @@ stamp-system-gdbinit: Makefile $(SYSTEM_GDBINIT_FILES)
|
||||
for file in $$files ; do \
|
||||
f=$(SYSTEM_GDBINIT_SRCDIR)/$$file ; \
|
||||
if test -f $$f ; then \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libiberty_Makefile_in,v 1.6 2015/03/15 02:58:07 pascal Exp $
|
||||
--- libiberty/Makefile.in.orig Thu Feb 19 12:58:08 2015
|
||||
+++ libiberty/Makefile.in Fri Feb 20 22:12:26 2015
|
||||
@@ -354,7 +354,7 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
||||
$OpenBSD: patch-libiberty_Makefile_in,v 1.7 2015/09/09 19:47:17 pascal Exp $
|
||||
--- libiberty/Makefile.in.orig Mon Jul 6 21:57:46 2015
|
||||
+++ libiberty/Makefile.in Tue Sep 1 10:51:15 2015
|
||||
@@ -355,7 +355,7 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
||||
@MAINT@ echo stamp > stamp-functions
|
||||
|
||||
INSTALL_DEST = @INSTALL_DEST@
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2015/06/10 10:55:10 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2015/09/09 19:47:17 pascal Exp $
|
||||
@conflict arm-none-eabi-gdb-*
|
||||
@conflict libbfd-*
|
||||
@bin bin/egdb
|
||||
@ -35,6 +35,7 @@ share/gdb/python/gdb/command/frame_filters.py
|
||||
share/gdb/python/gdb/command/pretty_printers.py
|
||||
share/gdb/python/gdb/command/prompt.py
|
||||
share/gdb/python/gdb/command/type_printers.py
|
||||
share/gdb/python/gdb/command/unwinders.py
|
||||
share/gdb/python/gdb/command/xmethods.py
|
||||
share/gdb/python/gdb/frames.py
|
||||
share/gdb/python/gdb/function/
|
||||
@ -47,8 +48,10 @@ share/gdb/python/gdb/printer/bound_registers.py
|
||||
share/gdb/python/gdb/printing.py
|
||||
share/gdb/python/gdb/prompt.py
|
||||
share/gdb/python/gdb/types.py
|
||||
share/gdb/python/gdb/unwinder.py
|
||||
share/gdb/python/gdb/xmethod.py
|
||||
share/gdb/syscalls/
|
||||
share/gdb/syscalls/aarch64-linux.xml
|
||||
share/gdb/syscalls/amd64-linux.xml
|
||||
share/gdb/syscalls/arm-linux.xml
|
||||
share/gdb/syscalls/gdb-syscalls.dtd
|
||||
|
Loading…
Reference in New Issue
Block a user