git: gdb(1), kgdb(1): Makefile framework updates for version 7.6.1

John Marino marino at crater.dragonflybsd.org
Sat Oct 5 15:54:45 PDT 2013


commit c33252afc5aa9790d4820b568316e03d695f6a65
Author: John Marino <draco at marino.st>
Date:   Sat Oct 5 19:41:17 2013 +0200

    gdb(1), kgdb(1): Makefile framework updates for version 7.6.1
    
    The updates for gdb(1) were straight-forwards and mainly consisted of
    header updates although the gnu internal library is new, as well as
    a new function for libiberty.  The main work was getting kgdb(1) to
    work with libgdb.  As is typically, a lot of internal changes occurred
    withing gdb that rendered kgdb broken (and unbuildable).  After much
    angst, kgdb works with gdb 7.6.1.

Summary of changes:
 gnu/usr.bin/gdb/Makefile                           |    2 +-
 gnu/usr.bin/gdb/Makefile.inc                       |    1 +
 gnu/usr.bin/gdb/gdb/Makefile                       |    5 +-
 gnu/usr.bin/gdb/gdb/ada-lex.c                      | 2205 ++++++++++++--------
 gnu/usr.bin/gdb/gdb/doc/GDBvn.texi                 |    2 +-
 gnu/usr.bin/gdb/gdbtui/Makefile                    |   17 -
 gnu/usr.bin/gdb/kgdb/Makefile                      |    5 +-
 gnu/usr.bin/gdb/kgdb/kgdb.c                        |   38 +-
 gnu/usr.bin/gdb/kgdb/kgdb.h                        |   10 +-
 gnu/usr.bin/gdb/kgdb/kld.c                         |    6 +-
 gnu/usr.bin/gdb/kgdb/kthr.c                        |   33 +-
 gnu/usr.bin/gdb/kgdb/trgt.c                        |   38 +-
 gnu/usr.bin/gdb/kgdb/trgt_i386.c                   |    4 +-
 gnu/usr.bin/gdb/kgdb/trgt_x86_64.c                 |    4 +-
 gnu/usr.bin/gdb/libbfd/Makefile                    |    2 +-
 gnu/usr.bin/gdb/libbfd/bfdver.h                    |    6 +-
 gnu/usr.bin/gdb/libbfd/config.h                    |   17 +-
 gnu/usr.bin/gdb/libdecnumber/gstdint.h             |    2 +-
 gnu/usr.bin/gdb/libgdb/Makefile                    |   67 +-
 gnu/usr.bin/gdb/libgdb/Makefile.x86_64             |    2 +-
 gnu/usr.bin/gdb/libgdb/config.h                    |  339 +--
 gnu/usr.bin/gdb/libgdb/freebsd-uthread.c           | 1020 ---------
 gnu/usr.bin/gdb/libgdb/gstdint.h                   |    2 +-
 gnu/usr.bin/gdb/libgdb/jit-reader.h                |    6 +-
 gnu/usr.bin/gdb/libgnu/Makefile                    |   12 +
 .../{grep/libgreputils => gdb/libgnu}/alloca.h     |    0
 gnu/usr.bin/gdb/libgnu/config.h                    |  639 ++++++
 gnu/usr.bin/gdb/libgnu/configmake.h                |   27 +
 gnu/usr.bin/gdb/libgnu/fnmatch.h                   |   78 +
 gnu/usr.bin/gdb/libgnu/string.h                    | 1341 ++++++++++++
 gnu/usr.bin/gdb/libgnu/wchar.h                     | 1340 ++++++++++++
 gnu/usr.bin/gdb/libgnu/wctype.h                    |  806 +++++++
 gnu/usr.bin/gdb/libiberty/Makefile                 |    1 +
 gnu/usr.bin/gdb/libiberty/config.h                 |    3 +
 gnu/usr.bin/gdb/libopcodes/config.h                |    7 +-
 35 files changed, 5787 insertions(+), 2300 deletions(-)
 delete mode 100644 gnu/usr.bin/gdb/libgdb/freebsd-uthread.c
 create mode 100644 gnu/usr.bin/gdb/libgnu/Makefile
 copy gnu/usr.bin/{grep/libgreputils => gdb/libgnu}/alloca.h (100%)
 create mode 100644 gnu/usr.bin/gdb/libgnu/config.h
 create mode 100644 gnu/usr.bin/gdb/libgnu/configmake.h
 create mode 100644 gnu/usr.bin/gdb/libgnu/fnmatch.h
 create mode 100644 gnu/usr.bin/gdb/libgnu/string.h
 create mode 100644 gnu/usr.bin/gdb/libgnu/wchar.h
 create mode 100644 gnu/usr.bin/gdb/libgnu/wctype.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c33252afc5aa9790d4820b568316e03d695f6a65


-- 
DragonFly BSD source repository



More information about the Commits mailing list