]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add first preprocessor macro-expansion files.
authorJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 15:18:33 +0000 (15:18 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 15:18:33 +0000 (15:18 +0000)
commit4b03b29e4a7670c326bcf59447cd33cdb130b877
tree1ba14faf7765ff4bf46f88661d8f2b0e19f535d4
parent41bf48641a3574400c930af8fa2f1eadd39f950a
Add first preprocessor macro-expansion files.
* macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
* Makefile.in (SFILES): Add macrotab.c, macroexp.c.
(splay_tree_h, macroexp_h, macrotab_h): New variable.
(HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
(COMMON_OBS): Add macrotab.o, macroexp.o.
(macroexp.o, macrotab.o): New rules.
gdb/ChangeLog
gdb/Makefile.in
gdb/macroexp.c [new file with mode: 0644]
gdb/macroexp.h [new file with mode: 0644]
gdb/macrotab.c [new file with mode: 0644]
gdb/macrotab.h [new file with mode: 0644]