summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix mergeStephane Carrez2003-10-042-2/+7
| | | | of flags between HC12 and HCS12.
* Set SEC_EXCLUDE flag on sections which become empty after merging.Nick Clifton2003-10-042-2/+10
|
* 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-042-1/+5
| | | | * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
* daily updateAlan Modra2003-10-041-1/+1
|
* *** empty log message ***gdbadmin2003-10-041-1/+1
|
* 2003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-034-4/+231
| | | | | | | | | | | | | | | | * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI, set extract_return_value, store_return_value and use_struct_convention to ppc64_sysv_abi_extract_return_value, ppc64_sysv_abi_store_return_value and ppc64_sysv_abi_use_struct_convention. * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare. (ppc64_sysv_abi_store_return_value): Declare. (ppc64_sysv_abi_use_struct_convention): Declare. * ppc-sysv-tdep.c (enum return_value_convention): Define. (ppc64_sysv_abi_extract_return_value): New function. (ppc64_sysv_abi_store_return_value): New function. (ppc64_sysv_abi_use_struct_convention): New function. (ppc64_sysv_abi_return_value): New function.
* 2003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-032-4/+10
| | | | | | * gdbint.texinfo (Target Architecture Definition): Deprecate IBM6000_TARGET. Mention that it implies an RS/6000 system and not just target.
* 2003-10-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-032-7/+15
| | | | | | * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only convert a descriptor to a function when it's in the ".opd" section.
* * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg andCorinna Vinschen2003-10-032-2/+7
| | | | reg_size to keep GCC silent.
* * dwarf2-frame.c (struct comp_unit): Add tbase member to storeCorinna Vinschen2003-10-032-1/+21
| | | | | | | base for DW_EH_PE_textrel encodings. (read_encoded_value): Add a DW_EH_PE_textrel case. (dwarf2_build_frame_info): Set unit.tbase to beginning of text section.
* *** empty log message ***gdbadmin2003-10-031-1/+1
|
* daily updateAlan Modra2003-10-031-1/+1
|
* * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.Mark Kettenis2003-10-022-3/+7
|
* 2003-10-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-0269-364/+409
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename REGISTER_RAW_SIZE. * gdbarch.h, gdbarch.c: Re-generate. * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update. * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update. * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update. * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update. * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update. * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update. * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update. * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update. * remote-e7000.c, remote-mips.c, remote-sim.c: Update. * remote-vxmips.c, remote-vxsparc.c, remote.c: Update. * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update. * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update. * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update. * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update. * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update. * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update. 2003-10-02 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. * gdb.texinfo (Packets, Stop Reply Packets): Ditto. * gdbint.texinfo (Target Architecture Definition): Rename 2003-10-02 Andrew Cagney <cagney@redhat.com> * mi-main.c: Rename REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
* * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz2003-10-022-8/+7
| | | | and sys_errlist using different names.
* * dwarf2read.c (struct die_info): Doc fix.Jim Blandy2003-10-022-0/+11
|
* * sh-tdep.c: Running thru gdb_indent.sh.Corinna Vinschen2003-10-022-448/+352
|
* * sh-tdep.c (sh_justify_value_in_reg): New function.Corinna Vinschen2003-10-022-100/+170
| | | | | | | | | | | | (sh_stack_allocsize): Ditto. (flt_argreg_array): New array used for floating point argument passing. (sh_init_flt_argreg): New function. (sh_next_flt_argreg): Ditto. (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to "pass_on_stack". Use new helper functions. Accomodate Renesas ABI. Fix argument passing strategy. (sh_push_dummy_call_nofpu): Ditto.
* 2003-10-01 Phil Edwards <pme@gcc.gnu.org>H.J. Lu2003-10-022-4/+17
| | | | | | | | | | * config-ml.in: Use ac_configure_args directly instead of ml_arguments. Only set ml_norecursion if --no[-]recursion is actually seen. 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr> * config-ml.in: Propagate INSTALL variables.
* 2003-10-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-025-65/+59
| | | | | | | | | | | * value.h (register_value_being_returned): Declare. Replace "value_being_returned". * infcall.c (call_function_by_hand): Use register_value_being_returned. * infcmd.c (print_return_value): Call "register_value_being_returned", handle struct return locally. * values.c (register_value_being_returned): New function. Replace "value_being_returned".
* daily updateAlan Modra2003-10-021-1/+1
|
* *** empty log message ***gdbadmin2003-10-021-1/+1
|
* * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz2003-10-012-1/+13
| | | | strerror is available.
* 2003-09-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-10-012-2/+28
| | | | | | * linux-proc.c (linux_do_registers): New function. (linux_make_note_section): Use linux_do_registers in case of single threaded inferior programs.
* 2003-10-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-015-12/+55
| | | | | | | | | | | * infcall.c (call_function_by_hand): When STRUCT_RETURN, always use STRUCT_ADDR. When not using "struct return convention", pass "0" to "value_being_returned". Add FIXMEs. * infcmd.c (print_return_value): Pass an explicit 0/1 to value_being_returned. Add comments. * values.c (value_being_returned): Add fixme. * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME. (hppa_value_returned_from_stack): Add FIXME.
* 2003-10-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-013-17/+43
| | | | | * configure.in: Check if $MAKEINFO is missing. * configure: Regenerated.
* * xtensa-dis.c (fetch_data): Remove numBytes parameter.Bob Wilson2003-10-012-6/+9
| | | | (print_insn_xtensa): Fix call to fetch_data.
* daily updateAlan Modra2003-10-011-1/+1
|
* *** empty log message ***gdbadmin2003-10-011-1/+1
|
* 2003-09-30 David Carlton <carlton@kealia.com>David Carlton2003-09-302-1/+8
| | | | | | * generic/gdbtk-register.c (get_register): Replace REGISTER_VIRTUAL_SIZE by DEPRECATED_REGISTER_VIRTUAL_SIZE.
* 2003-09-30 David Carlton <carlton@kealia.com>David Carlton2003-09-302-96/+143
| | | | | | | | | | | | | | | | | | | | * dwarf2read.c (struct die_info): Add 'parent' field; replace 'has_children' and 'next' by 'child' and 'sibling'. (read_comp_unit): Rework algorithm, breaking body into read_die_and_children and read_die_and_siblings. (read_die_and_children, read_die_and_siblings): New. (read_full_die): Add 'has_children' argument; set it instead of the die's 'has_children' field. Minor formatting cleanup. (free_die_list): Use die->child and die->sibling instead of die->next. (dump_die_list): Ditto. (sibling_die): Use die->sibling. (psymtab_to_symtab_1): Use die's 'child' field in place of its 'has_children' and 'next' fields. (process_die, read_file_scope, read_func_scope) (read_lexical_block_scope, read_structure_scope) (read_enumeration, read_array_type, read_common_block) (read_namespace, read_subroutine_type, dump_die): Ditto.
* * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,Jakub Jelinek2003-09-302-8/+13
| | | | R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
* 2003-09-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-302-2/+10
| | | | | * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone to 224, not 220.
* 2003-09-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-3018-63/+77
| | | | | | | | | | | | | | | | | | | | * mi-main.c: Rename REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. 2003-09-30 Andrew Cagney <cagney@redhat.com> * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename REGISTER_VIRTUAL_SIZE. * gdbarch.h, gdbarch.c: Regenerate. * vax-tdep.h, sparc-tdep.c, regcache.h: Update. * regcache.c, mn10300-tdep.c, mips-tdep.c: Update. * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update. 2003-09-30 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. (Target Architecture Definition):
* [ bfd/ChangeLog ]Chris Demetriou2003-09-3013-7/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-09-30 Chris Demetriou <cgd@broadcom.com> * archures.c (bfd_mach_mipsisa64r2): New define. * bfd-in2.h: Regenerate. * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2. * cpu-mips.c (I_mipsisa64r2): New enum value. (arch_info_struct): Add entry for I_mipsisa64r2. * elfxx-mips.c (_bfd_elf_mips_mach) (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2. (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case. (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2. [ binutils/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2. [ gas/Changelog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * configure.in (mipsisa64r2, mipsisa64r2el, mipsisa64r2*): New CPUs. * configure: Regenerate. * config/tc-mips.c (imm2_expr): New variable. (md_assemble, mips16_ip): Initialize imm2_expr. (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2. (macro_build): Handle +A, +B, +C, +E, +F, +G, and +H format operands. (macro): Handle M_DEXT and M_DINS. (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands. (mips_ip): Likewise. (OPTION_MIPS64R2): New define. (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2). OPTION_ASE_BASE): Increase to compensate for OPTION_MIPS64R2. (md_parse_option): Handle OPTION_MIPS64R2. (s_mipsset): Handle setting "mips64r2" ISA. (mips_cpu_info_table): Add mips64r2. (md_show_usage): Document -mips64r2 option. * doc/as.texinfo: Docuemnt -mips64r2 option. * doc/c-mips.texi: Likewise. [ gas/testsuite/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * gas/mips/cp0-names-mips64r2.d: New file. * gas/mips/cp0sel-names-mips64r2.d: New file. * gas/mips/elf_arch_mips64r2.d: New file. * gas/mips/hwr-names-mips64r2.d: New file. * gas/mips/mips32r2-ill-fp64.l: New file. * gas/mips/mips32r2-ill-fp64.s: New file. * gas/mips/mips64r2-ill.l: New file. * gas/mips/mips64r2-ill.s: New file. * gas/mips/mips64r2.d: New file. * gas/mips/mips64r2.s: New file. * gas/mips/mips.exp: Define "mips64r2" arch, and run new tests. [ include/elf/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * mips.h (E_MIPS_ARCH_64R2): New define. [ include/opcode/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * mips.h: Document +E, +F, +G, +H, and +I operand types. Update documentation of I, +B and +C operand types. (INSN_ISA64R2, ISA_MIPS64R2, CPU_MIPS64R2): New defines. (M_DEXT, M_DINS): New enum values. [ ld/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * ldmain.c (get_emulation): Ignore "-mips64r2". [ ld/testsuite/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * ld-mips-elf/mips-elf-flags.exp: Add tests for combinations with MIPS64r2. [ opcodes/ChangeLog ] 2003-09-30 Chris Demetriou <cgd@broadcom.com> * mips-dis.c (mips_arch_choices): Add entry for "mips64r2" (print_insn_args): Add handing for +E, +F, +G, and +H. * mips-opc.c (I65): New define for MIPS64r2. (mips_builtin_opcodes): Add "dext", "dextm", "dextu", "dins", "dinsm", "dinsu", "drotl", "drotr", "drotr32", "drotrv", "dsbh", and "dshd" for MIPS64r2. Adjust "dror", "dror32", and "drorv" to be supported on MIPS64r2.
* 2003-09-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-3012-64/+75
| | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename DEPRECATED_REGISTER_VIRTUAL_TYPE. * gdbarch.h, gdbarch.c: Regenerate. * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update. * sh64-tdep.c, sparc-tdep.c: Update. 2003-09-30 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
* 2003-09-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-305-13/+20
| | | | | | | * remote-vxsparc.c (vx_read_register): Replace bzero with memset. * remote-vxmips.c (vx_read_register): Ditto. * remote-vx68.c (vx_read_register): Ditto. * gnu-nat.c (inf_validate_procs): Ditto.
* *** empty log message ***gdbadmin2003-09-301-1/+1
|
* daily updateAlan Modra2003-09-301-1/+1
|
* 2003-09-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-09-292-0/+26
| | | | | | * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New. Handle SHN_IA_64_ANSI_COMMON. (elf_backend_section_from_bfd_section): Defined.
* * infcall.c (call_function_by_hand): Fix build failureJoel Brobecker2003-09-292-1/+6
| | | | introduced in the previous change to this file.
* 2003-09-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-292-6/+4
| | | | | * gdbint.texinfo (Target Architecture Definition): Delete documentation for NEED_TEXT_START_END.
* 2003-09-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-292-3/+13
| | | | | | * gdbint.texinfo (Target Architecture Definition): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to TARGET_WRITE_PC.
* 2003-09-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-292-0/+9
| | | | * NEWS: Mention Objective-C.
* * ChangeLog: Correct an entry command.exp -> commands.exp.Daniel Jacobowitz2003-09-292-2/+18
| | | | | * gdb.base/commands.exp (bp_deleted_in_command_test) (temporary_breakpoint_commands): Check noargs.
* 2003-09-29 Jerome Guitton <guitton@act-europe.fr>Jerome Guitton2003-09-292-2/+10
| | | | | | | * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to test if the register has been saved on the stack. (arm_scan_prologue_cache): When analysing the instruction "str lr, [sp, #-4]", save the address where lr has been stored.
* daily updateAlan Modra2003-09-291-1/+1
|
* *** empty log message ***gdbadmin2003-09-291-1/+1
|
* 2003-09-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-2812-85/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | * frame.c (frame_read_unsigned_register): Delete function. * frame.h (frame_read_unsigned_register): Delete declaration. * sparc-tdep.c (sparc_init_extra_frame_info): Use get_frame_register_unsigned. (sparc_frame_saved_pc, sparc_pop_frame): Ditto. * m68hc11-tdep.c (m68hc11_print_register): Ditto. * d10v-tdep.c (d10v_print_registers_info): Ditto. * frame.h (frame_read_register): Delete declaration. * frame.c (frame_read_register): Delete function. * arch-utils.c (legacy_register_to_value): Use get_frame_register. * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto. * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto. * mips-tdep.c (mips_register_to_value): Ditto. * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto. * d10v-tdep.c (d10v_print_registers_info): Ditto. * frame.c (frame_read_signed_register): Delete function. (frame_read_unsigned_register): Update comments. * frame.h (frame_read_signed_register): Delete declaration. * h8300-tdep.c (h8300_print_register): Use get_frame_register_signed. * m68hc11-tdep.c (m68hc11_print_register): Ditto.
* 2003-09-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-284-3/+13
| | | | | | | * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK): Rename VALUE_RETURNED_FROM_STACK. * infcmd.c (print_return_value): Update. * infcall.c (call_function_by_hand): Update.