This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: first preprocessor macro expansion files



I've committed this change.

Jim Blandy <jimb@redhat.com> writes:

> This change just adds the macro table and macro expander files to GDB.
> It doesn't have any effect on GDB's behavior.  Their .o files will go
> into libgdb.a, but since nobody yet calls the functions these files
> define, and they have no _initialize functions, they don't end up in
> the final GDB executable.
> 
> 2002-05-06  Jim Blandy  <jimb@redhat.com>
> 
> 	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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]