This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/16105] New: gdb.base/skip-solib.exp ignored -Wl,-soname


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

            Bug ID: 16105
           Summary: gdb.base/skip-solib.exp ignored -Wl,-soname
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com

line 42
if {[gdb_compile_shlib ${srcdir}/${subdir}/${srcfile_lib} ${binfile_lib} [list
debug additional_flags=-fPIC -Wl,-soname,${libname}.so]] != ""} {

There is a bug: "-Wl,-soname,${libname}.so" is ignored written this way.

Maybe it is not needed but not sure.

One should remove it or quote it properly.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]