diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index ed4e6b7..f8adb49 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -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 |