diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:08:37 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:08:37 +0000 |
commit | 35df59db508dbf23437f3253f25147191796e19f (patch) | |
tree | 59047d1c78611a04816d17cb8182666e1ae4b3b1 /libc/sysdeps/linux/cris/libc.map | |
parent | da6874a62e91b80e39cfd8f20a5b9d36ec28db0b (diff) |
Initial version of the CRIS port.
Diffstat (limited to 'libc/sysdeps/linux/cris/libc.map')
-rw-r--r-- | libc/sysdeps/linux/cris/libc.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/cris/libc.map b/libc/sysdeps/linux/cris/libc.map new file mode 100644 index 000000000..6710c733d --- /dev/null +++ b/libc/sysdeps/linux/cris/libc.map @@ -0,0 +1,3 @@ +U { + local: __sigjmp_save; +}; |