Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 1997 03:23:47 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit:  src/gnu/usr.bin/ld dynamic.h ld.c rrs.c
Message-ID:  <199705131023.DAA17379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         97/05/13 03:23:47

  Modified:    gnu/usr.bin/ld  dynamic.h ld.c rrs.c
  Log:
  Changes to support the kernel linker:
  
  	Add a -Bforcedynamic option which generates a dynamic object even
  	if no shared libraries were given in the link.
  
  	Make RRS in text section warnings conditional on "-assert pure-text"
  	so that I can link non-PIC kernel modules without tons of link
  	errors.  Changes to bsd.lib.mk to follow.
  
  	Fix a couple of bugs exposed by the fact that the kernel is not
  	linked at zero.
  
  Reviewed by:	jdp
  
  Revision  Changes    Path
  1.4       +4 -1      src/gnu/usr.bin/ld/dynamic.h
  1.45      +12 -2     src/gnu/usr.bin/ld/ld.c
  1.22      +6 -5      src/gnu/usr.bin/ld/rrs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705131023.DAA17379>