Re: [PATCH][AArch64] Fix LINUX_TARGET_LINK_SPEC to be consistent with ARM

2015-07-24 Thread Szabolcs Nagy
On 24/07/15 13:50, Marcus Shawcroft wrote: > On 22 July 2015 at 18:13, Szabolcs Nagy wrote: >> Same as >> https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html >> but for AArch64. >> >> -dynamic-linker is only passed to the linker if !static && !shared. >> >> -rdynamic handling is changed too t

Re: [PATCH][AArch64] Fix LINUX_TARGET_LINK_SPEC to be consistent with ARM

2015-07-24 Thread Marcus Shawcroft
On 22 July 2015 at 18:13, Szabolcs Nagy wrote: > Same as > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html > but for AArch64. > > -dynamic-linker is only passed to the linker if !static && !shared. > > -rdynamic handling is changed too to be consistent with arm: > only pass -export-dynami

[PATCH][AArch64] Fix LINUX_TARGET_LINK_SPEC to be consistent with ARM

2015-07-22 Thread Szabolcs Nagy
Same as https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html but for AArch64. -dynamic-linker is only passed to the linker if !static && !shared. -rdynamic handling is changed too to be consistent with arm: only pass -export-dynamic if !static. 2015-07-22 Szabolcs Nagy PR target/