Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 12:05:20 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/binutils/gdb Makefile
Message-ID:  <200206211905.g5LJ5Ke39248@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2002/06/21 12:05:20 PDT

  Modified files:
    gnu/usr.bin/binutils/gdb Makefile 
  Log:
  We need to link with libiberty.a before libreadline.so.  Both supply
  xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from
  libiberty.a and other .c's from libreadline.so produces an unusable binary
  on the Alpha.
  
  While I am here, preventatively move other libs in the link order.
  
  Submitted by:   gallatin
  
  Revision  Changes    Path
  1.58      +4 -4      src/gnu/usr.bin/binutils/gdb/Makefile

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?200206211905.g5LJ5Ke39248>