git: gdb/binutils220: don't terminate bfd target list prematurely
Simon Schubert
corecode at crater.dragonflybsd.org
Thu Oct 29 15:47:40 PDT 2009
commit 187b297ab6cc32ae42014c3f5bd17ad810c9657d
Author: Simon Schubert <corecode at dragonflybsd.org>
Date: Thu Oct 29 15:53:56 2009 +0100
gdb/binutils220: don't terminate bfd target list prematurely
We must not insert a NULL field into the list of targets, since
targets.c appends some default vectors (namely binary and hex, etc.).
With the NULL termination, these vectors never show up.
Summary of changes:
gnu/usr.bin/binutils220/libbfd/Makefile | 9 +++++++--
gnu/usr.bin/gdb/libbfd/Makefile | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/187b297ab6cc32ae42014c3f5bd17ad810c9657d
--
DragonFly BSD source repository
More information about the Commits
mailing list