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

git: DragonFly_RELEASE_3_2 csu: Fix .eh_frame_hdr errors seen on i386


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Feb 2013 00:00:04 -0800 (PST)

commit d9520b10f10f06885eb591e65987577e7e4c34e0
Author: John Marino <draco@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/d9520b10f10f06885eb591e65987577e7e4c34e0


-- 
DragonFly BSD source repository



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