Date: Mon, 24 Apr 2000 10:08:05 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h src/sys/kern linker_if.m kern_linker.c link_aout.c link_elf.c Message-ID: <200004241708.KAA65391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2000/04/24 10:08:05 PDT
Modified files:
sys/sys linker.h
sys/kern kern_linker.c link_aout.c link_elf.c
Added files:
sys/kern linker_if.m
Log:
* Rewrite to use kobj(9) instead of hard-coded function tables.
* Report link errors to stdout with uprintf() so that the user can see
what went wrong (PR kern/9214).
* Add support code to allow module symbols to be loaded into GDB using
the debugger's "sharedlibrary" command.
Revision Changes Path
1.18 +11 -48 src/sys/sys/linker.h
1.42 +34 -48 src/sys/kern/kern_linker.c
1.27 +70 -78 src/sys/kern/link_aout.c
1.25 +225 -138 src/sys/kern/link_elf.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004241708.KAA65391>
