1. 26 May, 2001 1 commit
  2. 22 May, 2001 1 commit
  3. 16 May, 2001 1 commit
  4. 12 May, 2001 1 commit
    • rth's avatar
      * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. · ad5818ae
      rth authored
      	* dwarf2asm.c (dw2_force_const_mem, dw2_output_indirect_constant_1,
      	dw2_output_indirect_constants, dw2_asm_output_encoded_addr_rtx): New.
      	* dwarf2asm.h (dw2_asm_output_encoded_addr_rtx): Prototype.
      	(dw2_output_indirect_constants): Prototype.
      	* dwarf2out.c (dwarf2out_begin_prologue): Generate
      	current_function_func_begin_label if we'll need it for EH.  Exit
      	early for IA64_UNWIND_INFO.
      	* except.c: Get DW_EH_PE_* defines from dwarf2.h.
      	(eh_data_format_name): Update for indirect references.
      	(output_function_exception_table): Care for IA64_UNWIND_INFO.
      	Handle ASM_PREFERRED_EH_DATA_FORMAT.
      	* except.h (MUST_USE_SJLJ_EXCEPTIONS): IA64_UNWIND_INFO needn't
      	define HAVE_eh_return etc.
      	* final.c (final_start_function): Always call dwarf2out_begin_prologue.
      	(final_end_function): Don't call output_function_exception_table.
      	* toplev.c (compile_file): Call dw2_output_indirect_constants.
      	(rest_of_compilation): Invoke output_function_exception_table
      	for ia64 before assemble_end_function.
      	* tm.texi (ASM_PREFERRED_EH_DATA_FORMAT): Document.
      	(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Document.
      
      	* unwind-dw2.c (_Unwind_GetTextRelBase, _Unwind_GetDataRelBase): New.
      	* unwind.h: Declare them.
      	* libgcc-std.ver: Export them.
      	* unwind-pe.h: New file.
      
      	* config/alpha/elf.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
      
      	* config/ia64/fde-glibc.c: Use "struct unw_table_entry"
      	instead of "fde".
      	(find_fde_for_dso): Extract DT_PLTGOT.
      	(_Unwind_FindTableEntry): Rename from __ia64_find_fde; return
      	the segment and gp as well.
      	* config/ia64/frame-ia64.c: Remove file.
      	* config/ia64/frame-ia64.h: Remove file.
      	* config/ia64/unwind-ia64.c: New file.
      	* config/ia64/unwind-ia64.h: New file.
      	* config/ia64/ia64.h (ASM_OUTPUT_EH_CHAR): Remove.
      	(ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT): Remove.
      	(ASM_OUTPUT_EH_DOUBLE_INT): Remove.
      	(ASM_PREFERRED_EH_DATA_FORMAT): New.
      	(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New.
      	(IA64_UNWIND_INFO): Re-enable.
      	(HANDLER_SECTION): Remove.
      	(EH_RETURN_DATA_REGNO): New.
      	* config/ia64/ia64.md (exception_receiver): Remove.
      	* config/ia64/t-glibc (LIB2ADDEH): Re-enable.
      	* config/ia64/t-ia64 (LIB2ADDEH): Re-enable.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41981 138bc75d-0d04-0410-961f-82ee72b054a4
      ad5818ae
  5. 11 May, 2001 1 commit
    • zack's avatar
      * Makefile.in: Exterminate all references to assert.h. · c872ef71
      zack authored
      	* cross-make: Likewise.
      	* assert.h: Delete.
      	* configure.in: Correct commentary.
      	* configure: Regenerate.
      	* po/POTFILES.in: Remove assert.h.
      
      	* libgcc-std.ver, libgcc2.c, libgcc2.h, sys-protos.h:
      	Remove __eprintf.
      
      	* config/t-freebsd, config/t-linux, config/t-linux-aout,
      	config/t-netbsd, config/t-rtems, config/x-linux,
      	config/i386/t-beos, config/mcore/t-mcore, config/mcore/t-mcore-pe:
      	No need to override INSTALL_ASSERT_H.
      
      	* fixinc/fixinc.dgux, fixinc/fixinc.interix, fixinc/fixinc.ptx,
      	fixinc/fixinc.svr4, fixinc/fixinc.winnt, fixinc/fixinc.wrap,
      	fixinc/fixincl.sh: Don't install assert.h into objdir/include.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41972 138bc75d-0d04-0410-961f-82ee72b054a4
      c872ef71
  6. 25 Apr, 2001 1 commit
  7. 28 Mar, 2001 1 commit
  8. 20 Mar, 2001 1 commit
  9. 24 Jan, 2001 1 commit
    • cgd's avatar
      2001-01-23 Chris Demetriou <cgd@broadcom.com> · c6deb130
      cgd authored
              * libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list
              of EH symbols.
              * libgcc2.c (__terminate_func): Make variable static.
              (__terminate_set_func): New function to set __terminate_func.
              * libgcc2.h (__terminate_func_ptr): New typedef.
              (__terminate_set_func): New function.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39224 138bc75d-0d04-0410-961f-82ee72b054a4
      c6deb130
  10. 01 Nov, 2000 1 commit
  11. 22 Oct, 2000 1 commit
  12. 06 Oct, 2000 1 commit
    • rth's avatar
      * Makefile.in (NM_FOR_TARGET): New. · 111349c7
      rth authored
              (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
              (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
              * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
              shared library build on that and EXTRA_MULTILIB_PARTS.
              * mkmap-flat.awk: New file.
              * mkmap-symver.awk: New file.
              * libgcc-std.ver: New file.
              * config/libgcc-glibc.ver: New file.
              * config/ia64/libgcc-ia64.ver: New file.
              * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
              (SHLIB_LINK): Add --version-script.
              * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
              * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
              * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
              (SHLIB_LINK): Add -M.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36746 138bc75d-0d04-0410-961f-82ee72b054a4
      111349c7