Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 09:47:53 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/gcc dbxout.c
Message-ID:  <200305071647.h47GlrgK045630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2003/05/07 09:47:53 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    contrib/gcc          dbxout.c 
  Log:
  We goofed a little when we overrode the DBX_FUNCTION_FIRST logic so that
  we could control the use of dbxout_really_begin_function() based on if the
  target format is a.out or ELF.  The goof resulted in our target logic never
  being used and thus we always called dbxout_really_begin_function() twice
  in the ELF case and never in the a.out case.
  
  PR:             41671
  Submitted by:   Mark Kettenis <kettenis@gnu.org>
  
  Revision  Changes    Path
  1.4.2.1   +3 -3      src/contrib/gcc/dbxout.c



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