vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.

2011-04-20  Tristan Gingold  <gingold@adacore.com>

	* config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.

From-SVN: r172770
This commit is contained in:
Tristan Gingold 2011-04-20 14:30:58 +00:00 committed by Tristan Gingold
parent 516edfdd8a
commit b501ce4ebc
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-04-20 Tristan Gingold <gingold@adacore.com>
* config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
2011-04-20 Georg-Johann Lay <avr@gjlay.de>
PR target/18145

View File

@ -329,11 +329,16 @@ do { \
} \
} while (0)
#undef LINK_SPEC
#if HAVE_GNU_LD
/* GNU-ld built-in linker script already handles the dwarf2 debug sections. */
#define LINK_SPEC "%{shared} %{v}"
#else
/* Link with vms-dwarf2.o if -g (except -g0). This causes the
VMS link to pull all the dwarf2 debug sections together. */
#undef LINK_SPEC
#define LINK_SPEC "%{g:-g vms-dwarf2.o%s} %{g0} %{g1:-g1 vms-dwarf2.o%s} \
%{g2:-g2 vms-dwarf2.o%s} %{g3:-g3 vms-dwarf2.o%s} %{shared} %{v} %{map}"
#endif
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \