Laurent GUERBY - [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid (original) (raw)

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

Serge reported a failure to link gnatbind in stage1:

ada/b_gnatb.o: In function adainit': ada/b_gnatb.c:292: undefined reference to system__pure_exceptions___elabs'

By looking at b_gnatb.c on my x86_64-linux bootstrap it looks like s-purexc.o is listed as dependancy but not in the Make-lang.in.

Tested on x86_64-linux, ok to commit?

2007-02-19 Laurent GUERBY laurent@guerby.net

* Make-lang.in (GNATBIND_OBJS): Add missing ada/s-purexc.o.

Index: Make-lang.in

--- Make-lang.in (revision 122105) +++ Make-lang.in (working copy) @@ -224,6 +224,7 @@ ada/s-mastop.o
ada/s-memory.o
ada/s-parame.o \


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