Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 08:53:06 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/csu/ia64 Makefile
Message-ID:  <201012100853.oBA8rNFi050340@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tijl        2010-12-10 08:53:06 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/ia64         Makefile 
  Log:
  SVN rev 216351 on 2010-12-10 08:53:06Z by tijl
  
  Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c
  in crt1.o. On other architectures crtbrand.c is included from crt1.c,
  but that's not a C source code file on ia64. Instead it is compiled
  separately and included in crt1.o using incremental linking.
  
  Tested by:      dim (previous version)
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.15      +29 -8     src/lib/csu/ia64/Makefile



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