diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2009-08-17 11:45:23 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2009-08-17 11:45:23 +0000 |
commit | f3d2b04b5f22ad48ed6e62b207ba759694569935 (patch) | |
tree | 136b041b239142552b99099a4f99a521c2199ac2 /gas/Makefile.in | |
parent | f1f2b5f40ef91b70acaa733f6f92f08de5efa29f (diff) | |
download | gdb-f3d2b04b5f22ad48ed6e62b207ba759694569935.zip gdb-f3d2b04b5f22ad48ed6e62b207ba759694569935.tar.gz gdb-f3d2b04b5f22ad48ed6e62b207ba759694569935.tar.bz2 |
2009-08-17 Kai Tietz <kai.tietz@onevision.com>
* config/obj-coff-seh.c: New file.
* config/obj-coff-seh.h: Likewise.
* config/obj-coff.c (obj-coff-seh.c): Add include.
(coff_pseudo_table): Add new .seh... commands.
* config/obj-coff.h (obj_coff_seh_do_final): Add new
function prototype.
(obj_coff_generate_pdata): New obj-coff hook.
* gas/write.c (size_seg): Avoid sizing of already sized
sections.
(write_object_file): Call conditional hook
objc_coff_generate_pdata.
* Makefile.am: Add dependencies for new files.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 191 |
1 files changed, 186 insertions, 5 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index e0dfd98..48dd8d0 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ +LIBOBJDIR = noinst_PROGRAMS = as-new$(EXEEXT) EXTRA_PROGRAMS = itbl-test$(EXEEXT) DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \ @@ -917,6 +918,8 @@ DEPTC_arm_coff = \ $(INCDIR)/opcode/arm.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h \ dwarf2dbg.h \ subsegs.h @@ -1127,6 +1130,8 @@ DEPTC_h8300_coff = \ $(INCDIR)/opcode/h8300.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h \ dwarf2dbg.h \ subsegs.h @@ -1222,6 +1227,8 @@ DEPTC_i386_coff = \ $(srcdir)/../opcodes/i386-init.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386-intel.c \ $(srcdir)/config/tc-i386.h \ dw2gencfi.h \ @@ -1294,6 +1301,8 @@ DEPTC_i960_coff = \ $(INCDIR)/opcode/i960.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h DEPTC_i960_elf = \ @@ -1463,6 +1472,8 @@ DEPTC_m68k_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/m68k-parse.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h \ dw2gencfi.h \ dwarf2dbg.h \ @@ -1499,6 +1510,8 @@ DEPTC_maxq_coff = \ $(INCDIR)/opcode/maxq.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h \ dwarf2dbg.h \ subsegs.h @@ -1514,6 +1527,8 @@ DEPTC_mcore_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/mcore-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h \ subsegs.h @@ -1592,6 +1607,8 @@ DEPTC_mips_coff = \ $(INCDIR)/opcode/mips.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mips.h \ dw2gencfi.h \ @@ -1769,6 +1786,8 @@ DEPTC_or32_coff = \ $(INCDIR)/opcode/or32.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h DEPTC_or32_elf = \ @@ -1832,6 +1851,8 @@ DEPTC_ppc_coff = \ $(INCDIR)/opcode/ppc.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h \ dw2gencfi.h \ subsegs.h @@ -1906,6 +1927,8 @@ DEPTC_sh_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/sh-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h \ dw2gencfi.h \ dwarf2dbg.h \ @@ -1981,6 +2004,8 @@ DEPTC_sparc_coff = \ $(INCDIR)/opcode/sparc.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h \ dw2gencfi.h \ subsegs.h @@ -2039,6 +2064,8 @@ DEPTC_tic30_coff = \ $(INCDIR)/opcode/tic30.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h DEPTC_tic4x_coff = \ @@ -2052,6 +2079,8 @@ DEPTC_tic4x_coff = \ $(INCDIR)/opcode/tic4x.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h \ subsegs.h @@ -2066,6 +2095,8 @@ DEPTC_tic54x_coff = \ $(INCDIR)/opcode/tic54x.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h \ macro.h \ sb.h \ @@ -2188,6 +2219,8 @@ DEPTC_z80_coff = \ $(INCDIR)/obstack.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h \ subsegs.h @@ -2201,6 +2234,8 @@ DEPTC_z8k_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/z8k-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \ @@ -2287,6 +2322,8 @@ DEPOBJ_arm_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h \ subsegs.h @@ -2484,6 +2521,8 @@ DEPOBJ_h8300_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h \ subsegs.h @@ -2563,6 +2602,8 @@ DEPOBJ_i386_coff = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386.h \ subsegs.h @@ -2618,6 +2659,8 @@ DEPOBJ_i960_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h \ subsegs.h @@ -2754,6 +2797,8 @@ DEPOBJ_m68k_coff = \ $(INCDIR)/coff/m68k.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h \ subsegs.h @@ -2782,6 +2827,8 @@ DEPOBJ_maxq_coff = \ $(INCDIR)/coff/maxq.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h \ subsegs.h @@ -2794,6 +2841,8 @@ DEPOBJ_mcore_coff = \ $(INCDIR)/coff/mcore.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h \ subsegs.h @@ -2840,6 +2889,8 @@ DEPOBJ_mips_coff = \ $(INCDIR)/coff/mipspe.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mips.h \ subsegs.h @@ -2989,6 +3040,8 @@ DEPOBJ_or32_coff = \ $(INCDIR)/coff/or32.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h \ subsegs.h @@ -3058,6 +3111,8 @@ DEPOBJ_ppc_coff = \ $(INCDIR)/obstack.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h \ subsegs.h @@ -3121,6 +3176,8 @@ DEPOBJ_sh_coff = \ $(INCDIR)/coff/sh.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h \ subsegs.h @@ -3178,6 +3235,8 @@ DEPOBJ_sparc_coff = \ $(INCDIR)/coff/sparc.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h \ subsegs.h @@ -3233,6 +3292,8 @@ DEPOBJ_tic30_coff = \ $(INCDIR)/coff/tic30.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h \ subsegs.h @@ -3245,6 +3306,8 @@ DEPOBJ_tic4x_coff = \ $(INCDIR)/coff/tic4x.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h \ subsegs.h @@ -3257,6 +3320,8 @@ DEPOBJ_tic54x_coff = \ $(INCDIR)/coff/tic54x.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h \ subsegs.h @@ -3362,6 +3427,8 @@ DEPOBJ_z80_coff = \ $(INCDIR)/coff/z80.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h \ subsegs.h @@ -3374,6 +3441,8 @@ DEPOBJ_z8k_coff = \ $(INCDIR)/coff/z8k.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h \ subsegs.h @@ -3407,6 +3476,8 @@ DEP_alpha_evax = \ $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-evax.h \ $(srcdir)/config/tc-alpha.h @@ -3420,6 +3491,8 @@ DEP_arc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-arc.h \ dwarf2dbg.h @@ -3437,6 +3510,8 @@ DEP_arm_coff = \ $(INCDIR)/coff/external.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h DEP_arm_elf = \ @@ -3458,6 +3533,8 @@ DEP_avr_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-avr.h \ dwarf2dbg.h @@ -3472,6 +3549,8 @@ DEP_bfin_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-bfin.h \ dwarf2dbg.h @@ -3486,6 +3565,8 @@ DEP_cr16_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-cr16.h \ dwarf2dbg.h @@ -3506,6 +3587,8 @@ DEP_cris_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-cris.h \ dwarf2dbg.h @@ -3520,6 +3603,8 @@ DEP_crx_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-crx.h \ dwarf2dbg.h @@ -3552,6 +3637,8 @@ DEP_dlx_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-dlx.h \ dwarf2dbg.h @@ -3566,6 +3653,8 @@ DEP_fr30_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-fr30.h \ dwarf2dbg.h @@ -3586,6 +3675,8 @@ DEP_h8300_coff = \ $(INCDIR)/coff/h8300.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h DEP_h8300_elf = \ @@ -3600,6 +3691,8 @@ DEP_h8300_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-h8300.h \ dwarf2dbg.h @@ -3627,6 +3720,8 @@ DEP_i370_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i370.h \ dwarf2dbg.h @@ -3648,6 +3743,8 @@ DEP_i386_coff = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386.h DEP_i386_elf = \ @@ -3664,6 +3761,8 @@ DEP_i386_elf = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i386.h \ dwarf2dbg.h @@ -3684,6 +3783,8 @@ DEP_i860_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i860.h \ dwarf2dbg.h @@ -3694,6 +3795,8 @@ DEP_i960_coff = \ $(INCDIR)/coff/i960.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h DEP_i960_elf = \ @@ -3707,6 +3810,8 @@ DEP_i960_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i960.h \ dwarf2dbg.h @@ -3733,6 +3838,8 @@ DEP_ip2k_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-ip2k.h \ dwarf2dbg.h @@ -3747,6 +3854,8 @@ DEP_lm32_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-lm32.h \ dwarf2dbg.h @@ -3761,6 +3870,8 @@ DEP_m32c_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m32c.h \ dwarf2dbg.h @@ -3775,6 +3886,8 @@ DEP_m32r_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m32r.h \ dwarf2dbg.h @@ -3791,6 +3904,8 @@ DEP_m68hc11_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m68hc11.h \ dwarf2dbg.h @@ -3808,6 +3923,8 @@ DEP_m68k_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/m68k.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h DEP_m68k_elf = \ @@ -3826,6 +3943,8 @@ DEP_maxq_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/maxq.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h DEP_mcore_coff = \ @@ -3835,6 +3954,8 @@ DEP_mcore_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/mcore.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h DEP_mcore_elf = \ @@ -3849,6 +3970,8 @@ DEP_mcore_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mcore.h \ dwarf2dbg.h @@ -3863,6 +3986,8 @@ DEP_mep_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mep.h \ dwarf2dbg.h @@ -3883,6 +4008,8 @@ DEP_mips_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/mipspe.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mips.h DEP_mips_ecoff = \ @@ -3911,6 +4038,8 @@ DEP_mmix_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mmix.h \ dwarf2dbg.h @@ -3925,6 +4054,8 @@ DEP_mn10200_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mn10200.h \ dwarf2dbg.h @@ -3939,6 +4070,8 @@ DEP_mn10300_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mn10300.h \ dwarf2dbg.h @@ -3953,6 +4086,8 @@ DEP_msp430_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-msp430.h \ dwarf2dbg.h @@ -3967,6 +4102,8 @@ DEP_mt_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mt.h \ dwarf2dbg.h @@ -3987,6 +4124,8 @@ DEP_openrisc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-openrisc.h \ dwarf2dbg.h @@ -3997,6 +4136,8 @@ DEP_or32_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/or32.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h DEP_or32_elf = \ @@ -4010,6 +4151,8 @@ DEP_or32_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-or32.h \ dwarf2dbg.h @@ -4030,6 +4173,8 @@ DEP_pdp11_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-pdp11.h \ dwarf2dbg.h @@ -4044,6 +4189,8 @@ DEP_pj_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-pj.h \ dwarf2dbg.h @@ -4055,6 +4202,8 @@ DEP_ppc_coff = \ $(INCDIR)/coff/rs6000.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h DEP_ppc_elf = \ @@ -4069,6 +4218,8 @@ DEP_ppc_elf = \ $(INCDIR)/elf/internal.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-ppc.h \ dwarf2dbg.h @@ -4083,6 +4234,8 @@ DEP_s390_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-s390.h \ dwarf2dbg.h @@ -4097,6 +4250,8 @@ DEP_score_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-score.h \ dwarf2dbg.h @@ -4108,6 +4263,8 @@ DEP_sh_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sh.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h DEP_sh_elf = \ @@ -4145,6 +4302,8 @@ DEP_sparc_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sparc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h DEP_sparc_elf = \ @@ -4159,6 +4318,8 @@ DEP_sparc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-sparc.h \ dwarf2dbg.h @@ -4175,6 +4336,8 @@ DEP_spu_elf = \ $(INCDIR)/opcode/spu-insns.h \ $(INCDIR)/opcode/spu.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-spu.h \ dwarf2dbg.h @@ -4192,6 +4355,8 @@ DEP_tic30_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/tic30.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h DEP_tic4x_coff = \ @@ -4201,6 +4366,8 @@ DEP_tic4x_coff = \ $(INCDIR)/coff/ti.h \ $(INCDIR)/coff/tic4x.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h DEP_tic54x_coff = \ @@ -4210,6 +4377,8 @@ DEP_tic54x_coff = \ $(INCDIR)/coff/ti.h \ $(INCDIR)/coff/tic54x.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h DEP_v850_elf = \ @@ -4224,6 +4393,8 @@ DEP_v850_elf = \ $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/elf/v850.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-v850.h \ dwarf2dbg.h @@ -4244,6 +4415,8 @@ DEP_vax_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-vax.h \ dwarf2dbg.h @@ -4258,6 +4431,8 @@ DEP_xc16x_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-xc16x.h \ dwarf2dbg.h @@ -4272,6 +4447,8 @@ DEP_xstormy16_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-xstormy16.h \ dwarf2dbg.h @@ -4294,6 +4471,8 @@ DEP_z80_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z80.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h DEP_z8k_coff = \ @@ -4303,6 +4482,8 @@ DEP_z8k_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z8k.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h DEP_hppa_som = $(BFDDIR)/som.h @@ -4321,15 +4502,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \ - cd $(srcdir) && $(AUTOMAKE) --cygnus \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ + cd $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --cygnus Makefile + $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -4415,7 +4596,7 @@ clean-libtool: -rm -rf .libs _libs distclean-libtool: - -rm -f libtool + -rm -f libtool config.lt uninstall-info-am: # This directory's subdirectories are mostly independent; you can cd |