mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
XCOFF linker script PROVIDE support
Fixes bit rot from git commit b46a87b160
.
* emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
etree_provided.
This commit is contained in:
parent
23f5e55ed1
commit
fb3dc21336
@ -1,3 +1,8 @@
|
||||
2020-07-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
|
||||
etree_provided.
|
||||
|
||||
2020-07-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
|
||||
|
@ -1364,6 +1364,7 @@ gld${EMULATION_NAME}_find_exp_assignment (etree_type *exp)
|
||||
switch (exp->type.node_class)
|
||||
{
|
||||
case etree_provide:
|
||||
case etree_provided:
|
||||
h = bfd_link_hash_lookup (link_info.hash, exp->assign.dst,
|
||||
FALSE, FALSE, FALSE);
|
||||
if (h == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user