diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-18 05:24:29 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-18 05:24:29 +0000 |
commit | fb494327894be28eab9f84a977c3c45acced545e (patch) | |
tree | 482014c1191d40c44203a8822b3786933b51af4d /gdb/partial-stab.h | |
parent | 8558c4e316f5e6f37e772004dd4b31cd133851b4 (diff) | |
download | gdb-fb494327894be28eab9f84a977c3c45acced545e.zip gdb-fb494327894be28eab9f84a977c3c45acced545e.tar.gz gdb-fb494327894be28eab9f84a977c3c45acced545e.tar.bz2 |
* Makefile.in (xcoffread.o): Depend on partial-stab.h.
* xcoffsolib.c (sharedlibrary_command): New command.
* xcoffsolib.c (solib_info): Call xcoff_relocate_symtab.
* xcoffsolib.c: Miscellaneous cleanups.
* partial-stab.h: Ignore symbol descriptor '-' (for local
variables with negative type numbers) without complaint.
* rs6000-nat.c (vmap_ldinfo): Use bfd_stat rather than our own
local emulation thereof. Remove unused variable ostart.
Diffstat (limited to 'gdb/partial-stab.h')
-rw-r--r-- | gdb/partial-stab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h index a0eafac..2939439 100644 --- a/gdb/partial-stab.h +++ b/gdb/partial-stab.h @@ -593,6 +593,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ case '7': case '8': case '9': + case '-': continue; case ':': |