diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-24 23:42:22 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-24 23:42:22 +0000 |
| commit | 8fb241fa955c49e31cc55d5a2d8925cf64d3ce53 (patch) | |
| tree | d68735895798976d2d62e7deab3a8b9b61b97a32 /libgo/go/debug | |
| parent | fbdda6a71d3d4e2946d5e848f36cb4f8700f5f6c (diff) | |
| download | ppe42-gcc-8fb241fa955c49e31cc55d5a2d8925cf64d3ce53.tar.gz ppe42-gcc-8fb241fa955c49e31cc55d5a2d8925cf64d3ce53.zip | |
Recognize m68k, mips, PPC. Don't require arch syscall files to exist.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169185 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/debug')
| -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 3fc3e51cd79..00000000000 --- 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 3fc3e51cd79..00000000000 --- 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 3fc3e51cd79..00000000000 --- 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 3fc3e51cd79..00000000000 --- 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 3fc3e51cd79..00000000000 --- 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 3fc3e51cd79..00000000000 --- 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 |

