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] Replace indepsw-linux by indepsw-gnu


Tested on i686-linux, committed on mainline.

We use different specializations of indepsw.adb on different platforms
to provide a mapping from GNAT switches to the switches supported by
different platform specific linkers. This change introduces a new
specialization indepsw-gnu.adb for systems using a gnu linker, which
replaces the old specialization indepsw-linux.adb on GNU/Linux systems
and, additionally, is now used for LynxOS targets.

2005-07-04  Matthew Gingell  <gingell@adacore.com>

	* Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb

	* indepsw-linux.adb: Replace by...

	* indepsw-gnu.adb: ...this new file

Attachment: difs.11
Description: Text document


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