Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 10/29/1998 22:33:00
Module Name: src
Committed By: jonathan
Date: Fri Oct 30 06:33:00 UTC 1998
Modified Files:
src/gnu/dist/gdb: solib.c
Log Message:
patch solib.c from gdb 4.16 to work around non-relocation and
misfeatures with ELF on mips. Without this, gdb gets addresess in
shared-libraries wrong and reports `heuristic fencepost' error.
(cf. the special-case solib functions duplicated in irix5-nat.c.)