CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/10/22 12:30:36
Modified files:
devel/gdb : Makefile distinfo
devel/gdb/patches: patch-bfd_config_bfd patch-bfd_elf_c
patch-bfd_peXXigen_c patch-gdb_Makefile_in
patch-gdb_config_aarch64_obsd_mh
patch-gdb_config_powerpc_obsd64_mh
patch-gdb_configure_host
patch-gdb_configure_tgt
patch-gdb_data-directory_Makefile_in
patch-gdb_python_python-config_py
patch-include_filenames_h
patch-libiberty_Makefile_in
devel/gdb/pkg : PLIST
Added files:
devel/gdb/patches: patch-gdb_aarch64-obsd-nat_c
patch-gdb_aarch64-obsd-tdep_c
patch-gdb_amd64-obsd-tdep_c
patch-gdb_arm-bsd-tdep_c
patch-gdb_arm-nbsd-nat_c
patch-gdb_configure_nat
patch-gdb_i386-bsd-nat_h
patch-gdb_i386-obsd-nat_c
patch-gdb_mips64-obsd-nat_c
patch-gdb_ppc64-obsd-nat_c
patch-gdb_ppc64-obsd-tdep_c
patch-gdb_ppc64-obsd-tdep_h
patch-gdb_riscv-obsd-nat_c
patch-gdb_riscv-obsd-tdep_c
patch-gdb_riscv-obsd-tdep_h
patch-gdb_x86-bsd-nat_h
Removed files:
devel/gdb/patches: patch-gdb_aarch64obsd-nat_c
patch-gdb_aarch64obsd-tdep_c
patch-gdb_alphabsd-nat_c
patch-gdb_amd64obsd-tdep_c
patch-gdb_armbsd-tdep_c
patch-gdb_armnbsd-nat_c
patch-gdb_hppaobsd-nat_c
patch-gdb_m88kbsd-nat_c
patch-gdb_mips64obsd-nat_c
patch-gdb_ppc64obsd-nat_c
patch-gdb_ppc64obsd-tdep_c
patch-gdb_ppc64obsd-tdep_h
patch-gdb_ppcobsd-nat_c
patch-gdb_python_python_c
patch-gdb_shnbsd-nat_c
Log message:
Update to gdb-9.2
Lot of churn because some files were renamed but also lots of patches
dropped for proper threads support. The riscv64 code comes from the
FreeBSD code with minor editions. This update drops support for m88k
(removed upstream) and sh (no ports-gcc). Most of this was done during
k2k21 thanks to the tests and contributions from many. Thank you all!
Tests by Matthias Schmidt, sthen@ cwen@ kn@ jasper@ gkoehler@ jj@
kettenis@ and me. Diffs from jj@ for octeon, gkoehler@ for powerpc64
and kettenis@ for arm64.
Untested architectures: alpha and hppa (base-gcc architectures for which
we don't ship packages), loongson.
ok kettenis@ sthen@ pascal@ (maintainer)