This is the mail archive of the gcc@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]

Re: RISC-V and Ada: undefined references to `__gnat_raise_nodefer_with_msg'


On 03/07/18 09:10, Eric Botcazou wrote:
It seems the a-except.adb was replaced by  a-except-2005.adb in this commit:
Right, it's by design, the old support for SJLJ exceptions has been ditched
for full runtimes.  You probably just need to swap the values of

    Frontend_Exceptions       : constant Boolean := True;
    ZCX_By_Default            : constant Boolean := False;

in system-rtems.ads.

Thanks, this worked.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


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