add obstack and libcore to libfirm
authorMatthias Braun <matze@braunis.de>
Thu, 14 Feb 2008 09:31:04 +0000 (09:31 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 14 Feb 2008 09:31:04 +0000 (09:31 +0000)
commitde1b0c8d4f653f534a38740ad7f6803d82f2762e
tree42d29a454802f83a89f2c62f5f531b81911fa3a4
parent0148115bd272e9b168ce3e44e7fd17f5d5a8ec4c
add obstack and libcore to libfirm

[r17711]
25 files changed:
ir/libcore/do_bisonflex.sh [new file with mode: 0755]
ir/libcore/lc_appendable.c [new file with mode: 0644]
ir/libcore/lc_appendable.h [new file with mode: 0644]
ir/libcore/lc_common_t.h [new file with mode: 0644]
ir/libcore/lc_config.h [new file with mode: 0644]
ir/libcore/lc_config_lexer.c [new file with mode: 0644]
ir/libcore/lc_config_lexer.l [new file with mode: 0644]
ir/libcore/lc_config_parser.c [new file with mode: 0644]
ir/libcore/lc_config_parser.h [new file with mode: 0644]
ir/libcore/lc_config_parser.y [new file with mode: 0644]
ir/libcore/lc_defines.h [new file with mode: 0644]
ir/libcore/lc_opts.c [new file with mode: 0644]
ir/libcore/lc_opts.h [new file with mode: 0644]
ir/libcore/lc_opts_enum.c [new file with mode: 0644]
ir/libcore/lc_opts_enum.h [new file with mode: 0644]
ir/libcore/lc_opts_t.h [new file with mode: 0644]
ir/libcore/lc_parser_t.h [new file with mode: 0644]
ir/libcore/lc_printf.c [new file with mode: 0644]
ir/libcore/lc_printf.h [new file with mode: 0644]
ir/libcore/lc_printf_arg_types.def [new file with mode: 0644]
ir/libcore/lc_type.c [new file with mode: 0644]
ir/obstack/README [new file with mode: 0644]
ir/obstack/obstack.c [new file with mode: 0644]
ir/obstack/obstack.h [new file with mode: 0644]
ir/obstack/obstack_printf.c [new file with mode: 0644]