Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 03:14:44 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/gcc/config freebsd.h src/contrib/gcc/config/i386 freebsd.h
Message-ID:  <200005201014.DAA53877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/05/20 03:14:44 PDT

  Modified files:
    contrib/gcc/config   freebsd.h 
    contrib/gcc/config/i386 freebsd.h 
  Log:
  ASM_DECLARE_OBJECT_NAME and ASM_FINISH_DECLARE_OBJECT are ELF MI routines
  to generate the special .type and .size directives which are used to set
  the corresponding fields of the linker symbol table entries in the ELF
  object file.  As such they are not i386-specific and thus belong in our
  MI header.  Otherwise on the Alpha we don't properly give the type and
  size of dynamic symbols.  Bintuil versions past 2.9.1 warn of this and
  w/o this change, `ld' generates a lot of warnings during a `make world'.
  
  Revision  Changes    Path
  1.28      +55 -1     src/contrib/gcc/config/freebsd.h
  1.36      +1 -50     src/contrib/gcc/config/i386/freebsd.h



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?200005201014.DAA53877>