diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-10-08 12:40:26 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-10-08 12:40:26 +0000 |
commit | 6a33aff473fa59850c8b688b9594d019145afd25 (patch) | |
tree | 9d90ccf5a288421a5d3af132602885a7564e120c /ld/ldexp.c | |
parent | b8fe28d49f7b55af2f9a4adc6d5993a7ad7d8406 (diff) | |
download | gdb-6a33aff473fa59850c8b688b9594d019145afd25.zip gdb-6a33aff473fa59850c8b688b9594d019145afd25.tar.gz gdb-6a33aff473fa59850c8b688b9594d019145afd25.tar.bz2 |
* ldexp.c (fold_name) <case DEFINED>: Set section of result to
abs_output_section.
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r-- | ld/ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |