From f05819304c9e6c10adc625ffd587f96f5c1fd425 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 14 Mar 2005 18:55:44 +0000 Subject: 2005-03-14 H.J. Lu * elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name for global symbol when reporting overflow. --- bfd/elfxx-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elfxx-ia64.c') diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index d18216b..a34fb80 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -4501,7 +4501,7 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section, const char *name; if (h) - name = NULL; + name = h->root.root.string; else { name = bfd_elf_string_from_elf_section (input_bfd, -- cgit v1.1