mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
gas: remove use of PTR
* config/obj-evax.c (evax_symbol_new_hook): Don't cast to PTR.
This commit is contained in:
@ -87,7 +87,7 @@ evax_symbol_new_hook (symbolS *sym)
|
|||||||
udata->enbsym = NULL;
|
udata->enbsym = NULL;
|
||||||
udata->origname = xstrdup (S_GET_NAME (sym));
|
udata->origname = xstrdup (S_GET_NAME (sym));
|
||||||
udata->lkindex = 0;
|
udata->lkindex = 0;
|
||||||
symbol_get_bfdsym(sym)->udata.p = (PTR) udata;
|
symbol_get_bfdsym(sym)->udata.p = udata;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user