Remove a years old attempt at a BSD licensed libiberty.
authorSascha Wildner <saw@online.de>
Wed, 23 Mar 2011 22:40:20 +0000 (23:40 +0100)
committerSascha Wildner <saw@online.de>
Wed, 23 Mar 2011 22:40:20 +0000 (23:40 +0100)
commit1e3926090a5bbcf9b7089f58f0d696dd690f8605
treed9e5fd254e3320d56e6715b64dfd74bb7d1bce27
parent77a857b91804015f4f91f0cee9598a81273a7581
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.
15 files changed:
include/libiberty.h [deleted file]
lib/libiberty/Makefile [deleted file]
lib/libiberty/argv.c [deleted file]
lib/libiberty/concat.c [deleted file]
lib/libiberty/hex.c [deleted file]
lib/libiberty/lbasename.c [deleted file]
lib/libiberty/lrealpath.c [deleted file]
lib/libiberty/xatexit.c [deleted file]
lib/libiberty/xcalloc.c [deleted file]
lib/libiberty/xexit.c [deleted file]
lib/libiberty/xmalloc.c [deleted file]
lib/libiberty/xmemdup.c [deleted file]
lib/libiberty/xrealloc.c [deleted file]
lib/libiberty/xstrdup.c [deleted file]
lib/libiberty/xstrerror.c [deleted file]