bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able


From: hjl.tools at gmail dot com
Subject: [Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so
Date: Mon, 22 Feb 2016 19:31:40 +0000

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

--- Comment #15 from H.J. Lu <hjl.tools at gmail dot com> ---
A simple testcase:

address@hidden pr19698]$ cat foo.c
void
foo ()
{
}
address@hidden pr19698]$ cat foo.v
"address@hidden" = foo;

VERSION {
VERS.2 {
  global:
    foo;
};

VERS.1 {
};
}
address@hidden pr19698]$ make
readelf --dyn-syms libfoo.so | grep foo
     2: 00000000000002b4     0 FUNC    GLOBAL DEFAULT    6 foo@@VERS.1
     5: 00000000000002b4     7 FUNC    GLOBAL DEFAULT    6 foo@@VERS.2
address@hidden pr19698]$

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