mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-12 00:12:18 +02: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:
|
flush_cache:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
#elif defined(__hppa__)
|
||||||
|
|
||||||
|
# warning FIX ME!!
|
||||||
|
|
||||||
|
.globl flush_cache
|
||||||
|
flush_cache:
|
||||||
|
.proc
|
||||||
|
.callinfo
|
||||||
|
bv %r0(%rp)
|
||||||
|
.procend
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# error Need flush_cache code for this architecture.
|
# error Need flush_cache code for this architecture.
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue