I am using GCC 8.3.0 with the Ada tool chain, but cannot seem to find a way of unsetting the signal handlers the Ada run time inserts. I do not want Ada to handle signals for me as I am in a missed C/C++/Ada code base and would prefer to have the C signal handlers used. Any ideas? Thanks, Tom