Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 20:39:58 +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/mips Makefile src/lib/csu/powerpc Makefile ...
Message-ID:  <200912272045.nBRKjeMD045827@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-12-27 20:39:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    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/mips         Makefile 
    lib/csu/powerpc      Makefile 
    lib/csu/sparc64      Makefile 
  Added files:           (Branch: RELENG_8)
    lib/csu/i386-elf     crt1_c.c crt1_s.S 
  Removed files:         (Branch: RELENG_8)
    lib/csu/i386-elf     crt1.c 
  Log:
  SVN rev 201058 on 2009-12-27 20:39:58Z by kib
  
  MFC r200038:
  Properly support -fPIE by linking PIE binaries with specially-built
  Scrt1.o instead of crt1.o, since the later is built as non-PIC.
  
  Separate i386-elf crt1.c into the pure assembler part and C code,
  supplying all data extracted by assembler stub as explicit parameters.
  Hide and localize _start1 symbol used as an interface between asm and
  C code.
  
  Revision   Changes    Path
  1.26.2.2   +4 -4      src/contrib/gcc/config/freebsd-spec.h
  1.19.2.2   +4 -1      src/lib/csu/amd64/Makefile
  1.1.22.2   +4 -1      src/lib/csu/arm/Makefile
  1.20.30.2  +19 -5     src/lib/csu/i386-elf/Makefile
  1.15.10.2  +0 -113    src/lib/csu/i386-elf/crt1.c (dead)
  1.1.2.2    +95 -0     src/lib/csu/i386-elf/crt1_c.c (new)
  1.1.2.2    +44 -0     src/lib/csu/i386-elf/crt1_s.S (new)
  1.12.32.2  +4 -1      src/lib/csu/ia64/Makefile
  1.1.2.2    +4 -1      src/lib/csu/mips/Makefile
  1.9.28.2   +4 -1      src/lib/csu/powerpc/Makefile
  1.12.36.2  +4 -1      src/lib/csu/sparc64/Makefile



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