summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-08 20:02:51 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-08 20:02:51 +0000
commitc5f10366871d9979dc1ac502c09b9dd32b227488 (patch)
tree9efd14a82a97a194d3e4b0e45f2aaf752488aced /gdb/objfiles.h
parent616675d391b32e96774a4e8f09a74c067596cb43 (diff)
downloadbinutils-gdb-c5f10366871d9979dc1ac502c09b9dd32b227488.tar.gz
* 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.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index ed4e6b7b32f..f8adb498b24 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