ada: Fix exception on attaching non-handler procedure Before this patch, the program error raised when Attach_Handler was called on a procedure without Interrupt_Handler specified was accompanied by a message that related to a completely different error. This patch fixes this. gcc/ada/ChangeLog: * libgnarl/s-interr.adb (Unprotected_Exchange_Handler): Fix exception message.