bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/25110] FAIL: --gc-sections with __start_SECTIONNAME


From: dave.anglin at bell dot net
Subject: [Bug ld/25110] FAIL: --gc-sections with __start_SECTIONNAME
Date: Wed, 16 Oct 2019 14:40:30 +0000

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

--- Comment #3 from dave.anglin at bell dot net ---
On 2019-10-16 7:33 a.m., John David Anglin wrote:
> Final executables always need to be linked against the millicode library on 
> hppa to provide $$dyncall
> and various arithmetic operations that are implemented in assembly.  Seems we 
> have lost that in test.

There is this code in ld/testsuite/ld-selective/selective.exp:

    # HPPA linux targets need libgcc.a for millicode routines ($$dyncall).
    if [istarget hppa*-*-linux*] {
        set libgcc [remote_exec host "$compiler -print-libgcc-file-name"]
        set libgcc [lindex $libgcc 1]
        regsub -all "\[\r\n\]" $libgcc "" libgcc
        set objfile "$objfile $libgcc"
    }

-- 
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]