4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-03 04:50:23 +08:00
Claudiu Zissulescu f84fed5291 arc: libgloss: Use long calls attribute for exit_halt
According to GCC documentation for ARC, a function marked with
the long_call attribute is always called using register-indirect
jump-and-link instructions, thereby enabling the called function
to be placed anywhere within the 32-bit address space.

exit_halt function is provided by crt0.S and it's used
in nsim-syscalls.c. Thus, we want to ensure that a linkage
issue will not arise.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
2024-05-22 14:22:06 -04:00
..
2017-06-14 14:51:20 +02:00
2015-11-12 14:11:47 +01:00
2017-06-14 14:51:20 +02:00
2016-05-06 15:56:46 -04:00
2015-11-12 14:11:47 +01:00
2016-05-11 12:45:55 -04:00
2015-11-12 14:11:47 +01:00