git: Remove FreeBSD OS/ABI from raid driver blobs.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun Feb 7 01:28:39 PST 2016


commit 2c7fe0f49bbac3aea01d74cd51712b5692c16ffa
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Feb 6 20:46:55 2016 +0100

    Remove FreeBSD OS/ABI from raid driver blobs.
    
    This fixes kgdb issues when the kernel was linked with ld.gold.
    
    The problem was caused by ld.gold's behaviour of setting the OS/ABI in
    the output binary to FreeBSD when any of the input objects is tagged
    with the FreeBSD OS/ABI.
    
    The hpt27xx, hptmv and hptrr raid-drivers are using binary blobs, with
    the FreeBSD OS/ABI flag, so we should just set the OS/ABI of these
    objects to none after uudecode-ing them.

Summary of changes:
 sys/dev/raid/hpt27xx/Makefile | 1 +
 sys/dev/raid/hptmv/Makefile   | 1 +
 sys/dev/raid/hptrr/Makefile   | 1 +
 sys/platform/pc64/conf/files  | 6 +++---
 4 files changed, 6 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c7fe0f49bbac3aea01d74cd51712b5692c16ffa


-- 
DragonFly BSD source repository



More information about the Commits mailing list