* go-backend.c (go_trampoline_info): Remove.
* go-c.h (go_trampoline_info): Don't declare.
From-SVN: r240069
+2016-09-10 Ian Lance Taylor <iant@golang.org>
+
+ * go-backend.c (go_trampoline_info): Remove.
+ * go-c.h (go_trampoline_info): Don't declare.
+
2016-09-09 Than McIntosh <thanm@google.com>
* go-sha1.cc: New file.
return v / BITS_PER_UNIT;
}
-/* Return the size and alignment of a trampoline. */
-
-void
-go_trampoline_info (unsigned int *size, unsigned int *alignment)
-{
- *size = TRAMPOLINE_SIZE;
- *alignment = TRAMPOLINE_ALIGNMENT;
-}
-
/* This is called by the Go frontend proper if the unsafe package was
imported. When that happens we can not do type-based alias
analysis. */
extern unsigned int go_field_alignment (tree);
-extern void go_trampoline_info (unsigned int *size, unsigned int *alignment);
-
extern void go_imported_unsafe (void);
extern void go_write_export_data (const char *, unsigned int);