bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/20833] x32 kernel build error


From: hjl.tools at gmail dot com
Subject: [Bug gold/20833] x32 kernel build error
Date: Thu, 17 Nov 2016 21:57:22 +0000

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
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 00000000 00:00 0                          [vvar]
7fffe89da000-7fffe89dc000 r-xp 00000000 00:00 0                          [vdso]

There is no good way to express it. ld happens to store the absolute
value of 0xffffe080 as 0xffffffffffffe080.

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