diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-08 20:02:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-08 20:02:51 +0000 |
commit | c5f10366871d9979dc1ac502c09b9dd32b227488 (patch) | |
tree | 9efd14a82a97a194d3e4b0e45f2aaf752488aced /gdb/objfiles.h | |
parent | 616675d391b32e96774a4e8f09a74c067596cb43 (diff) | |
download | gdb-c5f10366871d9979dc1ac502c09b9dd32b227488.zip gdb-c5f10366871d9979dc1ac502c09b9dd32b227488.tar.gz gdb-c5f10366871d9979dc1ac502c09b9dd32b227488.tar.bz2 |
* 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.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 |