aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-08*** empty log message ***gdbadmin1-1/+1
2005-12-07gdb/Daniel Jacobowitz5-4/+17
* valops.c (value_struct_elt): Clarify error message. gdb/testsuite/ 2005-12-07 Christophe Lyon <christophe.lyon@st.com> * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force code generation for these functions. * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an error message.
2005-12-07daily updateAlan Modra1-1/+1
2005-12-07gdb/ChangeLog:Jim Blandy2-1/+4
2005-12-07 Jim Blandy <jimb@redhat.com> * target.c (target_xfer_memory_partial): Doc fix.
2005-12-072005-12-07 Jim Blandy <jimb@redhat.com>Jim Blandy2-15/+22
* ax-general.c (ax_reqs): Check stack heights for backward jumps, too. Correctly check height at target. Doc fixes.
2005-12-072005-12-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+26
Andreas Schwab <schwab@suse.de> PR binutils/1991 * elf.c (assign_section_numbers): Always use the output section when setting up sh_link for SHF_LINK_ORDER.
2005-12-07bfd/H.J. Lu8-39/+42
2005-12-07 Thiemo Seufer <ths@networkno.de> H.J. Lu <hongjiu.lu@intel.com> PR ld/1932 * bfd-in.h (bfd_elf_record_link_assignment): Add output_bfd and hidden arguments. * bfd.c (bfd_hide_symbol): Removed. * bfd-in2.h: Regenerated. * elflink.c (bfd_elf_record_link_assignment): Handle hidden symbols which were provided by a linker script. ld/ 2005-12-07 Thiemo Seufer <ths@networkno.de> H.J. Lu <hongjiu.lu@intel.com> PR ld/1932 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Adjust bfd_elf_record_link_assignment call. * ldexp.c (exp_fold_tree_1): Remove call to bfd_hide_symbol.
2005-12-07 * cris-opc.c (cris_opcodes) <"move" "s,P">: Define usingHans-Peter Nilsson2-1/+8
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.
2005-12-07 * cris.h (MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS)Hans-Peter Nilsson2-2/+15
(MOVE_PC_INCR_OPCODE_PREFIX, MOVE_PC_INCR_OPCODE_SUFFIX): New macros. (ADD_PC_INCR_OPCODE): Don't define.
2005-12-07 * gas/cris/rd-bcnst-pic.d, gas/cris/rd-branch-pic.d,Hans-Peter Nilsson7-0/+782
gas/cris/rd-brokw-pic-1.d, gas/cris/rd-brokw-pic-2.d, gas/cris/rd-brokw-pic-3.d, gas/cris/rd-fragtest-pic.d: New tests.
2005-12-07 Change 32-bit-branch expansion for --pic.Hans-Peter Nilsson2-12/+81
* config/tc-cris.c (STATE_COND_BRANCH_PIC): New relaxation state. (md_cris_relax_table): Add entry for STATE_COND_BRANCH_PIC. (cris_any_v0_v10_long_jump_size_pic): New macro. (md_estimate_size_before_relax): Handle STATE_COND_BRANCH_PIC. (md_convert_frag): Similar. (md_create_long_jump): Change 32-bit-branch expansion for --pic. (md_assemble, gen_cond_branch_32): Adjust similarly. (md_parse_option) <case OPTION_PIC>: Adjust md_long_jump_size. <case OPTION_ARCH>: Similar, if --pic.
2005-12-07Add missing ChangeLog entryHans-Peter Nilsson1-0/+7
2005-12-07*** empty log message ***gdbadmin1-1/+1
2005-12-06 * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,Hans-Peter Nilsson12-1494/+807
cris/decodev10.c, cris/decodev10.h, cris/decodev32.c, cris/decodev32.h, cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
2005-12-06 * sim/cris/asm/movmp8.ms, sim/cris/asm/pcplus.ms: New tests.Hans-Peter Nilsson5-2/+98
* sim/cris/asm/movmp.ms: Do not write to P0, P4 or P8. * sim/cris/asm/raw13.ms: Write to MOF instead of WZ (P4).
2005-12-062005-12-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-13/+16
* cli/cli-decode.c (add_setshow_string_cmd): Indent. (add_setshow_integer_cmd): Indent.
2005-12-062005-12-06 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+7
* inf-ptrace.c: Fix typos in comments.
2005-12-06 * cris.cpu (simplecris-common-writable-specregs)Hans-Peter Nilsson2-28/+130
(simplecris-common-readable-specregs): Split from simplecris-common-specregs. All users changed. (cris-implemented-writable-specregs-v0) (cris-implemented-readable-specregs-v0): Similar from cris-implemented-specregs-v0. (cris-implemented-writable-specregs-v3) (cris-implemented-readable-specregs-v3) (cris-implemented-writable-specregs-v8) (cris-implemented-readable-specregs-v8) (cris-implemented-writable-specregs-v10) (cris-implemented-readable-specregs-v10) (cris-implemented-writable-specregs-v32) (cris-implemented-readable-specregs-v32): Similar. (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New insns and specializations.
2005-12-06gas/H.J. Lu12-61/+237
2005-12-06 H.J. Lu <hongjiu.lu@intel.com> PR gas/1874 * config/tc-i386.c (match_template): Handle monitor. (process_suffix): Likewise. gas/testsuite/ 2005-12-06 H.J. Lu <hongjiu.lu@intel.com> PR gas/1874 * gas/i386/i386.exp: Add x86-64-prescott for 64bit. * gas/i386/prescott.s: Test address size override for monitor. * gas/i386/prescott.d: Updated. * gas/i386/x86-64-prescott.d: New file. * gas/i386/x86-64-prescott.s: Likewise. include/opcode/ 2005-12-06 H.J. Lu <hongjiu.lu@intel.com> PR gas/1874 * i386.h (i386_optab): Add 64bit support for monitor and mwait. opcodes/ 2005-12-06 H.J. Lu <hongjiu.lu@intel.com> PR gas/1874 * i386-dis.c (address_mode): New enum type. (address_mode): New variable. (mode_64bit): Removed. (ckprefix): Updated to check address_mode instead of mode_64bit. (prefix_name): Likewise. (print_insn): Likewise. (putop): Likewise. (print_operand_value): Likewise. (intel_operand_size): Likewise. (OP_E): Likewise. (OP_G): Likewise. (set_op): Likewise. (OP_REG): Likewise. (OP_I): Likewise. (OP_I64): Likewise. (OP_OFF): Likewise. (OP_OFF64): Likewise. (ptr_reg): Likewise. (OP_C): Likewise. (SVME_Fixup): Likewise. (print_insn): Set address_mode. (PNI_Fixup): Add 64bit and address size override support for monitor and mwait.
2005-12-06 * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.Alan Modra2-0/+18
2005-12-06 * mi/mi-interp.c (mi_interpreter_resume): Route target errorFrederic Riss2-0/+7
through the MI.
2005-12-06*** empty log message ***gdbadmin1-1/+1
2005-12-05 * cris-dis.c (bytes_to_skip): Handle new parameter prefix_matchedp.Hans-Peter Nilsson2-5/+14
(print_with_operands): Check for prefix when [PC+] is seen.
2005-12-05 * gas/cris/rd-pcplus.s, gas/cris/rd-pcplus.d: New test.Hans-Peter Nilsson3-0/+30
2005-12-05daily updateAlan Modra1-1/+1
2005-12-05 Bug gas/1948Dave Anglin2-0/+7
* symbols.c (colon): Also check if now_seg is bss_section when a symbol is being redefined.
2005-12-05toplevel:Paolo Bonzini10-1087/+2133
2005-12-05 Paolo Bonzini <bonzini@gnu.org> Sync with gcc: 2005-12-05 Paolo Bonzini <bonzini@gnu.org> * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4, CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below. Find in-tree tools if available. (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them. (CONFIGURED_*_FOR_TARGET): Don't set nor substitute. (*_FOR_TARGET): Set them with GCC_TARGET_TOOL. (COMPILER_*_FOR_TARGET): New. * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs. (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols. (CONFIGURED_*, USUAL_*): Remove. (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO, STRIP): Use autoconf substitutions. (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET, COMPILER_NM_FOR_TARGET): New. (EXTRA_HOST_FLAGS): Pass LIPO and STRIP. (all): Make all-host and all-target in parallel. (do-[+make_target+], do-check, install, [+compare-target+]): Ensure that $$r and $$s are set before invoking a recursive make. (stage[+id+]-bubble): Likewise, and invoke the comparison at the end. ([+bootstrap-target+]): Inline most of the `all' target. 2005-11-29 Ben Elliston <bje@au.ibm.com> * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc from the gcc build directory. * Makefile.in: Regenerate. 2005-11-29 Ben Elliston <bje@au.ibm.com> * Makefile.def: Add new libdecnumber host_module. Make all-gcc depend on all-libdecnumber. * configure.in (host_libs): Include libdecnumber. * Makefile.in: Regenerate. * configure: Likewise. 2005-11-21 Kean Johnston <jkj@sco.com> * config.sub, config.guess: Sync from upstream sources. config: 2005-12-05 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (GCC_TARGET_TOOL): New.
2005-12-05 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,Hans-Peter Nilsson19-1596/+3209
cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c, cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c, cris/decodev10.h, cris/decodev32.c, cris/decodev32.h, cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
2005-12-05Fix typo last entryHans-Peter Nilsson1-1/+1
2005-12-05*** empty log message ***gdbadmin1-1/+1
2005-12-04daily updateAlan Modra1-1/+1
2005-12-04* amd64obsd-tdep.c: Include "regcache.h" and "bsd-uthread.h".Mark Kettenis3-3/+140
(amd64obsd_uthread_reg_offset): New variable. (AMD64OBSD_UTHREAD_RSP_OFFSET): New define. (amd64obsd_supply_uthread, amd64obsd_collect_uthread): New functions. (amd64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (amd64obsd-tdep.o): Update dependencies.
2005-12-04* elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernelMark Kettenis2-3/+27
pseudo-section. Make sure .reg section comes after the proc section it's generated from.
2005-12-04*** empty log message ***gdbadmin1-1/+1
2005-12-03daily updateAlan Modra1-1/+1
2005-12-03 * gdb.texinfo (Connecting): Explain that `monitor' is a way toEli Zaretskii2-2/+12
extend GDB with commands for external monitor.
2005-12-03*** empty log message ***gdbadmin1-1/+1
2005-12-02daily updateAlan Modra1-1/+1
2005-12-02config/tc-z80.c (emit_ldreg): fix bug in ld rr,<xx>Arnold Metselaar2-1/+5
2005-12-022005-12-02 Dave Brolley <brolley@redhat.com>Dave Brolley7-152/+204
* configure.in (cgen_files): Add cgen-bitset.lo. (ta): Add cgen-bitset.lo when arch==bfd_cris_arch. * Makefile.am (CFILES): Add cgen-bitset.c. (ALL_MACHINES): Add cgen-bitset.lo. (cgen-bitset.lo): New target. * cgen-opc.c (cgen_bitset_create, cgen_bitset_init, cgen_bitset_clear) (cgen_bitset_add, cgen_bitset_set, cgen_bitset_contains) (cgen_bitset_compare, cgen_bitset_intersect_p, cgen_bitset_copy) (cgen_bitset_union): Moved from here ... * cgen-bitset.c: ... to here. New file. * Makefile.in: Regenerated. * configure: Regenerated.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs4-22/+50
* breakpoint.c (BREAK_ARGS_HELP): New mecro. (_initialize_breakpoint): Enhance break, tbreak, hbreak and thbreak commands' help by adding more information and using BREAK_ARGS_HELP to duplicate the common parts. Remove now-redundant cross-references. testsuite/ * gdb.base/help.exp (help b, help br, help bre, help brea) (help break): Update the expected message.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs5-1/+72
* value.c (init_if_undefined_command): New function. (_initialize_values): Add command init-if-undefined. * NEWS (Changes since GDB 6.3): Rename to 'Changes in GDB 6.4'. (Changes since GDB 6.4): New section. Mention new command init-if-undefined. doc/ * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2005-12-022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-2/+10
* symfile.c (symbol_file_clear): Test symfile_objfile is not NULL before dereferencing it. Gettextize the query.
2005-12-02 GDB 6.4 released from GDB 6.4 branch.Joel Brobecker1-0/+4
2005-12-02*** empty log message ***gdbadmin1-1/+1
2005-12-01daily updateAlan Modra1-1/+1
2005-12-01 * ms1-tdep.c (ms1_register_name): Const qualify array.Nathan Sidwell2-8/+16
(ms1_registers_info): Use gdb_byte. (ms1_push_dummy_call): Likewise. (ms1_gdbarch_init): Remove illformed nested prototype.
2005-12-01* elf32-m32r.c (m32r_elf_sweep_hook): Fix an illegal duplicate check.Nick Clifton2-9/+27
(m32r_elf_relocate_section): Fix R_M32R_10_PCREL_RELA linkage bug. (m32r_elf_gc_sweep_hook): Likewise. (m32r_elf_check_relocs): Likewise.
2005-12-01*** empty log message ***gdbadmin1-1/+1
2005-11-30daily updateAlan Modra1-1/+1