gdb/binutils220: don't terminate bfd target list prematurely
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 29 Oct 2009 14:53:56 +0000 (15:53 +0100)
committerSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Thu, 29 Oct 2009 17:25:22 +0000 (10:25 -0700)
commit187b297ab6cc32ae42014c3f5bd17ad810c9657d
treec3d89f9832dec9f58643e0bd5a1261dd20fffe23
parent9c62961894ab6e6bc7e402aa2dc765d8386e794f
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.
gnu/usr.bin/binutils220/libbfd/Makefile
gnu/usr.bin/gdb/libbfd/Makefile