-Thu Sep 7 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
+Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
* coffcode.h (coff_compute_section_file_positions): Keep the
raw size safe.
Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
+ * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
+ warning callback.
+
* dep-in.sed: Remove config.h from generated dependencies.
* sunos.c (sunos_slurp_dynamic_symtab): New static function,
/* Issue a warning and cycle. */
if (h->u.i.warning != NULL)
{
- if (! (*info->callbacks->warning) (info, h->u.i.warning,
+ if (! (*info->callbacks->warning) (info, h->u.i.warning, name,
abfd, (asection *) NULL,
(bfd_vma) 0))
return false;
case WARN:
/* Issue a warning. */
- if (! (*info->callbacks->warning) (info, string,
+ if (! (*info->callbacks->warning) (info, string, name,
hash_entry_bfd (h),
(asection *) NULL, (bfd_vma) 0))
return false;
ensure this. */
if (h->next != NULL || info->hash->undefs_tail == h)
{
- if (! (*info->callbacks->warning) (info, string,
+ if (! (*info->callbacks->warning) (info, string, name,
hash_entry_bfd (h),
(asection *) NULL,
(bfd_vma) 0))