summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-08-16 13:10:29 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 14:50:03 +0300
commit8d5b1aeeffb80515197fd7aeee0b3fbfac904ecd (patch)
tree70898dc1bf11f5e99a6cb32998eb734e579da8c0 /README
parent7d77ef4d82b3eca8ca3a869cd313428026a122a7 (diff)
downloadlibunwind-8d5b1aeeffb80515197fd7aeee0b3fbfac904ecd.tar.gz
SuperH port
Add support for the 32bit SuperH architecture running Linux. Specifically, support is added for SH4, and support for earlier SH versions and to the 64bit SH5 are left out. This was tested in qemu with a little-endian SH4 debian image & GCC 4.7 cross compiler.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 9f03a183..71a631fd 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ several architecture/operating-system combinations:
Linux/PARISC: Works well, but C library missing unwind-info.
HP-UX/IA-64: Mostly works but known to have some serious limitations.
Linux/PPC64: Newly added.
+ Linux/SuperH: Newly added.
FreeBSD/i386: Newly added.
FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64).