History log of /haiku/src/system/runtime_loader/arch/arm/arch_relocate.cpp
Revision Date Author Comments
# 24b174f4 18-Feb-2022 David Karoly <karolyd577@gmail.com>

runtimer_loader/arm: implement relocations

Change-Id: Ibda978e37d6dbdaf33ac054adbbda70768fe0d97
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4975
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9fc69d1b 12-Jan-2014 Jonathan Schleifer <js@webkeks.org>

runtime_loader: Add __dso_handle.

The symbol is needed for global objects. Usually, GCC also requires
this, but for some reason, the linking error only occurs when using
Clang.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 2beda3bb 22-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/runtime_loader: add stub to make it compile


# 9fc69d1b0015d7048ec051e2c0faa8e073ce847e 12-Jan-2014 Jonathan Schleifer <js@webkeks.org>

runtime_loader: Add __dso_handle.

The symbol is needed for global objects. Usually, GCC also requires
this, but for some reason, the linking error only occurs when using
Clang.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 2beda3bb5be8191b672688bed7ddcadd2b17dc41 22-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/runtime_loader: add stub to make it compile