[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/18989] please enable --push-state / --pop-state for gold
From: |
ccoutant at gmail dot com |
Subject: |
[Bug gold/18989] please enable --push-state / --pop-state for gold |
Date: |
Fri, 02 Dec 2016 00:48:30 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18989
Cary Coutant <ccoutant at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Severity|normal |enhancement
--- Comment #2 from Cary Coutant <ccoutant at gmail dot com> ---
Implemented on trunk.
Unlike Gnu ld, gold implements this as a true stack: push and pop may
be nested to any depth.
The -r , -n, and -N options are listed in the Gnu linker manual among
the saved options, but they are not position-dependent options, and
have nothing to do with the treatment of input files. I have not
included them in the list of options saved. The position-dependent
options saved by --push-state in gold are:
--as-needed/--no-as-needed
-Bdynamic/-Bstatic/-dy/-dn
--format
--whole-archive/--no-whole-archive
--incremental-changed/-unchanged/-unknown
--
You are receiving this mail because:
You are on the CC list for the bug.