2003-10-16 H.J. Lu <hongjiu.lu@intel.com>

* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
	undefined patterns with '*'.
This commit is contained in:
H.J. Lu 2003-10-16 21:05:32 +00:00
parent 9da84788da
commit 3e0e1ef196
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
undefined patterns with '*'.
2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't

View File

@ -2125,8 +2125,7 @@ NAME(bfd_elf,size_dynamic_sections) (bfd *output_bfd,
all_defined = TRUE;
for (t = verdefs; t != NULL; t = t->next)
for (d = t->globals; d != NULL; d = d->next)
if (!d->symver && !d->script
&& strchr (d->pattern, '*') == NULL)
if (!d->symver && !d->script)
{
(*_bfd_error_handler)
(_("%s: undefined version: %s"),