This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[Ada] Clean up Darwin port


Manually tested on darwin
Automatically tested on x86-linux, committed on mainline.

Clean up darwin port by using proper type definitions from header files.
Done by code review. There might be latent bugs fixed by this change,
although none is known.
Use SIGTERM instead of SIGABRT for SIGADAABORT, which is slightly
better under darwin, since using SIGABRT will kill the process when
using asynchronous task termination in Ada.

2005-01-03  Arnaud Charlet  <charlet@adacore.com>

	* s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
	darwin port by using proper type definitions from header files.
	Use SIGTERM instead of SIGABRT for SIGADAABORT.

Attachment: difs.18
Description: Text document


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