-
- Downloads
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
Showing
- gcc/config/ia64/crtbegin.asm 19 additions, 112 deletionsgcc/config/ia64/crtbegin.asm
- gcc/config/ia64/crtend.asm 0 additions, 54 deletionsgcc/config/ia64/crtend.asm
- gcc/config/ia64/fde-glibc.c 141 additions, 0 deletionsgcc/config/ia64/fde-glibc.c
- gcc/config/ia64/frame-ia64.c 86 additions, 486 deletionsgcc/config/ia64/frame-ia64.c
- gcc/config/ia64/frame-ia64.h 36 additions, 0 deletionsgcc/config/ia64/frame-ia64.h
- gcc/config/ia64/t-glibc 1 addition, 0 deletionsgcc/config/ia64/t-glibc
- gcc/configure 1 addition, 1 deletiongcc/configure
- gcc/configure.in 1 addition, 1 deletiongcc/configure.in
Loading
Please register or sign in to comment