]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/ia64/unwind-ia64.h
configure.in (ia64-linux): Add ia64/t-glibc.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Oct 2000 03:08:50 +0000 (20:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Oct 2000 03:08:50 +0000 (20:08 -0700)
commitfee0225a383cdc396a720a2a8639d4fb99e7f084
tree670b15daaad2d99fa60833fe8b45cc2f759a4318
parent7e51098e709b1248a2334b7a19b6d27e6ce88cfc
configure.in (ia64-linux): Add ia64/t-glibc.

* configure.in (ia64-linux) [tmake_file]: Add ia64/t-glibc.
* config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Remove.
(segrel_ofs): Remove.
(__ia64_app_header): New.
(frame_object): Remove.
(.init): Set __ia64_app_header when non-shared.
(__do_global_dtors_aux): Do not call __deregister_frame_info.
(__do_frame_setup): Remove.
* config/ia64/crtend.asm (__EH_FRAME_END__): Remove.
(__do_frame_setup_aux): Remove.
* config/ia64/frame-ia64.c (object_mutex): Remove.
(bad_record): Remove.
(init_object_mutex): Remove.
(init_object_mutex_once): Remove.
(fde_compare): Remove.
(__register_frame_info_aux): Remove.
(frame_init): Remove.
(find_fde): Remove.
(*): Use ISO function definitions.
(P3_record_types): Constify.
(P7_record_types, P7_additional_fields): Constify.
(P8_record_types, P8_additional_fields): Constify.
(read_P_record): Remove parenthesis warning.  Use structure
assignment instead of memcpy.
(execute_one_ia64_descriptor): Likewise.
(__build_ia64_frame_state): Use __ia64_find_fde.
(record_name, print_record, print_all_records): Remove.
* config/ia64/frame-ia64.h: New file.
* config/ia64/fde-glibc.c: New file.
* config/ia64/t-glibc: New file.

From-SVN: r36705
gcc/config/ia64/crtbegin.asm
gcc/config/ia64/crtend.asm
gcc/config/ia64/fde-glibc.c [new file with mode: 0644]
gcc/config/ia64/frame-ia64.c
gcc/config/ia64/frame-ia64.h [new file with mode: 0644]
gcc/config/ia64/t-glibc [new file with mode: 0644]
gcc/configure
gcc/configure.in