Support fusion for ELFv2 stubs
[binutils-gdb.git] / ld / mri.c
index 6db22a65be93cf5da53d5e1b63793d9643f43a45..70d4e0281d447903c2e5aa1c4f4cbc7c7b5f399b 100644 (file)
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -44,6 +44,8 @@ struct section_name_struct {
 };
 
 static unsigned int symbol_truncate = 10000;
+static etree_type *base; /* Relocation base - or null */
+
 static struct section_name_struct *order;
 static struct section_name_struct *only_load;
 static struct section_name_struct *address;