aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-5/+8
* config/mips/tm-mips.h (t_insn): Delete. * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code): Replace t_insn with ULONGEST.
2004-10-30* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list ofMark Kettenis2-0/+6
NetBSD/ELF targets.
2004-10-30* mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".Mark Kettenis3-70/+134
(MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM) (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines. (fetch_core_registers, fetch_elfcore_registers): Remove functions. (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables. (mipsnbsd_core_osabi_sniffer): New function. (mipsnbsd_init_abi): Set regset_from_core_section. (_initialize_mipsnbsd_tdep): Remove calls to deprecated_add_core_fns. (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset) (mipsnbsd_regset_from_core_section): New functions. (mipsnbsd_gregset, mipsnbsd_fpregset): New variables. * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
2004-10-30* procfs.c (procfs_fetch_registers, procfs_store_registers): LikeMark Kettenis2-2/+5
Remove optimization for DEPRECATED_FP_REGNUM.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-85/+14
* alpha-tdep.c (alpha_setup_arbitrary_frame): Delete. * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete. (alpha_setup_arbitrary_frame): Delete. * mips-tdep.c (setup_arbitrary_frame): Delete. * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete. (setup_arbitrary_frame): Delete. * stack.c (parse_frame_specification_1): When specified, call create_new_frame with two parameters. Delete #ifdef SETUP_ARBITRARY_FRAME.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-21/+26
* config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS) (MIPS_INSTLEN): Delete. * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE. * remote-mips.c, mips-tdep.c: Update.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney6-483/+550
* config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o. * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files. * mips-tdep.c (mips_mdebug_frame_cache) (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register) (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer) (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer) (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc) (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete. (mips_gdbarch_init): Do not append mdebug sniffers. (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) (PROC_SYMBOL, _PROC_MAGIC_): Delete. * Makefile.in: Update dependencies.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-2/+8
* mips-tdep.h (mips_abi_regsize): Declare. * mips-tdep.c (mips_abi_regsize): Make non-static.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-29/+7
* mips-tdep.c (gdb_print_insn_mips): Simplify. (make_mips16_addr): Delete.
2004-10-30* i386-sol2-nat.c: New file.Mark Kettenis4-1/+91
* Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and i386-sol2-tdep.c. (i386-sol2-nat.o): Update dependencies. * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add i386-sol2-nat.o.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-102/+16
Total breakage identified by Joel Brobecker. * mips-tdep.c (after_prologue): Delete. (mips_skip_prologue): Use skip_prologue_using_sal. (heuristic_proc_desc): Delete, unused.
2004-10-30* procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)Mark Kettenis2-135/+123
(proc_set_fpregs, procfs_fetch_registers, procfs_store_registers): Cleanup coding style.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-16/+24
* mips-tdep.h (mips_pc_is_mips16): Declare. * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make non-static. Update calls.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-14/+58
* cli/cli-decode.c (add_setshow_enum_cmd): New function. * command.h (add_setshow_enum_cmd): Declare. * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-15/+19
* mips-tdep.c (_initialize_mips_tdep): Use add_setshow_zinteger_cmd.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-242/+31
* mips-tdep.c (mips_eabi_extract_return_value) (mips_o64_extract_return_value, mips_o64_store_return_value) (return_value_location, mips_eabi_reg_struct_has_addr) (mips_eabi_use_struct_convention) (mips_eabi_store_return_value): Delete. (mips_eabi_store_return_value): New function. (mips_eabi_return_value): New function. (mips_gdbarch_init): For O64 and EABI, delete extract_return_value, store_return_value, use_struct_convention and reg_struct_has_addr, add return_value.
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-4/+8
* mips-tdep.c (read_signed_register): Use regcache_cooked_read_signed.
2004-10-30* mipsread.c: Cleanup coding style.Mark Kettenis2-82/+104
(mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read) (mipscoff_symfile_finish): Remove prototypes. * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) (mips_mdebug_frame_cache, mips16_scan_prologue) (mips32_scan_prologue, mips_stub_frame_cache) (heuristic_proc_start, heuristic_proc_desc) (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call) (mips_n32n64_return_value, mips_o32_push_dummy_call) (mips_o32_return_value, mips_o64_push_dummy_call) (mips_step_skips_delay, mips_skip_trampoline_code) (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM, MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN. (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM, T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM. * mips-linux-tdep.c (mips_linux_o32_sigframe_init) (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register) (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of A0_REGNUM. * mipsnbsd-nat.c: Include "mips-tdep.h". (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. * Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)Mark Kettenis5-77/+68
(mips_mdebug_frame_cache, mips16_scan_prologue) (mips32_scan_prologue, mips_stub_frame_cache) (heuristic_proc_start, heuristic_proc_desc) (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call) (mips_n32n64_return_value, mips_o32_push_dummy_call) (mips_o32_return_value, mips_o64_push_dummy_call) (mips_step_skips_delay, mips_skip_trampoline_code) (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM, MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN. (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM, T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM. * mips-linux-tdep.c (mips_linux_o32_sigframe_init) (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register) (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of A0_REGNUM. * mipsnbsd-nat.c: Include "mips-tdep.h". (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM. * Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-302004-10-29 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-112/+135
* stack.c (parse_frame_specification_1): New function based on parse_frame_specification. Add message and selected_frame_p paramters. Truely always return non-NULL. (parse_frame_specification): Call parse_frame_specification_1. (frame_info): Update. Eliminate target_has_stack check. (select_frame_command): Update.
2004-10-30daily updateAlan Modra1-1/+1
2004-10-30*** empty log message ***gdbadmin1-1/+1
2004-10-29 * gdb.threads/bp_in_thread.c: New file, copied fromJoel Brobecker3-1/+84
pthread_cond_wait.c. * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source file, rather than reusing the .c file from another testcase.
2004-10-29Really commit this file.Mark Kettenis1-0/+5
2004-10-292004-10-29 Andrew Cagney <cagney@gnu.org>Andrew Cagney21-66/+70
* frame.h (get_selected_frame): Add message parameter. * frame.c (get_selected_frame): Add and use message parameter. * stack.c (current_frame_command, return_command, locals_info) (catch_info, args_info, up_silently_base, down_silently_base): Use get_selected_frame with an explicit message. * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update. * remote-rdp.c, remote-mips.c, remote-e7000.c: Update. * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update. * infrun.c, inflow.c, infcmd.c, frame.c: Update. * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update. * breakpoint.c: Update.
2004-10-292004-10-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney10-25/+86
* trad-frame.c (trad_frame_get_prev_register): Use frame_unwind_register instead of frame_register_unwind, do not recurse the register's location. * xstormy16-tdep.c (xstormy16_frame_prev_register): * sparc-tdep.c (sparc32_frame_prev_register): Ditto. * sparc64-tdep.c (sparc64_frame_prev_register): Ditto. * sh-tdep.c (sh_frame_prev_register): Ditto. * m68k-tdep.c (m68k_frame_prev_register): Ditto. * i386-tdep.c (i386_frame_prev_register): Ditto. * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto. * amd64-tdep.c (amd64_frame_prev_register): Ditto.
2004-10-29*** empty log message ***gdbadmin1-1/+1
2004-10-29daily updateAlan Modra1-1/+1
2004-10-28 PR target/18151Aaron W. LaFramboise3-2/+8
* configure.in (case ${target}): Do not build fixincludes for avr. * configure: Regenerated.
2004-10-282004-10-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+8
* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
2004-10-282004-10-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+8
* elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak undefined symbols for R_IA64_SECREL32MSB, R_IA64_SECREL32LSB, R_IA64_SECREL64MSB and R_IA64_SECREL64LSB.
2004-10-28 * elf32-sh.c (tpoff): Take alignment into account.Kaz Kojima2-1/+7
2004-10-28* proc-events.c: Fix several coding-style issues. ConsistentlyMark Kettenis2-530/+526
use #ifdef instead of #if defined(). (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use ARRAY_SIZE. (_initialize_proc_events): New prototype.
2004-10-28* proc-why.c: Fix several coding-style issues.Mark Kettenis2-46/+52
(proc_prettyfprint_why): Use ARRAY_SIZE.
2004-10-282004-10-28 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-0/+5
* crx-opc.c (REV_COP_INST): New macro, reverse operand order of COP_INST macro.
2004-10-282004-10-27 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-9/+13
* crx-opc.c (REV_COP_INST): New macro, reverse operand order of COP_INST macro.
2004-10-282004-10-28 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-8/+12
* gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).
2004-10-282004-10-28 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-0/+6
* config/tc-crx.c (getreg_image): Bug fix, a return value was mistakenly ommited from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
2004-10-28Fix spelling typoNick Clifton1-1/+1
2004-10-28iq2000_elf_relocate_section): Do nothing when perfoming a relocatable link.Nick Clifton2-6/+11
(iq2000_elf_object_p): Do not set elf_bad_symtab. This is only for MIPS ports under Irix.
2004-10-28daily updateAlan Modra1-1/+1
2004-10-28*** empty log message ***gdbadmin1-1/+1
2004-10-272004-10-27 Richard Earnshaw <rearnsha@arm.com>Paul Brook5-30/+147
bfd/ * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Handle R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24. (elf32_arm_final_link_relocate): Ditto. (arm_add_to_rel, elf32_arm_relocate_section): Ditto. (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto (elf32_arm_adjust_dynamic_symbol): Ditto. * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}... (elf32_arm_r_howto): ... To here. (elf32_arm_howto_from_type): Use elf32_arm_r_howto. include/ * elf/arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
2004-10-27* remote.c (fetch_register_using_p): Construct 'p' packet in aJim Blandy2-3/+9
manner independent of the host byte order.
2004-10-27* mips-tdep.c (id_delayed): Remove prototype.Mark Kettenis2-2/+4
2004-10-272004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>Andrew Cagney2-42/+7
Committed by Andrew Cagney. * traps-linux.c: Don't include linux/module.h. (m32r_trap): Remove dummy systemcall's entry of __NR_ustat and __NR_get_kernel_syms.
2004-10-27emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL, parameter toNick Clifton5-361/+53
invocation of lang_section_start. emultempl/aix.em (_handle_option): Likewise. Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c, eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em. Makefile.in: Regenerate.
2004-10-272004-10-27 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-0/+7
* gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'. * gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs. * gas/crx/cop_insn.d: Regenerate. * gas/crx/list_insn.d: Likewise.
2004-10-27* gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.Tomer Levi2-43/+53
2004-10-27* gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.Tomer Levi2-20/+24