* ldlang.c (lookup_name): don't call bfd_set_gp_size.
(ldlang_add_file): call it here instead.
+Fri Feb 25 18:55:54 1994 Ted Lemon (mellon@pepper.ncd.com)
+
+ * ldlang.c (lookup_name): don't call bfd_set_gp_size.
+ (ldlang_add_file): call it here instead.
+
Fri Feb 25 18:13:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
* ldgram.y: Include ldlex.h after %token decls, for byacc.
else
einfo ("%F%B: file not recognized: %E\n", search->the_bfd);
- bfd_set_gp_size (search->the_bfd, g_switch_value);
-
if (bfd_link_add_symbols (search->the_bfd, &link_info) == false)
einfo ("%F%B: could not read symbols: %E\n", search->the_bfd);
;
*pp = entry->the_bfd;
entry->the_bfd->usrdata = (PTR) entry;
+ bfd_set_gp_size (entry->the_bfd, g_switch_value);
}
void