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] include/gdb/signals.h


> Here's a trivial organization patch; it has the side benefit of closing
> gdb/412.  Andrew, is this what you had in mind?

Yes, it is what I had in mind.  The bug report can't be closed yet 
though.  There are other files to be moved.  However it is dramatic 
progress.

gdb/:
2002-03-10  Daniel Jacobowitz  <drow@mvista.com>

* Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
	* defs.h: Include "gdb/signals.h".
	(enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.

include/gdb:
2002-03-10  Daniel Jacobowitz  <drow@mvista.com>

* signals.h: New file, split from gdb/defs.h.



There should also be an entry for src/include/ChangeLog indicating the 
presence of the new directory.

I'm just wondering how DJ would react to the addition of an entry in 
gcc/include/ChangeLog there isn't a corresponding directory (gcc/include 
is the master yet really it isn't :-)

DJ?

Andrew



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