diff options
Diffstat (limited to 'libgo/go')
-rw-r--r-- | libgo/go/debug/proc/regs_rtems_386.go | 5 | ||||
-rw-r--r-- | libgo/go/debug/proc/regs_rtems_amd64.go | 5 | ||||
-rw-r--r-- | libgo/go/debug/proc/regs_solaris_386.go | 5 | ||||
-rw-r--r-- | libgo/go/debug/proc/regs_solaris_amd64.go | 5 | ||||
-rw-r--r-- | libgo/go/debug/proc/regs_solaris_sparc.go | 5 | ||||
-rw-r--r-- | libgo/go/debug/proc/regs_solaris_sparc64.go | 5 |
6 files changed, 0 insertions, 30 deletions
diff --git a/libgo/go/debug/proc/regs_rtems_386.go b/libgo/go/debug/proc/regs_rtems_386.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_rtems_386.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc diff --git a/libgo/go/debug/proc/regs_rtems_amd64.go b/libgo/go/debug/proc/regs_rtems_amd64.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_rtems_amd64.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc diff --git a/libgo/go/debug/proc/regs_solaris_386.go b/libgo/go/debug/proc/regs_solaris_386.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_solaris_386.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc diff --git a/libgo/go/debug/proc/regs_solaris_amd64.go b/libgo/go/debug/proc/regs_solaris_amd64.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_solaris_amd64.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc diff --git a/libgo/go/debug/proc/regs_solaris_sparc.go b/libgo/go/debug/proc/regs_solaris_sparc.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_solaris_sparc.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc diff --git a/libgo/go/debug/proc/regs_solaris_sparc64.go b/libgo/go/debug/proc/regs_solaris_sparc64.go deleted file mode 100644 index 3fc3e51..0000000 --- a/libgo/go/debug/proc/regs_solaris_sparc64.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2011 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. - -package proc |