Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 1997 19:11:49 -0700 (PDT)
From:      John Polstra <jdp@freefall.FreeBSD.ORG>
To:        CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-gnu@FreeBSD.org
Subject:   cvs commit:  src/gnu/usr.bin/as read.c
Message-ID:  <199704290211.TAA02721@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         97/04/28 19:11:48

  Modified:    gnu/usr.bin/as  read.c
  Log:
  Set the N_EXT (external) flag for all weak symbols.  It makes no
  sense to have a weak symbol that is not externally visible.  This
  fixes many of the "relocation burb" warnings produced when compiling
  C++ code with "-fpic".  Beyond eliminating warnings, it also makes
  some things work that didn't work before.
  
  Revision  Changes    Path
  1.11      +2 -1      src/gnu/usr.bin/as/read.c



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