summaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-07 01:16:20 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-07 01:16:20 +0000
commita2fe6cb095bbd0d5fe68a33b1faa9f6e417a2401 (patch)
tree28d4e50a31f7428050763b36e3c7bbdeeb541a0f /libgo/Makefile.in
parent7070a9f28245b3378b8e8eb36a61b1e6c30586ad (diff)
downloadgcc-a2fe6cb095bbd0d5fe68a33b1faa9f6e417a2401.tar.gz
libgo: Implement and use runtime.Caller, runtime.Func.FileLine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 418c7876a31..b57d92919b5 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1340,13 +1340,15 @@ go_debug_dwarf_files = \
go/debug/dwarf/buf.go \
go/debug/dwarf/const.go \
go/debug/dwarf/entry.go \
+ go/debug/dwarf/line.go \
go/debug/dwarf/open.go \
go/debug/dwarf/type.go \
go/debug/dwarf/unit.go
go_debug_elf_files = \
go/debug/elf/elf.go \
- go/debug/elf/file.go
+ go/debug/elf/file.go \
+ go/debug/elf/runtime.go
go_debug_gosym_files = \
go/debug/gosym/pclntab.go \