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: 18 Feb 2007 07:05:20 -0000

------- Additional Comments From hjl at lucon dot org  2007-02-18 07:05 -------
The problem is with rs_leb128 processing. When size needed for
the new value is 0x3fff is 2 and the old size is 3, growth is -1. Then
the next time the new value becomes 0x4000 and its size becomes 3. That
is an infinite loop.

-- 


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]