r255408 - in /trunk/gcc/ada: ChangeLog gcc-inte...

sh@gcc.gnu.org sh@gcc.gnu.org
Tue Dec 5 10:46:00 GMT 2017


Author: sh
Date: Tue Dec  5 10:46:42 2017
New Revision: 255408

URL: https://gcc.gnu.org/viewcvs?rev=255408&root=gcc&view=rev
Log:
RTEMS/Ada: Define EH_MECHANISM

Without this definition I got the following error:

<...>/xgcc <...>  -c -g -O2   -W -Wall -gnatpg -nostdinc  -g -fno-inline \
      -fno-toplevel-reorder -O1  a-except.adb -o a-except.o
a-exexpr.adb:38:06: "System.Exceptions.Machine" is not a predefined library unit
a-exexpr.adb:38:06: "Ada.Exceptions (body)" depends on "Ada.Exceptions.Exception_Propagation (body)"
a-exexpr.adb:38:06: "Ada.Exceptions.Exception_Propagation (body)" depends on "System.Exceptions.Machine (spec)"
../gcc-interface/Makefile:2661: recipe for target 'a-except.o' failed

gcc/ada

	* gcc-interface/Makefile.in (RTEMS): Define EH_MECHANISM.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/Makefile.in



More information about the Gcc-cvs mailing list