OSDN Git Service

* Makefile.am (ehopt.o): Add struc-symbol.h.
authorjakub <jakub>
Fri, 28 Nov 2008 21:28:27 +0000 (21:28 +0000)
committerjakub <jakub>
Fri, 28 Nov 2008 21:28:27 +0000 (21:28 +0000)
commitbffd0178fc1a596c48c6216877868a27d8a77035
treefca0579fd2179a49a3fbb6eaaebc7af466c29279
parente159c881ec765b4b8eb11e399754c923c3f66135
* Makefile.am (ehopt.o): Add struc-symbol.h.
* Makefile.in: Regenerated.
* ehopt.c: Include struc-symbol.h.
(check_eh_frame): For very small O_constant DW_CFA_advance_loc4
create correct DW_CFA_advance_loc.  Handle O_subtract only
for code alignment factor 1, otherwise handle O_divide or
O_right_shift of O_subtract and O_constant.
(eh_frame_estimate_size_before_relax): Always divide by ca.
(eh_frame_convert_frag): Likewise.

* dw2gencfi.c (output_cfi_insn): Scale DW_CFA_advance_loc1,
DW_CFA_advance_loc2 and DW_CFA_advance_loc4 outputs.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/dw2gencfi.c
gas/ehopt.c