Displaying 4 results from an estimated 4 matches for "msg00310".
Did you mean:
msg00010
2010 Jun 28
2
[LLVMdev] libLLVMgold.so: could not load plugin library
On 6/27/2010 10:35 PM, Rafael Espindola wrote:
> Try to run just that ld command first. Same error message? Run in in
> gdb and set a breakpoint just before gold tries to load the plugin.
> Sorry, I am really out of ideas on what is going wrong here...
It is the same error message .
Can you tell me which gcc version are you using to compile the llvm
chain, and also the binutils svn
2010 Jun 28
0
[LLVMdev] libLLVMgold.so: could not load plugin library
...o the binutils svn version number?
I have used both gcc 4.2 and 4.4.
> I noticed the dlopen is inside /lib/ld-linux.so.2, and my version of glibc
> is 2.5, is this too old?
I don't think that is the problem. I have just posted a patch to gold
http://sourceware.org/ml/binutils/2010-06/msg00310.html
That should print more complete error messages. Can you give that a
try? That is what I was going to ask you to try with gdb, but it is
probably easier to juts apply that patch and build gold.
> Thanks.
>
Cheers,
--
Rafael Ávila de Espíndola
2018 May 03
6
[RFC] virtio: support VIRTIO_F_IO_BARRIER
This patch introduces the support for VIRTIO_F_IO_BARRIER.
When this feature is negotiated, driver will use the barriers
suitable for hardware devices.
Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
---
drivers/virtio/virtio_ring.c | 5 +++++
include/uapi/linux/virtio_config.h | 8 +++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_ring.c
2018 May 03
6
[RFC] virtio: support VIRTIO_F_IO_BARRIER
This patch introduces the support for VIRTIO_F_IO_BARRIER.
When this feature is negotiated, driver will use the barriers
suitable for hardware devices.
Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
---
drivers/virtio/virtio_ring.c | 5 +++++
include/uapi/linux/virtio_config.h | 8 +++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_ring.c