mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
(flush_cache): Provide dummy implementation for HPPA.
(Logical change 1.290)
This commit is contained in:
parent
c14371409a
commit
3ff39e9fc9
1 changed files with 11 additions and 0 deletions
|
@ -36,6 +36,17 @@ flush_cache:
|
|||
flush_cache:
|
||||
ret
|
||||
|
||||
#elif defined(__hppa__)
|
||||
|
||||
# warning FIX ME!!
|
||||
|
||||
.globl flush_cache
|
||||
flush_cache:
|
||||
.proc
|
||||
.callinfo
|
||||
bv %r0(%rp)
|
||||
.procend
|
||||
|
||||
#else
|
||||
# error Need flush_cache code for this architecture.
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue