A testcase:
[hjl@gnu-tgl-3 pr32761]$ cat x.c
#include
char bss[0xb5dce8] __attribute__((aligned(65536)));
int
main (void)
{
printf ("hello\n");
}
[hjl@gnu-tgl-3 pr32761]$ gcc -B./ x.c
[hjl@gnu-tgl-3 pr32761]$ readelf -Wl a.out
Elf file type is EXEC (Executable file)
Entry point 0x4003b0
The
Works for me:
/export/build/gnu/tools-build/binutils-asan/build-x86_64-linux/ld/ld-new
-mi386pep --subsystem=10 --image-base=0x82d04000 --stack=0,0
--heap=0,0 --section-alignment=0x20 --file-alignment=0x20 --major-
image-version=4 --minor-image-version=16 --major-os-version=2 --minor-
I can build xen-4.16.0 on Fedora 35. Please provide ALL inputs so that
I can reproduce it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958389
Title:
Jammy builds of xen segfault, but only on lau
Fixed for 2.34 by
commit 3f9aad111cea2f25877d0a6b404956769c14faee
Author: Jan Beulich
Date: Fri Sep 20 10:18:15 2019 +0200
x86-64: fix handling of PUSH/POP of segment register
Commit 21df382b91 ("x86: fold SReg{2,3}") went too far: Folding 64-bit
PUSH/POP templates into non-64
It is caused by
commit 21df382b91de64749e977f185c4e10a5b838
Author: Jan Beulich
Date: Tue Jul 16 09:30:29 2019 +0200
x86: fold SReg{2,3}
They're the only exception to there generally being no mix of register
kinds possible in an insn operand template, and there being two b
It is caused by
http://sourceware.org/ml/binutils/2011-09/msg00121.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872687
Title:
c++ -flto always results in unresolved symbols
To manage notific
It is a regression.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872687
Title:
c++ -flto always results in unresolved symbols
To manage notifications about this bug go to:
https://bugs.launchpad.n
Fixed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697229
Title:
openmpi link failure with ld --as-needed
To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/69
A patch is posted at
http://sourceware.org/ml/binutils/2011-10/msg00035.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697229
Title:
openmpi link failure with ld --as-needed
To manage notifica
Created attachment 5963
A patch
This patch preserves the maximum alignment and size for common
symbols.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697229
Title:
openmpi link failure with ld --as
A small testcase:
hjl@gnu-6 pr13250]$ cat foo.c
char mpi_fortran_argv_null_[8];
[hjl@gnu-6 pr13250]$ cat bar.c
extern char mpi_fortran_argv_null_[8];
int
bar ()
{
return mpi_fortran_argv_null_[0];
}
[hjl@gnu-6 pr13250]$ cat main.c
char mpi_fortran_argv_null_[1];
extern int bar ();
int
main ()
Please provide the source of mpitest.o as well as command line
used to create mpitest.o.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/697229
Title:
openmpi link failure with ld --as-needed
To mana
*** Bug 13182 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778292
Title:
undefined reference to `pow' when building with -flto
To manage notificatio
13 matches
Mail list logo