From: Hans-Peter Nilsson Date: Wed, 8 Oct 2003 12:40:26 +0000 (+0000) Subject: * ldexp.c (fold_name) : Set section of result to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a33aff473fa59850c8b688b9594d019145afd25;p=binutils-gdb.git * ldexp.c (fold_name) : Set section of result to abs_output_section. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index fb616b9427b..28c6218e083 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-10-08 Hans-Peter Nilsson + + * ldexp.c (fold_name) : Set section of result to + abs_output_section. + 2003-10-07 Bob Wilson * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS, diff --git a/ld/ldexp.c b/ld/ldexp.c index ce577906320..cce0cdfc6de 100644 --- a/ld/ldexp.c +++ b/ld/ldexp.c @@ -497,7 +497,7 @@ fold_name (etree_type *tree, && (h->type == bfd_link_hash_defined || h->type == bfd_link_hash_defweak || h->type == bfd_link_hash_common)); - result.section = 0; + result.section = abs_output_section; result.valid_p = TRUE; } break;