DragonFly commits List (threaded) for 2011-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Remove a years old attempt at a BSD licensed libiberty.
commit 1e3926090a5bbcf9b7089f58f0d696dd690f8605
Author: Sascha Wildner <saw@online.de>
Date: Wed Mar 23 23:40:20 2011 +0100
Remove a years old attempt at a BSD licensed libiberty.
This never gained traction and was never part of the build.
Since libiberty is only used by the GNU toolchain (included in binutils*,
gcc* and gdb), and given that the real work with the toolchain certainly
isn't in libiberty related things, this can go.
Summary of changes:
include/libiberty.h | 62 -------------
lib/libiberty/Makefile | 10 --
lib/libiberty/argv.c | 213 ---------------------------------------------
lib/libiberty/concat.c | 105 ----------------------
lib/libiberty/hex.c | 103 ----------------------
lib/libiberty/lbasename.c | 40 ---------
lib/libiberty/lrealpath.c | 42 ---------
lib/libiberty/xatexit.c | 35 --------
lib/libiberty/xcalloc.c | 40 ---------
lib/libiberty/xexit.c | 35 --------
lib/libiberty/xmalloc.c | 40 ---------
lib/libiberty/xmemdup.c | 39 --------
lib/libiberty/xrealloc.c | 40 ---------
lib/libiberty/xstrdup.c | 41 ---------
lib/libiberty/xstrerror.c | 35 --------
15 files changed, 0 insertions(+), 880 deletions(-)
delete mode 100644 include/libiberty.h
delete mode 100644 lib/libiberty/Makefile
delete mode 100644 lib/libiberty/argv.c
delete mode 100644 lib/libiberty/concat.c
delete mode 100644 lib/libiberty/hex.c
delete mode 100644 lib/libiberty/lbasename.c
delete mode 100644 lib/libiberty/lrealpath.c
delete mode 100644 lib/libiberty/xatexit.c
delete mode 100644 lib/libiberty/xcalloc.c
delete mode 100644 lib/libiberty/xexit.c
delete mode 100644 lib/libiberty/xmalloc.c
delete mode 100644 lib/libiberty/xmemdup.c
delete mode 100644 lib/libiberty/xrealloc.c
delete mode 100644 lib/libiberty/xstrdup.c
delete mode 100644 lib/libiberty/xstrerror.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e3926090a5bbcf9b7089f58f0d696dd690f8605
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]