[PATCH] D28857: [ELF] - Allow relative relocations to a absolute value defined in linker script.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 06:31:01 PST 2017


>This is an over reduction. The real problem is that we are not tracking
>absoluteness correctly. In the original case vvar_vsyscall_gtod_data
>should not be absolute.

But bfd generates is as absolute from original reproduce file:
    35: ffffffffffffe080     0 NOTYPE  LOCAL  DEFAULT  ABS vvar_vsyscall_gtod_data

and gold too:
     8: ffffffffffffe080     0 NOTYPE  LOCAL  DEFAULT  ABS vvar_vsyscall_gtod_data

George.


More information about the llvm-commits mailing list