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]

Re: [rfa] signals 1/3 - move target_signal handling out of target.c


> Date: Wed, 18 Jul 2001 11:07:00 -0700
> From: Daniel Jacobowitz <dmj+@andrew.cmu.edu>
> 
> 	* target.c (struct signals): Move to signals.c.
> 	* target.c (target_signal_to_name): Likewise.
> 	* target.c (target_signal_from_name): Likewise.
> 	* target.c (target_signal_from_host): Likewise.
> 	* target.c (do_target_signal_to_host): Likewise.
> 	* target.c (target_signal_to_host_p): Likewise.
> 	* target.c (target_signal_to_host): Likewise.
> 	* target.c (target_signal_from_command): Likewise.

This should be one entry, not half a dozen entries:

	* target.c (struct signals, target_signal_to_name)
	(target_signal_from_name, target_signal_from_host)
	(do_target_signal_to_host, target_signal_to_host_p)
	(target_signal_to_host, target_signal_from_command): Move to
	signals.c.

> 	* target.c (initialize_targets): Move check of
> 	struct signals to...

And this should not state the file name, since it's the same as the
previous entries:

	(initialize_targets): Move check of struct signals to...

The GNU coding standards have more details about formatting ChangeLog
entries.


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