git: gdb: Update makefile framework for version 7.4.1 upgrade
John Marino
marino at crater.dragonflybsd.org
Fri May 11 03:42:38 PDT 2012
commit e9e05faa5f5e8e3110156caaaf80d43be81562ec
Author: John Marino <draco at 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
More information about the Commits
mailing list