CTSRD-CHERI / lld

http://llvm.org/git/lld with added CHERI support
http://www.chericpu.com
Other
0 stars 3 forks source link

Do we need __executable_start? #1

Open arichardson opened 7 years ago

arichardson commented 7 years ago

Currently the binutils _fbsd linker scripts have PROVIDE (__executable_start = 0x120000000); . = 0x120000000 + SIZEOF_HEADERS;

It doesn't seem to be used anywhere and if my understanding is correct, lld has the equivalent (?) __ehdr_start

arichardson commented 7 years ago

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