mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-07 10:04:31 +01:00
Rename: src/hppa/global-hppa.c -> src/hppa/global.c
(Logical change 1.241)
This commit is contained in:
parent
08743d8661
commit
4b6be8edd7
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
#include "unwind_i.h"
|
||||||
|
|
||||||
|
HIDDEN int hppa_needs_initialization = 1;
|
||||||
|
|
||||||
|
HIDDEN void
|
||||||
|
hppa_init (void)
|
||||||
|
{
|
||||||
|
extern void _ULhppa_local_addr_space_init (void);
|
||||||
|
|
||||||
|
mi_init();
|
||||||
|
|
||||||
|
_Uhppa_local_addr_space_init ();
|
||||||
|
_ULhppa_local_addr_space_init ();
|
||||||
|
}
|
Loading…
Reference in a new issue