bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/4029] relax_segment can't stabilize .gcc_except_table


From: hjl at lucon dot org
Subject: [Bug gas/4029] relax_segment can't stabilize .gcc_except_table
Date: 11 Mar 2007 22:00:17 -0000

------- Additional Comments From hjl at lucon dot org  2007-03-11 22:00 -------
The assembly code in question is

        .align 4
        .long   DW.ref._ZTIN10DSEBuiltin17ExceptionDeadLockE-.
        .long   DW.ref._ZTI7DSEBomb-.
        .long   DW.ref._ZTI12DSEException-.
        .long   DW.ref._ZTISt9exception-.
        .long   0

.LLSDATT5533:

If those data are accessed via .LLSDATT5533 as base, it is s safe to change
.align 4 to .align 8. I think .align 8 is compatible with .align 4. If
it isn't true, it is a bug in assembly code.

Andreas, can you upload the preprocessed C++ source and assembly code
generated with -dA?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4029

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]