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] remove unnecessary restriction in stand alone project file


Tested on i686-linux, committed on HEAD

The limitation that the library symbol file and the library reference
symbol file could not be the same is removed, because it is not a problem
if these two files are the same.
The test for this is, on VMS, to build a Stand-Alone Library with the
same file for both Library_Symbol_File and
Library_Reference_Symbol_File.

2005-03-29  Vincent Celier  <celier@adacore.com>

	* prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
	file and the reference symbol file to be the same file.

Attachment: difs.17
Description: Text document


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