Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 20:19:52 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/gcc/config freebsd-spec.h src/lib/csu/amd64 Makefile src/lib/csu/arm Makefile src/lib/csu/i386-elf Makefile crt1.c crt1_c.c crt1_s.S src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile
Message-ID:  <201001192021.o0JKLdre010925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-01-19 20:19:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    contrib/gcc/config   freebsd-spec.h 
    lib/csu/amd64        Makefile 
    lib/csu/arm          Makefile 
    lib/csu/i386-elf     Makefile 
    lib/csu/ia64         Makefile 
    lib/csu/powerpc      Makefile 
    lib/csu/sparc64      Makefile 
  Added files:           (Branch: RELENG_7)
    lib/csu/i386-elf     crt1_c.c crt1_s.S 
  Removed files:         (Branch: RELENG_7)
    lib/csu/i386-elf     crt1.c 
  Log:
  SVN rev 202648 on 2010-01-19 20:19:52Z by kib
  
  MFC r200038:
  Properly support -fPIE by linking PIE binaries with specially-built
  Scrt1.o instead of crt1.o.
  
  Separate i386-elf crt1.c into the pure assembler part and C code.
  
  Tested by:      Mykola Dzham <i levsha me>
  
  Revision   Changes    Path
  1.23.2.1   +5 -5      src/contrib/gcc/config/freebsd-spec.h
  1.18.20.2  +4 -1      src/lib/csu/amd64/Makefile
  1.1.10.1   +4 -1      src/lib/csu/arm/Makefile
  1.20.18.1  +19 -5     src/lib/csu/i386-elf/Makefile
  1.15.2.1   +0 -113    src/lib/csu/i386-elf/crt1.c (dead)
  1.1.4.2    +95 -0     src/lib/csu/i386-elf/crt1_c.c (new)
  1.1.4.2    +44 -0     src/lib/csu/i386-elf/crt1_s.S (new)
  1.12.20.1  +4 -1      src/lib/csu/ia64/Makefile
  1.9.16.1   +4 -1      src/lib/csu/powerpc/Makefile
  1.12.24.1  +4 -1      src/lib/csu/sparc64/Makefile



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