diff options
| author | Russ Cox <rsc@swtch.com> | 2020-01-19 21:03:56 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2020-01-19 23:04:58 -0500 |
| commit | 8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3 (patch) | |
| tree | 645ca934eba78949310eca82b724d1fbdc85bf96 /src/libthread/Linux-386-asm.s | |
| parent | c181e39eeab0eb8cad274b7b22ce5343bd55630d (diff) | |
| download | plan9port-8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3.tar.gz plan9port-8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3.zip | |
libthread: remove Linux 2.4 code
Linux.c was for Linux 2.4 and is no longer used directly,
only indirectly because NetBSD.c was a 1-line file #including Linux.c.
So mv Linux.c NetBSD.c.
Also rm Linux-*-asm.s which was for Linux 2.4 as well.
Diffstat (limited to 'src/libthread/Linux-386-asm.s')
| -rw-r--r-- | src/libthread/Linux-386-asm.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libthread/Linux-386-asm.s b/src/libthread/Linux-386-asm.s deleted file mode 100644 index 197f12b5..00000000 --- a/src/libthread/Linux-386-asm.s +++ /dev/null @@ -1,7 +0,0 @@ -.globl _tas -_tas: - movl $0xCAFEBABE, %eax - movl 4(%esp), %ecx - xchgl %eax, 0(%ecx) - ret - |
