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] |
- From: Laurent GUERBY
- To: Arnaud Charlet
- Cc: Serge Belyshev , gcc-patches
- Date: Mon, 19 Feb 2007 12:26:03 +0100
- Subject: [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid
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 \
- ada/s-purexc.o
ada/s-restri.o
ada/s-secsta.o
ada/s-soflin.o \
- Follow-Ups:
- Re: [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid
* From: Arnaud Charlet - Re: [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid
* From: Eric Botcazou
- Re: [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |