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

[Ada]: No elaboration of SAL when library name has only 1 character


When the library name of a Stand-Alone library has only 1 character,
the binder generated object file is not included in the library,
resulting in failure to elaborate the library. This patch corrects
this.

Tested on x86_64-pc-linux-gnu, committed on trunk

2009-08-07  Vincent Celier  <celier@adacore.com>

	* mlib-prj.adb (Build_Library): Include binder generate object file for
	SAL when library name is only one character.

Attachment: difs
Description: Text document


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