John David Anglin wrote: > As can be seen, gas is dividing DWARF2_CIE_DATA_ALIGNMENT when the > offset is negative. GCC is also dividing by the data alignment. > So, which is wrong? Gcc is wrong. Here's a patch to avoid doing the division twice. r~