mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +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->origname = xstrdup (S_GET_NAME (sym));
|
||||
udata->lkindex = 0;
|
||||
symbol_get_bfdsym(sym)->udata.p = (PTR) udata;
|
||||
symbol_get_bfdsym(sym)->udata.p = udata;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user