diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:55:47 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:55:47 +0000 |
| commit | 1892ac4b50072992f5214e95609a8c5c51d01a0f (patch) | |
| tree | b29a37ab71725ede5acc1c22a58e5bcf527c0761 /lib | |
| parent | 4eb166cf184c1f102fb79e31b1465ea3e2021c39 (diff) | |
20090401-2354
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/proto/Linux | 5 | ||||
| -rw-r--r-- | lib/proto/inferno | 8 | ||||
| -rw-r--r-- | lib/proto/os | 16 | ||||
| -rw-r--r-- | lib/proto/src | 1 | ||||
| -rw-r--r-- | lib/proto/utils | 1 |
5 files changed, 28 insertions, 3 deletions
diff --git a/lib/proto/Linux b/lib/proto/Linux index 368ed85a..f6c7e47c 100644 --- a/lib/proto/Linux +++ b/lib/proto/Linux @@ -21,3 +21,8 @@ Linux include + lib + spim + bin + include + + + lib diff --git a/lib/proto/inferno b/lib/proto/inferno index d25b59e1..7f64fdf9 100644 --- a/lib/proto/inferno +++ b/lib/proto/inferno @@ -21,6 +21,14 @@ Linux bin include lib + arm + bin + include + lib + spim + bin + include + lib MacOSX 386 bin diff --git a/lib/proto/os b/lib/proto/os index c6ddebee..50350437 100644 --- a/lib/proto/os +++ b/lib/proto/os @@ -24,6 +24,11 @@ Inferno include * lib + spim + bin + include + * + lib thumb bin include @@ -70,6 +75,7 @@ libkern frexp-mips.c frexp-power.c frexp-sparc.c + frexp-spim.c frexp-thumb.c getfcr-386.s getfcr-68000.s @@ -77,6 +83,7 @@ libkern getfcr-mips.s getfcr-power.s getfcr-sparc.s + getfcr-spim.s getfcr-thumb.s getfields.c log.c @@ -85,15 +92,13 @@ libkern memchr.c memcmp-power.s memcmp.c - memcpy-386.s - memcpy-arm.c - memcpy-thumb.c memmove.c memmove-386.s memmove-68000.s memmove-arm.s memmove-mips.s memmove-power.s + memmove-spim.s memmove-sparc.s memmove-thumb.s memset-386.s @@ -102,6 +107,7 @@ libkern memset-mips.s memset-power.s memset-sparc.s + memset-spim.s memset-thumb.s memset.c mkfile @@ -119,6 +125,7 @@ libkern nan-arm.c nan-mips.c nan-power.c + nan-spim.c nan-sparc.c nan-thumb.c netmkaddr.c @@ -140,6 +147,7 @@ libkern strchr-mips.s strchr-power.s strchr-sparc.s + strchr-spim.c strchr-thumb.s strchr.c strcmp-power.s @@ -173,6 +181,7 @@ libkern vlop-mips.s vlop-power.s vlop-sparc.s + vlop-spim.s vlop-thumb.s vlrt-386.c vlrt-68000.c @@ -180,6 +189,7 @@ libkern vlrt-mips.c vlrt-power.c vlrt-sparc.c + vlrt-spim.c vlrt-thumb.c vseprint.c vsmprint.c diff --git a/lib/proto/src b/lib/proto/src index 3289e753..9de7c85d 100644 --- a/lib/proto/src +++ b/lib/proto/src @@ -97,6 +97,7 @@ libdynld dynld-mips.c dynld-power.c dynld-sparc.c + dynld-spim.c dynld.c dynloadfd.c mkfile diff --git a/lib/proto/utils b/lib/proto/utils index 18f17984..3b5bf20a 100644 --- a/lib/proto/utils +++ b/lib/proto/utils @@ -40,6 +40,7 @@ lib9 getcallerpc-Irix-mips.s getcallerpc-Linux-386.S getcallerpc-Linux-arm.S + getcallerpc-Linux-spim.S getcallerpc-MacOSX-power.s getcallerpc-MacOSX-386.s getcallerpc-Solaris-386.s |
