[Bug libc/18766] New: -Wl,--start-group and -Wl,--end-group are missing from link-libc-before-gnulib

hjl.tools at gmail dot com sourceware-bugzilla@sourceware.org
Mon Aug 3 17:57:00 GMT 2015


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

            Bug ID: 18766
           Summary: -Wl,--start-group and -Wl,--end-group are missing from
                    link-libc-before-gnulib
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Makerules has

# Compiler arguments to use to link a shared object with libc and
# ld.so.  This is intended to be as similar as possible to a default
# link with an installed libc.
link-libc-args = -Wl,--start-group \
                 $(libc-for-link) \
                 $(common-objpfx)libc_nonshared.a \
                 $(as-needed) $(elf-objpfx)ld.so $(no-as-needed) \
                 -Wl,--end-group

But -Wl,--start-group and -Wl,--end-group are missing from:

link-libc-before-gnulib = $(common-objpfx)libc.so$(libc.so-version) \
                          $(common-objpfx)$(patsubst %,$(libtype.oS),c) \
                          $(as-needed) $(elf-objpfx)ld.so \
                          $(no-as-needed)

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



More information about the Glibc-bugs mailing list