Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 04:56:03 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf Makefile.mips src/sys/mips/mips elf_trampoline.c inckern.S
Message-ID:  <201012160456.oBG4uVDQ026311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-12-16 04:56:03 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             Makefile.mips 
    sys/mips/mips        elf_trampoline.c inckern.S 
  Log:
  SVN rev 216474 on 2010-12-16 04:56:03Z by jchandra
  
  Make the ELF trampoline binary ELF executable (and do some cleanup).
  
  - Remove the -shared flag for the trampoline binary, generate an
    ELF executable instead of a shared object.
  - No need to generate tmphack.S,  move the code to sys/mips/mips/inckern.S
  - No need generate opt_kernname.h, KERNNAME can be passed with -D
  
  Reviewed by:    gonzo, imp
  
  Revision  Changes    Path
  1.5       +5 -15     src/sys/conf/Makefile.mips
  1.4       +4 -1      src/sys/mips/mips/elf_trampoline.c
  1.2       +15 -2     src/sys/mips/mips/inckern.S



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