* Makefile.am (ehopt.o): Add struc-symbol.h.
authorJakub Jelinek <jakub@redhat.com>
Fri, 28 Nov 2008 21:28:28 +0000 (21:28 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 28 Nov 2008 21:28:28 +0000 (21:28 +0000)
commit395e83452153d1926f8231958ae4b421db952532
treee1413c0e52e7a5c320b104608f69b283e6036142
parent3aa3176b2dea5796ab968b289804eced655f07ee
* 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
This page took 0.025572 seconds and 4 git commands to generate.