summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * elf-hppa.h (elf_hppa_reloc_final_type): Handle R_PARISC_GPREL64,Dave Anglin2008-08-286-4/+91
| | | | | | | | | | | | | | | R_PARISC_SEGREL32 and R_PARISC_SEGREL64. * som.c (som_fixup_formats): Add R_DATA_GPREL fixup. (som_hppa_howto_table): Likewise. (hppa_som_gen_reloc_type): In case R_HPPA_GOTOFF, detect R_DATA_GPREL final type. (som_write_fixups): Handle R_DATA_GPREL. * config/tc-hppa.c (is_SB_relative): New macro. (fix_new_hppa): Remove $segrel$ marker. (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is segment relative. * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
* *** empty log message ***gdbadmin2008-08-281-1/+1
|
* gas/testsuite/H.J. Lu2008-08-276-2/+19
| | | | | | | | | | | | | | | | 2008-08-27 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/intel.s: Add tests for fidivr. * gas/i386/intel.d: Updated. opcodes/ 2008-08-27 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.tbl: Correct fidivr operand size. * i386-tbl.h: Regenerated.
* gas/Jan Beulich2008-08-272-5/+13
| | | | | | | | 2008-08-27 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (check_string): Use register_prefix for error message. (process_operands): Likewise.
* * remote.c: Include "gdb_stat.h".Ulrich Weigand2008-08-272-0/+5
|
* daily updateAlan Modra2008-08-271-1/+1
|
* *** empty log message ***gdbadmin2008-08-271-1/+1
|
* * dummy-frame.h (dummy_frame_pop): Add prototype.Ulrich Weigand2008-08-268-109/+124
| | | | | | | | | | | | | | | | | | | | * dummy-frame.c: Include "observer.h". (dummy_frame_push): Do not check for stale frames. (dummy_frame_pop): New function. (cleanup_dummy_frames): New function. (_initialize_dummy_frame): Install it as inferior_created observer. * frame.h (struct frame_id): Update comments. (frame_id_inner): Remove prototype. * frame.c (frame_id_inner): Make static. Add comments. (frame_find_by_id): Update frame_id_inner safety net check to avoid false positives for targets using non-contiguous stack ranges. (get_prev_frame_1): Update frame_id_inner safety net check. (frame_pop): Call dummy_frame_pop when popping a dummy frame. * stack.c (return_command): Directly pop the selected frame. * infrun.c (handle_inferior_event): Remove dead code. * i386-tdep.c (i386_push_dummy_call): Update comment.
* * breakpoint.c (remove_breakpoint): Do not fail if unable to removeUlrich Weigand2008-08-262-0/+12
| | | | breakpoint from shared library.
* * solib-svr4.c (read_program_header): New function.Ulrich Weigand2008-08-262-16/+205
| | | | | | | (scan_dyntag_auxv): New function. (elf_locate_base): Use it if scan_dyntag fails. (find_program_interpreter): New function. (enable_break): Use it instead of .interp section.
* ChangeLog:Ulrich Weigand2008-08-2611-86/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remote.h (remote_filename_p, remote_bfd_open): Add prototypes. * remote.c (remote_bfd_iovec_open, remote_bfd_iovec_close, remote_bfd_iovec_pread, remote_bfd_iovec_stat, remote_filename_p, remote_bfd_open): New functions. (remote_hostio_send_command): Fail safely if remote connection is not set up. * solist.h (solib_open): Remove prototype. (solib_bfd_open): Add prototype. * solib.c: Include "remote.h". (solib_open): Remove, replace by ... (solib_bfd_open): ... this new function. Handle remote BFDs. (solib_map_sections): Replace solib_open by solib_bfd_open. * solib-frv.c: Include "exceptions.h". (enable_break2): Replace solib_open by solib_bfd_open. * solib-svr4.c: Include "exceptions.h". (enable_break): Replace solib_open by solib_bfd_open. * symfile.c: Include "remote.h". (build_id_verify): Handle remote BFDs. (separate_debug_file_exists): Use BFD to access file. Handle remote BFDs. (symfile_bfd_open): Handle remote BFDs. (reread_symbols): Handle remote BFDs. * NEWS: Mention "remote:" argument prefix to "set sysroot". doc/ChangeLog: * gdb.texinfo (Commands to Specify Files): Document "remote:" argument prefix to "set sysroot".
* * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand2008-08-2621-83/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (deprecated_current_gdbarch_select_hack): Set it. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c (gdbarch_update_p): Use target_gdbarch instead of current_gdbarch. * target-descriptions.c (target_find_description): Likewise. * arm-tdep.c (arm_update_current_architecture): Likewise. (show_fp_model, arm_show_abi, arm_show_fallback_mode, arm_show_force_mode): Likewise. * mips-tdep.c (show_mask_address, show_mipsfpu_command, show_mips_abi): Likewise. * mep-tdep.c (me_module_register_set, current_me_module): Likewise. * target.c (target_translate_tls_address): Use target_gdbarch instead of current_gdbarch. * remote.c (struct packet_reg): Likewise. (get_remote_arch_state, packet_reg_from_regnum, packet_reg_from_pnum, remote_check_symbols, remote_wait, remote_address_masked, remote_insert_breakpoint, remote_insert_hw_breakpoint, remote_read_description): Likewise. * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise. * remote-mips.c (mips_open, mips_common_breakpoint): Likewise. * cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise. * solib.c (solib_open, solib_map_sections, solib_read_symbols, solib_add, info_sharedlibrary_command, solib_address, solib_create_inferior_hook, in_solib_dynsym_resolve_code, solib_global_lookup): Likewise. * solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise. * solib-irix.c (irix_current_sos, irix_open_symbol_file_object): Likewise. * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise. * solib-svr4.c (exec_entry_point, enable_break, svr4_free_so, set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets): Likewise. * nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix, nto_truncate_ptr): Likewise. * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
* * c-arm.texi: Add tutorial on ARM unwinding pseudo ops.Mark Mitchell2008-08-262-0/+157
|
* * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections) New structure.Luis Machado2008-08-262-2/+32
| | | | | | | (ppc_linux_vmx_regset_sections): New structure. (ppc_linux_fp_regset_sections): New structure. (ppc_linux_init_abi): Select core-file regset based on target features.
* * elf32-arm.c: Fix up comment describing Thumb to ARM interworkingNick Clifton2008-08-262-3/+9
| | | | stub.
* * target.c (debug_print_register): Use regcache_raw_collectUlrich Weigand2008-08-262-3/+7
| | | | instead of regcache_cooked_read. Only handle raw registers.
* bfd/Nick Clifton2008-08-267-9/+130
| | | | | | | | | | | | | | | | | | * elf32-arm.c (arm_thumb_arm_v4t_short_branch_stub): Define. (elf32_arm_stub_type): Add arm_thumb_arm_v4t_stub_short_branch. (arm_type_of_stub): Handle armv4t short branches. Update prototype. (arm_stub_is_thumb): Handle arm_thumb_arm_v4t_stub_short_branch. (arm_build_one_stub): Likewise. (arm_size_one_stub): Likewise. (elf32_arm_size_stubs): Use new arm_type_of_stub prototype. (arm_map_one_stub): Handle arm_thumb_arm_v4t_stub_short_branch. ld/testsuite/ * ld-arm/arm-elf.exp: Add farcall-thumb-arm-short test. * ld-arm/farcall-group2.s: Fix comment. * ld-arm/farcall-thumb-arm-short.d: New test. * ld-arm/farcall-thumb-arm-short.s: New test.
* PR 6727Nick Clifton2008-08-262-12/+12
| | | | | | | | | * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Scan all input sections in all input bfds and always select the last suitable one, so that interworking stubs are always processed after all other input sections. (arm_elf_before_allocation): Remove redundant use of output_has_begun flag.
* * config/bfin-parse.y (check_macfunc_option): Fix instructionJie Zhang2008-08-268-12/+228
| | | | | | | | | | | | mode checking. (asm_1): Check mode for 16-bit multiply instructions. testsuite/ * gas/bfin/arith_mode.d: New test. * gas/bfin/arith_mode.s: New test. * gas/bfin/invalid_arith_mode.l: New test. * gas/bfin/invalid_arith_mode.s: New test. * gas/bfin/bfin.exp: Add arith_mode and invalid_arith_mode.
* *** empty log message ***gdbadmin2008-08-261-1/+1
|
* daily updateAlan Modra2008-08-261-1/+1
|
* * cp-name-parser.y: Include config.h before system headers.Pedro Alves2008-08-252-1/+6
|
* * m88k-tdep.c: Update for unwinder changes.Ulrich Weigand2008-08-252-47/+37
|
* Merge from gcc:DJ Delorie2008-08-253-0/+7
| | | | | | 2008-08-16 Nicolas Roche <roche@adacore.com> * Makefile.tpl: Add BOOT_ADAFLAGS. * Makefile.in: Regenerate.
* Merge from gcc.DJ Delorie2008-08-251-1/+1
|
* * gmon_io.h: Don't include sysdep.h here.Alan Modra2008-08-255-201/+164
| | | | | | | | (O_BINARY, SET_BINARY): Don't define here. * gmon_io.c: Include "binary-io.h". (gmon_out_read): Remove #ifdef SET_BINARY. * Makefile.am: Run "make dep-am" * Makefile.in: Regenerate.
* * sysdep.h: Include "binary-io.h".Alan Modra2008-08-256-255/+216
| | | | | | | | | (O_BINARY): Don't define here. * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here. * strings.c: Likewise. (main): Remove #ifdef SET_BINARY. * Makefile.am: Run "make dep-am" * Makefile.in: Regenerate.
* * binary-io.h: New file, imported from gnulib, but don'tAlan Modra2008-08-252-0/+67
| | | | #include <fcntl.h> or <stdio.h>.
* *** empty log message ***gdbadmin2008-08-251-1/+1
|
* daily updateAlan Modra2008-08-251-1/+1
|
* (_bfd_elf_write_section_eh_frame): Do properAndreas Schwab2008-08-242-4/+9
| | | | extension when calculating difference of offsets.
* * s390-tdep.c (s390_address_class_type_flags): UseTom Tromey2008-08-242-3/+10
| | | | | | TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1. (s390_address_class_type_flags_to_name): Likewise. (s390_address_class_name_to_type_flags): Likewise.
* * Makefile.in (uninstall): Apply $(EXEEXT) too.Maciej W. Rozycki2008-08-242-1/+5
|
* * rs6000-tdep.c (rs6000_builtin_type_vec128): Don't useTom Tromey2008-08-247-6/+21
| | | | | | | | | | | | | | TYPE_FLAGS. * features/rs6000/powerpc-vsx32l.c (initialize_tdesc_powerpc_vsx32l): Update. * features/rs6000/powerpc-vsx32.c (initialize_tdesc_powerpc_vsx32): Update. * features/rs6000/powerpc-vsx64.c (initialize_tdesc_powerpc_vsx64): Update. * features/rs6000/powerpc-vsx64l.c (initialize_tdesc_powerpc_vsx64l): Update. * target-descriptions.c (maint_print_c_tdesc_cmd): Emit TYPE_VECTOR, not TYPE_FLAGS.
* gdb:Tom Tromey2008-08-2425-180/+354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xml-tdesc.c (tdesc_end_union): Update. * stabsread.c (define_symbol): Update. (read_type): Update. (read_struct_type): Update. (read_enum_type): Update. * spu-tdep.c (spu_builtin_type_vec128): Update. * sh-tdep.c (sh_push_dummy_call_fpu): Update. (sh_push_dummy_call_nofpu): Update. * mdebugread.c (parse_symbol): Update. (parse_symbol): Update. (parse_symbol): Update. (upgrade_type): Update. * jv-lang.c (java_lookup_class): Update. * iq2000-tdep.c (iq2000_pointer_to_address): Update. * i386-tdep.c (i386_mmx_type): Update. (i386_sse_type): Update. * gdbtypes.h (enum type_flag_value): New enum. (enum type_instance_flag_value): New enum. (TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB, TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED, TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR, TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED, TYPE_FLAG_NOTTEXT): Now enum constants. (TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2): Remove. (TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE, TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE, TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1, TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants. (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB, TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS, TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, TYPE_NOTTEXT): Update. (TYPE_FLAG_ADDRESS_CLASS_ALL): Remove. (TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define. (TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE, TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): Update. (struct main_type) <flags>: Remove. <flag_unsigned, flag_nosign, flag_stub, flag_target_stub, flag_static, flag_prototyped, flag_incomplete, flag_varargs, flag_vector, flag_stub_supported, flag_nottext, flag_fixed_instance>: New fields. <nfields, vptr_fieldno>: Move earlier. (TYPE_FLAGS): Remove. * gdbtypes.c (make_pointer_type): Update. (address_space_name_to_int): Update. (address_space_int_to_name): Update. (make_type_with_address_space): Update. (make_cv_type): Update. (create_range_type): Update. (get_discrete_bounds): Update. (create_set_type): Update. (make_vector_type): Update. (smash_to_method_type): Update. (check_typedef): Update. (check_stub_method): Update. (init_type): Individually assign flag fields. (recursive_dump_type): Don't print entire TYPE_FLAGS field. Do print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT. (copy_type_recursive): Copy the entire main type. Don't use TYPE_FLAGS. * features/rs6000/powerpc-altivec64l.c (initialize_tdesc_powerpc_altivec64l): Update. * features/rs6000/powerpc-altivec64.c (initialize_tdesc_powerpc_altivec64): Update. * features/rs6000/powerpc-altivec32l.c (initialize_tdesc_powerpc_altivec32l): Update. * features/rs6000/powerpc-altivec32.c (initialize_tdesc_powerpc_altivec32): Update. * features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400): Update. * features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt): Update. * dwarf2read.c (read_structure_type): Update. (read_enumeration_type): Likewise. (process_enumeration_scope): Likewise. (read_tag_pointer_type): Likewise. (read_subroutine_type): Likewise. (read_subroutine_type): Likewise. (read_base_type): Likewise. * coffread.c (coff_read_enum_type): Update. * ada-valprint.c (adjust_type_signedness): Update. * ada-typeprint.c (print_record_field_types): Update. * ada-lang.c (packed_array_type): Update. (empty_record): Don't reset TYPE_FLAGS. (ada_template_to_fixed_record_type_1): Update. (ada_template_to_fixed_record_type_1): Likewise. (template_to_static_fixed_type): Likewise. (to_record_with_fixed_variant_part): Likewise. (to_fixed_record_type): Likewise. (to_fixed_array_type): Likewise. (to_static_fixed_type): Likewise. gdb/testsuite: * gdb.base/maint.exp: Update "maint print type".
* * Makefile.am (chew.o): Delete rule.Alan Modra2008-08-243-12/+10
| | | | | ($(MKDOC)): Move options before C file. * Makefile.in: Regenerate.
* Update a number of obsolete autoconf macros.Alan Modra2008-08-2420-155/+137
|
* daily updateAlan Modra2008-08-241-1/+1
|
* *** empty log message ***gdbadmin2008-08-241-1/+1
|
* 2008-08-23 Jim Blandy <jimb@redhat.com>Tom Tromey2008-08-232-0/+7
| | | | | | PR macros/607: * symmisc.c (print_symbol_bcache_statistics): Include statistics for the macro bcache.
* * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.Tom Tromey2008-08-232-2/+7
| | | | (argc): Now 31 bits.
* (find_separate_debug_file): Use the canonicalAndreas Schwab2008-08-232-8/+28
| | | | | absolute name of the bfd object for finding the debug file in the global debugfile directory.
* *** empty log message ***gdbadmin2008-08-231-1/+1
|
* daily updateAlan Modra2008-08-231-1/+1
|
* * NEWS: Move macro entries back under "New commands".Tom Tromey2008-08-222-4/+8
|
* * config/tc-mcore.c (md_assemble): Increase length of name arrayNick Clifton2008-08-222-1/+6
| | | | to include terminating NUL.
* * breakpoint.c (create_overlay_event_breakpoint): Rename to ...Ulrich Weigand2008-08-222-2/+17
| | | | | | (create_overlay_event_breakpoint_1): ... this. Add OBJFILE parameter. (create_overlay_event_breakpoint): Loop over all objfiles to install multiple instances of the overlay event breakpoint if present.
* * spu-tdep.c (spu_overlay_new_objfile): Only consider SPU objfiles.Ulrich Weigand2008-08-222-0/+28
| | | | | | | | (info_spu_event_command): Command only supported on SPU architecture. (info_spu_signal_command): Likewise. (info_spu_mailbox_command): Likewise. (info_spu_dma_command): Likewise. (info_spu_proxydma_command): Likewise.
* * infrun.c (adjust_pc_after_break): Do not call get_thread_regcacheUlrich Weigand2008-08-222-7/+14
| | | | if the thread has already exited.
* * infrun.c (proceed): Move back setting previous_inferior_ptidPedro Alves2008-08-222-3/+17
| | | | | | from here ... (wait_for_inferior): ... to here. (fetch_inferior_event): ... and here.