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] Change SIGADAABRT to SIGABRT on Darwin


The GNAT tasking runtimes using a signal (SIGADAABRT) for asynchronous
task abortion. On most platforms, SIGADAABRT is SIGABRT, but Darwin used
to use SIGTERM for that purpose. This change makes Darwin consistent with
the majority of platforms. This allows tasking programs to install their
own handler for SIGTERM (^C).

Tested on x86_64-pc-linux-gnu, committed on trunk

2011-09-19  Thomas Quinot  <quinot@adacore.com>

	* s-osinte-darwin.ads: Change SIGADAABRT on Darwin to SIGABRT.

Attachment: difs
Description: Text document


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