asection *s;
struct _frvfdpic_dynamic_got_plt_info gpinfo;
- dynobj = elf_hash_table (info)->dynobj;
- if (dynobj == NULL)
- return true;
-
if (elf_hash_table (info)->dynamic_sections_created)
{
/* Set the contents of the .interp section to the interpreter. */
}
}
+ if (frvfdpic_relocs_info (info) == NULL)
+ return true;
+
memset (&gpinfo, 0, sizeof (gpinfo));
gpinfo.g.info = info;
/* Allocate space to save the summary information, we're going to
use it if we're doing relaxations. */
+ dynobj = elf_hash_table (info)->dynobj;
frvfdpic_dynamic_got_plt_info (info) = bfd_alloc (dynobj, sizeof (gpinfo.g));
if (!_frvfdpic_size_got_plt (output_bfd, &gpinfo))