No description
Find a file
2015-09-10 09:00:20 +02:00
.gitignore Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
AUTHORS First commit 2015-09-04 14:32:46 +02:00
bootstrap.sh Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
ChangeLog First commit 2015-09-04 14:32:46 +02:00
configure.ac Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
COPYING Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
Makefile.am Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
musl-obstack.pc.in First commit 2015-09-04 14:32:46 +02:00
NEWS First commit 2015-09-04 14:32:46 +02:00
obstack.c Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
obstack.h Use gcc/libiberty implementation of obstack 2015-09-10 08:56:26 +02:00
README Update READMEs for the implmentation's source 2015-09-10 09:00:20 +02:00
README.md Update READMEs for the implmentation's source 2015-09-10 09:00:20 +02:00

musl-obstack

The musl-obstack package is a copy + paste of the obstack
functions and macros found in GNU gcc libiberty library
for use with musl libc.