summaryrefslogtreecommitdiff
path: root/bfd/elfxx-ia64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-04-09 16:19:52 +0000
committerH.J. Lu <hjl@lucon.org>2003-04-09 16:19:52 +0000
commit919d8ee2c3ac3dbc53aeeaf5395717eaca61fde5 (patch)
tree4ef9a83a03bfde4e3bc3a9af55f52758945063f4 /bfd/elfxx-ia64.c
parent19e428152a406a5481118cb9cc600027eaa1ed32 (diff)
downloadgdb-919d8ee2c3ac3dbc53aeeaf5395717eaca61fde5.tar.gz
2003-04-09 H.J. Lu <hjl@gnu.org>
* elf64-alpha.c (elf64_alpha_relocate_section): Don't return FALSE for undefined symbols. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r--bfd/elfxx-ia64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c
index 3c8ec9e45ce..bff78c84345 100644
--- a/bfd/elfxx-ia64.c
+++ b/bfd/elfxx-ia64.c
@@ -3963,7 +3963,6 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section,
(!info->shared || info->no_undefined
|| ELF_ST_VISIBILITY (h->other)))))
return FALSE;
- ret_val = FALSE;
continue;
}
}