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] signals/signals.c


> 2002-03-24  Daniel Jacobowitz  <drow@mvista.com>
> 
> * signals/signals.c: Include "server.h" in gdbserver build.
> 	(target_signal_from_name): Don't use STREQ.
> 	(_initialize_signals): Likewise.  Don't include function in
> 	gdbserver build.
> 
> 2002-03-24  Daniel Jacobowitz  <drow@mvista.com>
> 
> * signals.c: Moved to...
> 	* signals/signals.c: Here.
> 	* Makefile (signals.o): Update.
> 
> 

If anyone is wondering, there is a likely follow on patch.  Split 
signals.c into several smaller files: a string convertion file; a 
gdb2host convert; and a host2gdb convert.

(gdb2 and 2gdb as the ``target_signal'' needs that rename as well :-).

enjoy,
Andrew



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