Update to 7.3.1
Submitted by: rdivacky@
This commit is contained in:
parent
ac03c764d2
commit
644a24e602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282422
3 changed files with 15 additions and 16 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gdb
|
||||
PORTVERSION= 7.2
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 7.3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,}
|
||||
MASTER_SITE_SUBDIR=gdb/:gdb
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gdb-7.2.tar.bz2) = bf444b88ab845243364c3d410be9e3f43a57f96ff594d65a37842ea03c3410f0
|
||||
SIZE (gdb-7.2.tar.bz2) = 18530613
|
||||
SHA256 (gdb-7.3.1.tar.bz2) = 6d7bff716fde98d03866a1b747c0929ee7dba49bca13e01d975e0b0fa9b33a28
|
||||
SIZE (gdb-7.3.1.tar.bz2) = 19500995
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- gdb/Makefile.in.orig 2010-02-02 18:16:53.000000000 -0500
|
||||
+++ gdb/Makefile.in 2010-10-13 16:09:43.312803000 -0400
|
||||
@@ -524,7 +524,7 @@
|
||||
--- gdb/Makefile.in 2011-03-30 08:55:39.000000000 +0200
|
||||
+++ gdb/Makefile.in 2011-09-12 17:40:33.000000000 +0200
|
||||
@@ -571,7 +571,7 @@
|
||||
xstormy16-tdep.o \
|
||||
xtensa-config.o xtensa-tdep.o xtensa-linux-tdep.o \
|
||||
glibc-tdep.o \
|
||||
|
@ -9,16 +9,16 @@
|
|||
nbsd-tdep.o obsd-tdep.o \
|
||||
sol2-tdep.o \
|
||||
solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
|
||||
@@ -720,7 +720,7 @@
|
||||
gdbserver/linux-low.h gdbserver/gdb_proc_service.h \
|
||||
gdbserver/regcache.h gdbthread.h dwarf2-frame.h nbsd-nat.h dcache.h \
|
||||
@@ -768,7 +768,7 @@
|
||||
gnulib/stdint.in.h remote.h gdb.h sparc-nat.h \
|
||||
gdbthread.h dwarf2-frame.h nbsd-nat.h dcache.h \
|
||||
amd64-nat.h s390-tdep.h arm-linux-tdep.h exceptions.h macroscope.h \
|
||||
-gdbarch.h bsd-uthread.h gdb_thread_db.h gdb_stat.h memory-map.h \
|
||||
+gdbarch.h gdb_thread_db.h gdb_stat.h memory-map.h \
|
||||
-gdbarch.h bsd-uthread.h gdb_thread_db.h gdb_stat.h memory-map.h memrange.h \
|
||||
+gdbarch.h gdb_thread_db.h gdb_stat.h memory-map.h memrange.h \
|
||||
mdebugread.h m88k-tdep.h stabsread.h hppa-linux-offsets.h linux-fork.h \
|
||||
ser-unix.h scm-lang.h inf-ptrace.h terminal.h ui-out.h frame-base.h \
|
||||
ser-unix.h inf-ptrace.h terminal.h ui-out.h frame-base.h \
|
||||
f-lang.h dwarf2loc.h value.h sparc-tdep.h defs.h target-descriptions.h \
|
||||
@@ -1130,7 +1130,7 @@
|
||||
@@ -1161,7 +1161,7 @@
|
||||
# Removing the old gdb first works better if it is running, at least on SunOS.
|
||||
gdb$(EXEEXT): gdb.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
|
||||
rm -f gdb$(EXEEXT)
|
||||
|
@ -27,10 +27,10 @@
|
|||
-o gdb$(EXEEXT) gdb.o libgdb.a \
|
||||
$(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
|
||||
|
||||
@@ -1402,7 +1402,7 @@
|
||||
arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
|
||||
@@ -1452,7 +1452,7 @@
|
||||
armnbsd-nat.c armbsd-tdep.c armnbsd-tdep.c armobsd-tdep.c \
|
||||
avr-tdep.c \
|
||||
bfin-linux-tdep.c bfin-tdep.c \
|
||||
- bsd-uthread.c bsd-kvm.c \
|
||||
+ fbsd-threads.c bsd-kvm.c \
|
||||
core-regset.c corelow.c \
|
||||
|
|
Loading…
Reference in a new issue