mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-26 04:08:13 +08:00
* objfiles.h: Change type of obj_private to void pointer.
* pa64solib.c: Update copyright. Don't include "assert.h", use strcmp instead of STREQ, use LONGEST, do not use PTR * somsolib.c: Ditto.
This commit is contained in:
@ -360,7 +360,7 @@ struct objfile
|
||||
so that it gets freed automatically when reading a new object
|
||||
file. */
|
||||
|
||||
PTR obj_private;
|
||||
void *obj_private;
|
||||
|
||||
/* Set of relocation offsets to apply to each section.
|
||||
Currently on the psymbol_obstack (which makes no sense, but I'm
|
||||
|
Reference in New Issue
Block a user