git: csu: Fix .eh_frame_hdr errors seen on i386

John Marino marino at crater.dragonflybsd.org
Sun Feb 17 17:05:57 PST 2013


commit 4a0e0cd7377c45dc21d5c71bcab931b5e5727e74
Author: John Marino <draco at marino.st>
Date:   Mon Feb 18 01:15:59 2013 +0100

    csu: Fix .eh_frame_hdr errors seen on i386
    
    The libcsu object files should have been generated with
    -fno-asynchronous-unwind-tables.  The crtbegin*, crtend* objects,
    specific to a compiler, were generated with this flag on both platforms
    as seen in the vendor build.  This commit builds libcsu with the same
    cflags on both platforms, and it allows the error frame header to get
    built successfully.
    
    This has been seen on i386 for a while, and later bug #2511 hit upon
    it outside of the world build.

Summary of changes:
 lib/csu/i386/Makefile.csu   | 2 ++
 lib/csu/x86_64/Makefile.csu | 1 +
 2 files changed, 3 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a0e0cd7377c45dc21d5c71bcab931b5e5727e74


-- 
DragonFly BSD source repository



More information about the Commits mailing list