DragonFly commits List (threaded) for 2012-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: gdb: Update makefile framework for version 7.4.1 upgrade
commit e9e05faa5f5e8e3110156caaaf80d43be81562ec
Author: John Marino <draco@marino.st>
Date: Fri May 11 08:33:02 2012 +0200
gdb: Update makefile framework for version 7.4.1 upgrade
Note that gdbtui is no longer a separate executable. It has been
deprecated by GNU GDB and will disappear completely on GDB 7.5
It has been changed to a wrapper that calls "gdb -tui"
Summary of changes:
gnu/usr.bin/gdb/gdb/Makefile | 3 +-
gnu/usr.bin/gdb/gdb/ada-lex.c | 4 +-
gnu/usr.bin/gdb/gdb/doc/GDBvn.texi | 4 ++
gnu/usr.bin/gdb/gdb/doc/Makefile | 2 +-
gnu/usr.bin/gdb/gdbtui/Makefile | 35 ++++++++--------
gnu/usr.bin/gdb/gdbtui/gdbtui | 13 ++++++
gnu/usr.bin/gdb/kgdb/trgt.c | 2 +-
gnu/usr.bin/gdb/libbfd/bfdver.h | 6 +-
gnu/usr.bin/gdb/libbfd/config.h | 16 +++++++-
gnu/usr.bin/gdb/libdecnumber/gstdint.h | 2 +-
gnu/usr.bin/gdb/libgdb/Makefile | 22 +++++++---
gnu/usr.bin/gdb/libgdb/config.h | 42 ++++++++++++++++---
.../usr.bin/gdb/libgdb/jit-reader.h | 2 +-
gnu/usr.bin/gdb/libiberty/Makefile | 40 +++++++++++++++----
gnu/usr.bin/gdb/libiberty/config.h | 10 ++++-
gnu/usr.bin/gdb/libopcodes/config.h | 2 +-
16 files changed, 152 insertions(+), 53 deletions(-)
create mode 100644 gnu/usr.bin/gdb/gdb/doc/GDBvn.texi
create mode 100755 gnu/usr.bin/gdb/gdbtui/gdbtui
copy contrib/gdb-7/gdb/jit-reader.in => gnu/usr.bin/gdb/libgdb/jit-reader.h (99%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9e05faa5f5e8e3110156caaaf80d43be81562ec
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]