mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
Rename: src/hppa/global-hppa.c -> src/hppa/global.c
}(Logical change 1.241)
This commit is contained in:
parent
4b6be8edd7
commit
33e369b82f
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
#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