]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* objfiles.c (objfile_relocate): When relocating ->sections, use
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 20 Oct 1994 05:15:46 +0000 (05:15 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 20 Oct 1994 05:15:46 +0000 (05:15 +0000)
commit3a47045432484224045297da5e3254941c93b071
treeb610063b08829f46eb73649728d94856ee17c9b8
parent459877ea9d6bf27d5f7337e2155fb33c0bd996b0
* objfiles.c (objfile_relocate): When relocating ->sections, use
objfile not symfile_objfile.

* symtab.h, minsyms.c (minsyms_sort): New function.
* objfiles.c (objfile_relocate): Call it.

* remote-vx.c (vx_add_symbols): Call breakpoint_re_set.

* objfiles.c, objfiles.h (objfile_to_front): New function.
* remote-vx.c (vx_add_symbols): Call it.

* coffread.c (coff_symtab_read): Handle common symbols the same
way that partial-stab.h does.
gdb/ChangeLog
gdb/coffread.c
gdb/minsyms.c
gdb/objfiles.c
gdb/objfiles.h
gdb/remote-vx.c