This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/59492] [4.9 Regression] bootstrap failure on x32 when configured with --enable-libstdcxx-debug


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59492

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
GCC generates

        .cfi_personality 0x9c,DW.ref.__gxx_personality_v0
        .cfi_lsda 0x1c,.LLSDA3386

instead of

    .cfi_personality 0x9b,DW.ref.__gxx_personality_v0
    .cfi_lsda 0x1b,.LLSDA3385

Even 64-bit small model doesn't need 64-bit PC relative
relocation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]