mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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:
@@ -247,5 +247,7 @@ const bfd_target netbsd_core_vec =
|
||||
BFD_JUMP_TABLE_LINK (_bfd_nolink),
|
||||
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
|
||||
|
||||
NULL,
|
||||
|
||||
(PTR) 0 /* backend_data */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user