diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-11-28 21:28:28 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-11-28 21:28:28 +0000 |
commit | 395e83452153d1926f8231958ae4b421db952532 (patch) | |
tree | e1413c0e52e7a5c320b104608f69b283e6036142 /gas/Makefile.in | |
parent | 3aa3176b2dea5796ab968b289804eced655f07ee (diff) | |
download | gdb-395e83452153d1926f8231958ae4b421db952532.zip gdb-395e83452153d1926f8231958ae4b421db952532.tar.gz gdb-395e83452153d1926f8231958ae4b421db952532.tar.bz2 |
* 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.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 5735a0a..c0f932a 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -3015,7 +3015,8 @@ dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/safe-ctype.h dwarf2dbg.h \ dw2gencfi.o: dw2gencfi.c dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ subsegs.h $(INCDIR)/obstack.h ecoff.o: ecoff.c ecoff.h -ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h +ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h \ + struc-symbol.h expr.o: expr.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h flonum-copy.o: flonum-copy.c flonum-konst.o: flonum-konst.c |