* 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:
Andrew Cagney
2002-06-08 20:02:51 +00:00
parent 616675d391
commit c5f1036687
4 changed files with 17 additions and 12 deletions

View File

@ -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