diff options
Diffstat (limited to 'arch/x86_64/ia32/vsyscall.lds')
| -rw-r--r-- | arch/x86_64/ia32/vsyscall.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/vsyscall.lds b/arch/x86_64/ia32/vsyscall.lds index f2e75ed4c6c7..1dc86ff5bcb9 100644 --- a/arch/x86_64/ia32/vsyscall.lds +++ b/arch/x86_64/ia32/vsyscall.lds | |||
| @@ -11,6 +11,7 @@ SECTIONS | |||
| 11 | . = VSYSCALL_BASE + SIZEOF_HEADERS; | 11 | . = VSYSCALL_BASE + SIZEOF_HEADERS; |
| 12 | 12 | ||
| 13 | .hash : { *(.hash) } :text | 13 | .hash : { *(.hash) } :text |
| 14 | .gnu.hash : { *(.gnu.hash) } | ||
| 14 | .dynsym : { *(.dynsym) } | 15 | .dynsym : { *(.dynsym) } |
| 15 | .dynstr : { *(.dynstr) } | 16 | .dynstr : { *(.dynstr) } |
| 16 | .gnu.version : { *(.gnu.version) } | 17 | .gnu.version : { *(.gnu.version) } |
