[Bug gold/20833] x32 kernel build error

2019-02-17 Thread devurandom at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 Dennis Schridde changed: What|Removed |Added CC||devurandom at gmx dot net -- You a

[Bug gold/20833] x32 kernel build error

2018-05-05 Thread saih792 at outlook dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 Sora Lee changed: What|Removed |Added CC||saih792 at outlook dot com --- Comment #9

[Bug gold/20833] x32 kernel build error

2017-03-08 Thread sourceware at mattwhitlock dot name
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 Matt Whitlock changed: What|Removed |Added CC||sourceware at mattwhitlock dot nam

[Bug gold/20833] x32 kernel build error

2017-03-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 Markus Trippelsdorf changed: What|Removed |Added CC||bero at lindev dot ch --- Comme

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #7 from H.J. Lu --- X32 uses 32-bit pointers in 64-bit address space. It can reach the full 64-bit address space: [hjl@gnu-6 far-3]$ cat x.c #include extern int foo (long long); int main () { long long addr = 0xff600

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #6 from H.J. Lu --- (In reply to Cary Coutant from comment #5) > (In reply to H.J. Lu from comment #3) > > Technically, gold is correct to complain relocation overflow. > > But vvar_vsyscall_gtod_data is in vvar page which is place

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #5 from Cary Coutant --- (In reply to H.J. Lu from comment #3) > Technically, gold is correct to complain relocation overflow. > But vvar_vsyscall_gtod_data is in vvar page which is placed before > vdso page: > > 7fffe89d8000-7fff

[Bug gold/20833] x32 kernel build error

2016-11-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #4 from H.J. Lu --- Gold can implement -z noreloc-overflow to disable relocation overflow check and -z noreloc-overflow should be used to build vdso. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gold/20833] x32 kernel build error

2016-11-17 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #3 from H.J. Lu --- Technically, gold is correct to complain relocation overflow. But vvar_vsyscall_gtod_data is in vvar page which is placed before vdso page: 7fffe89d8000-7fffe89da000 r--p 00:00 0

[Bug gold/20833] x32 kernel build error

2016-11-17 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #2 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #1) > Created attachment 9644 [details] > A patch > > Try this. Works fine. Thank you. -- You are receiving this mail because: You are on the CC list for the bug

[Bug gold/20833] x32 kernel build error

2016-11-17 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #1 from H.J. Lu --- Created attachment 9644 --> https://sourceware.org/bugzilla/attachment.cgi?id=9644&action=edit A patch Try this. -- You are receiving this mail because: You are on the CC list for the bug. _