git: pthread: Move out pthread_md.c from x86_64 dir to common code.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Mon Sep 26 00:33:01 PDT 2016


commit 930d2950cdb9f8591c0097dfcfcf475306a69a9a
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Fri Sep 16 12:58:32 2016 +0300

    pthread: Move out pthread_md.c from x86_64 dir to common code.
    
    This leaves only assembly code in arch specific dir.
    Similary as it was done on FreeBSD.

Summary of changes:
 lib/libthread_xu/arch/Makefile.inc                                    | 4 +---
 lib/libthread_xu/arch/x86_64/Makefile.inc                             | 2 +-
 lib/libthread_xu/thread/Makefile.inc                                  | 1 +
 .../{arch/x86_64/x86_64/pthread_md.c => thread/thr_ctrdtr.c}          | 0
 4 files changed, 3 insertions(+), 4 deletions(-)
 rename lib/libthread_xu/{arch/x86_64/x86_64/pthread_md.c => thread/thr_ctrdtr.c} (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/930d2950cdb9f8591c0097dfcfcf475306a69a9a


-- 
DragonFly BSD source repository



More information about the Commits mailing list