diff options
author | kamil <kamil@pkgsrc.org> | 2017-09-07 17:11:47 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2017-09-07 17:11:47 +0000 |
commit | 15d2354b9b3c76bcb5cbdf782032def157eb0553 (patch) | |
tree | 813a772f19062a1d34548d31cdb5dc1ae3966c33 /devel | |
parent | 561c764ab2fe3efb49263cb875003d37e87b6666 (diff) | |
download | pkgsrc-15d2354b9b3c76bcb5cbdf782032def157eb0553.tar.gz |
gdb: Upgrade to 8.0.1
pkgsrc specific changes
-----------------------
Set on NetBSD debug-dir to locale properly debug info of the base softwate:
--with-separate-debug-dir=/usr/lib/debug
Disable globally binutils, gprof, gold, gas, ld. These packages are shipped
separately in other packages.
Upstream changelog
==================
GDB 8.0.1 brings the following fixes and enhancements over GDB 8.0:
* PR breakpoint/21886 (Compressed MIPS code debugging impossible due to memory breakpoint misplacement)
* PR symtab/22002 (Assertion on debuggee built with -gdwarf-5 -fdebug-types-section)
* PR symtab/22003 (Incompatibility with -gdwarf-5 - DW_FORM_implicit_const)
* PR gdb/22046 (Regression on older kernels for T (stopped) processes)
* PR sim/20863 (gdb-7.12 powerpc-rtems4.12-gdb does not build on FreeBSD)
* PR breakpoint/21555 ("error re-setting breakpoint" on PIE executables)
* PR tdep/21717 ("print $fpscr" says "<unavailable>" until some VFP data register is printed)
* PR exp/21827 (Regression: gdb command lookup became case-sensitive; but definitions are forced into lowercase)
* PR remote/22021 (Multi-arch exec fails with a remote target)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gdb/Makefile | 12 | ||||
-rw-r--r-- | devel/gdb/distinfo | 10 |
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 994391e1d67..f67e7bb9140 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2017/06/05 11:38:51 maya Exp $ +# $NetBSD: Makefile,v 1.58 2017/09/07 17:11:47 kamil Exp $ -DISTNAME= gdb-8.0 -#PKGREVISION= +DISTNAME= gdb-8.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} @@ -30,6 +29,12 @@ SUBST_MESSAGE.fix-depcomp+= Read depcomp directly SUBST_FILES.fix-depcomp+= gdb/configure SUBST_SED.fix-depcomp+= -e 's,< ./depcomp,${_OVERRIDE_PATH.depcomp},' +CONFIGURE_ARGS+= --disable-binutils +CONFIGURE_ARGS+= --disable-gprof +CONFIGURE_ARGS+= --disable-gold +CONFIGURE_ARGS+= --disable-gas +CONFIGURE_ARGS+= --disable-ld + AUTO_MKDIRS= yes .include "options.mk" @@ -47,6 +52,7 @@ MAKE_ENV+= gdb_cv_var_elf=yes CONFIGURE_ENV+= gdb_cv_struct_lwp=yes MAKE_ENV+= gdb_cv_struct_lwp=yes +CONFIGURE_ARGS+= --with-separate-debug-dir=/usr/libdata/debug .elif ${OPSYS} == "DragonFly" TARGET_STR= ${MACHINE_ARCH}--dragonfly BUILD_DEFS+= ${TARGET_STR} diff --git a/devel/gdb/distinfo b/devel/gdb/distinfo index 263385eec4a..46fdec8a0e2 100644 --- a/devel/gdb/distinfo +++ b/devel/gdb/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.30 2017/06/23 19:49:20 kamil Exp $ +$NetBSD: distinfo,v 1.31 2017/09/07 17:11:47 kamil Exp $ -SHA1 (gdb-8.0.tar.gz) = 4e2ed3dc2ed6236f31cd1991ff6067f323ac63b0 -RMD160 (gdb-8.0.tar.gz) = d770fa0bed5f94e98ff25dc16d65c1aa7013de1a -SHA512 (gdb-8.0.tar.gz) = b25a40988c772a9b10ea6cf0a973193300357330f0896d3567ebe17a88d89b2b89b8eb2801adc934ea48f0ab3228214d8318a12ee2c9e4c347b4f7038281f66a -Size (gdb-8.0.tar.gz) = 36351752 bytes +SHA1 (gdb-8.0.1.tar.gz) = abb30c4fd7f66c830d879715cce5732bcf84f0f6 +RMD160 (gdb-8.0.1.tar.gz) = 5ad7e7417dea2f4c7cc4795b74a58b948d8d93b2 +SHA512 (gdb-8.0.1.tar.gz) = 58eb6150c908d67e6aed01d04bd321c7914e3e82fbb81a31e3050c4470e24e67cbe023b3f3edfb981225802441cf8b0d3d042195e96b6530058966cfdcd53c8d +Size (gdb-8.0.1.tar.gz) = 36359351 bytes SHA1 (patch-Makefile.in) = 48f65798f96fdda2a35eb8b18a7cc2993023bcc7 SHA1 (patch-ao) = fe55dc7245f438fccb7965ceb220be951f85a535 SHA1 (patch-gdb_bsd-kvm.c) = 45d0436f7c451de326afaffd3ebc5a4c3689d6f8 |