mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
ODR warning for struct ext_link_map
This renames the solib-dsbt.c copy of "struct ext_link_map" to avoid an ODR warning. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22395
This commit is contained in:
parent
c01e28360d
commit
94e079e76e
@ -107,7 +107,7 @@ struct ext_elf32_dsbt_loadaddr
|
||||
ext_ptr map; /* struct elf32_dsbt_loadmap *map; */
|
||||
};
|
||||
|
||||
struct ext_link_map
|
||||
struct dbst_ext_link_map
|
||||
{
|
||||
struct ext_elf32_dsbt_loadaddr l_addr;
|
||||
|
||||
@ -546,7 +546,7 @@ dsbt_current_sos (void)
|
||||
building the solist chain. */
|
||||
while (lm_addr)
|
||||
{
|
||||
struct ext_link_map lm_buf;
|
||||
struct dbst_ext_link_map lm_buf;
|
||||
ext_Elf32_Word indexword;
|
||||
CORE_ADDR map_addr;
|
||||
int dsbt_index;
|
||||
|
Loading…
Reference in New Issue
Block a user