bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versio


From: vuvova at gmail dot com
Subject: [Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file
Date: Fri, 02 May 2014 17:17:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16895

--- Comment #5 from vuvova at gmail dot com ---
There is no -T (--script), indeed. It is intentional. ld manual says

  3.11 Implicit Linker Scripts
  ============================
  If you specify a linker input file which the linker can not recognize as
  an object file or an archive file, it will try to read the file as a
  linker script.

while -T and --script mean

  `-T SCRIPTFILE'
  `--script=SCRIPTFILE'
       Use SCRIPTFILE as the linker script.  This script replaces `ld''s
       default linker script (rather than adding to it), so COMMANDFILE
       must specify everything necessary to describe the output file.

My intention was, precisely, to *add* to the default linker script, so I could
not use -T (--script).

See also the last comment in https://mariadb.atlassian.net/browse/MDEV-5982

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]