gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK= has been specifie...
authorVincent Celier <celier@adacore.com>
Wed, 6 Jun 2007 10:29:41 +0000 (12:29 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:29:41 +0000 (12:29 +0200)
commit37ed3e067925442661abfe3292cdf06d37bdb8db
treeb470b416f77dbb0a189584d93fe36aca5b094744
parent53a0bb66e7774fc5edc40aa840315248a937b62b
gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK= has been specified Correct error...

2007-04-20  Vincent Celier  <celier@adacore.com>

* gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK=
has been specified
Correct error message when invocation of the linker fails
Add explicit size clause for the C imported variables
Object_List_File_Supported and Using_GNU_Linker to emphasize that
we expect char size.
Read target parameters earlier, since this is needed to set
Target_VM properly. Also do not use -static/shared-libgcc for non GCC
targets.

From-SVN: r125417
gcc/ada/gnatlink.adb