runtime: Update for change to libbacktrace library.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 15:02:27 +0000 (15:02 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 15:02:27 +0000 (15:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205031 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/runtime/go-caller.c

index c49704d..e97b850 100644 (file)
@@ -135,7 +135,7 @@ __go_file_line (uintptr pc, String *fn, String *file, intgo *line)
 static void
 syminfo_callback (void *data, uintptr_t pc __attribute__ ((unused)),
                  const char *symname __attribute__ ((unused)),
-                 uintptr_t address)
+                 uintptr_t address, uintptr_t size __attribute__ ((unused)))
 {
   uintptr_t *pval = (uintptr_t *) data;