History log of /haiku/src/system/libroot/os/arch/arm/stack_frame.c
Revision Date Author Comments
# 016cc668 03-Sep-2019 Jaroslaw Pelczar <jarek@jpelczar.com>

Remove arch_get_caller

Use the gcc builtin instead, which generates more efficient code (it
saves a function call) and means less platform specific code to write
for us.

Change-Id: I1d55b5703027b2ea4ecde2438ea306bd4850eb32
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1859
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9ffc3c3d 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/libroot: stub out the missing functions for now

This will get libroot.so to build, which should give us much more compilation
coverage for ARM now too. Will have to go through all the libroot code with
a tooth comb anyway once userland comes up...

(Will consider replacing the glibc mess with bsd for all non gcc2 platforms)


# 9ffc3c3d8ae7b5f34cb1ee8dc58ec54edb04d7cf 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM/libroot: stub out the missing functions for now

This will get libroot.so to build, which should give us much more compilation
coverage for ARM now too. Will have to go through all the libroot code with
a tooth comb anyway once userland comes up...

(Will consider replacing the glibc mess with bsd for all non gcc2 platforms)