mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 22:46:16 +00:00
* ldexp.c (fold_name) <case DEFINED>: Set section of result to
abs_output_section.
This commit is contained in:
parent
b8fe28d49f
commit
6a33aff473
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-08 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
|
* ldexp.c (fold_name) <case DEFINED>: Set section of result to
|
||||||
|
abs_output_section.
|
||||||
|
|
||||||
2003-10-07 Bob Wilson <bob.wilson@acm.org>
|
2003-10-07 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
|
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
|
||||||
|
@ -497,7 +497,7 @@ fold_name (etree_type *tree,
|
|||||||
&& (h->type == bfd_link_hash_defined
|
&& (h->type == bfd_link_hash_defined
|
||||||
|| h->type == bfd_link_hash_defweak
|
|| h->type == bfd_link_hash_defweak
|
||||||
|| h->type == bfd_link_hash_common));
|
|| h->type == bfd_link_hash_common));
|
||||||
result.section = 0;
|
result.section = abs_output_section;
|
||||||
result.valid_p = TRUE;
|
result.valid_p = TRUE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user