DragonFly BSD
DragonFly commits List (threaded) for 2012-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: crtstuff: Move ELF note definitions to dedicated header


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 17 Mar 2012 19:19:27 -0700 (PDT)

commit 7ddb295fd0b0dc289b34853c355bae6492797271
Author: John Marino <draco@marino.st>
Date:   Sat Mar 17 12:15:04 2012 +0100

    crtstuff: Move ELF note definitions to dedicated header
    
    Currently only note.ABI-tag is defined in crt files for the purpose
    of identifying the operating system and version that created the binary.
    Soon a new type of note will be created to indicate whether crt is
    responsible for calling the _init function or not.  Creating a separate
    header avoids duplicate note definitions.

Summary of changes:
 lib/csu/common/crtbrand.c               |   30 ++++++++++++++----------------
 lib/csu/{i386/crtn.S => common/notes.h} |   18 +++++++++---------
 2 files changed, 23 insertions(+), 25 deletions(-)
 copy lib/csu/{i386/crtn.S => common/notes.h} (83%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ddb295fd0b0dc289b34853c355bae6492797271


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]