Add new field to bfd_target structure.
Initialise this field for all known bfd targets. Add new search function to targets.c
This commit is contained in:
parent
a9602746fa
commit
c3c89269f8
55 changed files with 444 additions and 823 deletions
|
@ -1318,6 +1318,8 @@ const bfd_target srec_vec =
|
|||
BFD_JUMP_TABLE_LINK (srec),
|
||||
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
|
||||
|
||||
NULL,
|
||||
|
||||
(PTR) 0
|
||||
};
|
||||
|
||||
|
@ -1373,5 +1375,7 @@ const bfd_target symbolsrec_vec =
|
|||
BFD_JUMP_TABLE_LINK (srec),
|
||||
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
|
||||
|
||||
NULL,
|
||||
|
||||
(PTR) 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue