diff options
author | Kai Backman <kaib@golang.org> | 2009-08-28 07:23:24 -0700 |
---|---|---|
committer | Kai Backman <kaib@golang.org> | 2009-08-28 07:23:24 -0700 |
commit | b979c01cf58ce2c5ed0865dc29ad0e88dc0233cc (patch) | |
tree | 6ad0a853a76980e3a4b096dc485ffc5890fc06d8 /src/pkg/syscall | |
parent | f9b04504882297c3f9c388b1fb4fd38aa16bef7f (diff) | |
download | golang-b979c01cf58ce2c5ed0865dc29ad0e88dc0233cc.tar.gz |
64 bit lsh, sub, and/or/eor. some placeholder files in syscall and os.
R=rsc
APPROVED=rsc
DELTA=204 (139 added, 0 deleted, 65 changed)
OCL=34009
CL=34025
Diffstat (limited to 'src/pkg/syscall')
-rw-r--r-- | src/pkg/syscall/asm_linux_arm.s | 4 | ||||
-rw-r--r-- | src/pkg/syscall/ztypes_linux_arm.go | 28 |
2 files changed, 18 insertions, 14 deletions
diff --git a/src/pkg/syscall/asm_linux_arm.s b/src/pkg/syscall/asm_linux_arm.s new file mode 100644 index 000000000..024018d5a --- /dev/null +++ b/src/pkg/syscall/asm_linux_arm.s @@ -0,0 +1,4 @@ +// Copyright 2009 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + diff --git a/src/pkg/syscall/ztypes_linux_arm.go b/src/pkg/syscall/ztypes_linux_arm.go index a3b1e6b79..c038e0243 100644 --- a/src/pkg/syscall/ztypes_linux_arm.go +++ b/src/pkg/syscall/ztypes_linux_arm.go @@ -1,4 +1,4 @@ -// godefs -gsyscall -f-m32 types_linux.c types_linux_386.c +// godefs -gsyscall -f-m32 types_linux.c // MACHINE GENERATED - DO NOT EDIT. @@ -163,18 +163,18 @@ type Timex struct { Calcnt int32; Errcnt int32; Stbcnt int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; - int32; + Pad0 int32; + Pad1 int32; + Pad2 int32; + Pad3 int32; + Pad4 int32; + Pad5 int32; + Pad6 int32; + Pad7 int32; + Pad8 int32; + Pad9 int32; + Pad10 int32; + Pad11 int32; } type Time_t int32 @@ -314,7 +314,7 @@ type PtraceRegs struct { __fs uint16; Gs uint16; __gs uint16; - Eax int32; + Orig_eax int32; Eip int32; Cs uint16; __cs uint16; |