aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-13Fix last entry.Daniel Jacobowitz1-2/+3
2006-11-13Fixed up some indentation introduced by my last pactch.Paul Gilliam1-9/+11
2006-11-13Fix sigtramp cache code so that PPC register are read only if there is H/W.Paul Gilliam2-8/+14
2006-11-132006-11-13 Denis Pilat <denis.pilat@st.com>Frederic Riss2-2/+7
* terminal.c (_rl_get_screen_size): use wr and wc variable to store window size.
2006-11-13*** empty log message ***gdbadmin1-1/+1
2006-11-12daily updateAlan Modra1-1/+1
2006-11-12 * arm-tdep.c (arm_unwind_pc): Use arm_addr_bits_remove.Ben Harris2-1/+5
2006-11-12*** empty log message ***gdbadmin1-1/+1
2006-11-11daily updateAlan Modra1-1/+1
2006-11-11*** empty log message ***gdbadmin1-1/+1
2006-11-10daily updateAlan Modra1-1/+1
2006-11-102006-11-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+8
* gas/i386/merom.d: Use "#pass" instead of "#..." to skip the rest of output. * gas/i386/x86-64-merom.d: Likewise.
2006-11-10 * frame.c (frame_register_unwind_location): New function.Daniel Jacobowitz3-0/+80
(get_prev_frame_1): Check for UNWIND_NO_SAVED_PC. (frame_stop_reason_string): Handle UNWIND_NO_SAVED_PC. * frame.h (enum unwind_stop_reason): Add UNWIND_NO_SAVED_PC.
2006-11-10gdb/Daniel Jacobowitz10-90/+157
* arch-utils.c (target_byte_order_user): Renamed from target_byte_order. (target_byte_order_auto, selected_byte_order): Removed. (show_endian): Check target_byte_order_user. (set_endian): Always update the architecture. Set target_byte_order_user after success. (target_architecture_auto): Removed. (target_architecture_user): New. (selected_architecture_name, show_architecture): Check it. (set_architecture): Set target_architecture_user after success. (gdbarch_from_bfd): Check the argument. (default_byte_order): New. (initialize_current_architecture): Set the global default architecture and endianness. (gdbarch_info_fill): Remove GDBARCH argument. Do not check the previous architecture. Use exec_bfd, global selected architecture and endianness, and global defaults. * arch-utils.h (selected_byte_order): Remove prototype. (gdbarch_info_fill): Update. * exec.c (exec_file_attach): Update the architecture after removing the current file. * gdbarch.sh: Update comments. (find_arch_by_info): Remove OLD_GDBARCH argument. Update call to gdbarch_info_fill. (gdbarch_find_by_info): Update call to find_arch_by_info. * gdbarch.h, gdbarch.c: Regenerated. * remote-sim.c (gdbsim_open): Use TARGET_BYTE_ORDER. gdb/doc/ * gdbint.texinfo (Target Architecture Definition): Add new Initializing a New Architecture section.
2006-11-102006-11-10 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus7-183/+92
* gdb.base/completion.exp: Fix completion tests for 'info' and 'info '. * gdb.base/help.exp (help_test_raw, test_class_help) (test_prefix_command_help): Move... * lib/gdb.exp: Here. * gdb.base/main.exp: Adjust. * gdb.cp/maint.exp: Adjust. * gdb.trace/tracecmd.exp: Use test_help_class.
2006-11-10 * config.bfd (mips*el-sde-elf*, mips*-sde-elf*): Drop ECOFF supportThiemo Seufer2-2/+7
for SDE configs.
2006-11-10 * gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*.Thiemo Seufer2-1/+9
2006-11-10* config/tc-arm.c (arm_fix_adjustable) [OBJ_COFF]: Delete.Nick Clifton9-30/+56
(arm_fix_adjustable) [OBJ_ELF]: Use it on coff targets too. * gas/arm/local_label_coff.s: New test. * gas/arm/local_label_coff.d: New test. * gas/arm/local_label_elf.s: New test. * gas/arm/local_label_elf.d: New test. * gas/arm/local_label_wince.s: New test. * gas/arm/local_label_wince.d: New test.
2006-11-10* config.bfd: Move previously obsoleted targets to the REMOVED list.Nick Clifton2-25/+15
Add maxq-*-coff to the obsolete list.
2006-11-10PR gas/3456:Nick Clifton2-12/+18
* config/obj-elf.c (obj_elf_version): Do not include the name field's padding in the namesz value.
2006-11-10 * pe-arm-wince.c (LOCAL_LABEL_PREFIX): Define as ".".Nick Clifton7-28/+47
* pei-arm-wince.c (LOCAL_LABEL_PREFIX): Likewise. * coff-arm.c (LOCAL_LABEL_PREFIX): Only define if not defined before. * gas/arm/undefined.d: Run test on Windows CE. * gas/arm/undefined_coff.d: Don't run test on Windows CE.
2006-11-102006-11-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-6/+13
* i386-dis.c (print_insn): Check PREFIX_REPNZ before PREFIX_DATA when prefix user table is used.
2006-11-102006-11-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-14/+245
* i386-dis.c (twobyte_uses_SSE_prefix): Renamed to ... (twobyte_uses_DATA_prefix): This. (twobyte_uses_REPNZ_prefix): New. (twobyte_uses_REPZ_prefix): Likewise. (threebyte_0x38_uses_DATA_prefix): Likewise. (threebyte_0x38_uses_REPNZ_prefix): Likewise. (threebyte_0x38_uses_REPZ_prefix): Likewise. (threebyte_0x3a_uses_DATA_prefix): Likewise. (threebyte_0x3a_uses_REPNZ_prefix): Likewise. (threebyte_0x3a_uses_REPZ_prefix): Likewise. (print_insn): Updated checking usages of DATA/REPNZ/REPZ prefixes.
2006-11-10Fix garbled ChangeLog entry.Jim Blandy1-1/+0
2006-11-10*** empty log message ***gdbadmin1-1/+1
2006-11-092006-11-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+7
* gas/i386/sse2.s: Test movdqa with memory destination. * gas/i386/sse2.d: Updated.
2006-11-092006-11-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-2/+7
* gas/i386/sse2.s: Test movdqu with memory destination. * gas/i386/sse2.d: Updated.
2006-11-09daily updateAlan Modra1-1/+1
2006-11-092006-11-09 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-4/+6
* gdb.stabs/weird.exp (print_weird_var): Use gdb_test_multiple instead of gdb_expect.
2006-11-09Move changelog entry to the right placeVladimir Prus2-7/+7
2006-11-092006-11-09 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-36/+196
* gdb.base/help.exp (help_test_raw): New. (test_class_help): New. (test_prefix_command_help): New. Adjust testcases.
2006-11-09 * sparc-tdep.c (sparc_fetch_instruction): Read instructionJoel Brobecker2-1/+6
using read_memory_nobpt.
2006-11-092006-11-08 Jie Zhang <jie.zhang@analog.com>Jeff Johnston1-0/+6
* configure.in: Remove target-libgloss from noconfigdirs for bfin-*-*. * configure: Regenerated.
2006-11-09 * config/tc-mips.c: Fix outdated comment.Thiemo Seufer2-2/+5
2006-11-092006-11-09 Christophe Lyon <christophe.lyon@st.com>Frederic Riss2-2/+7
* gdb.base/constvars.c (main): Write to crass and crips, so that they are allocated by the compiler.
2006-11-09*** empty log message ***gdbadmin1-1/+1
2006-11-08daily updateAlan Modra1-1/+1
2006-11-082006-11-08 Jie Zhang <jzhang918@gmail.com>Jeff Johnston2-2/+2
* configure.in: Remove target-libgloss from noconfigdirs for bfin-*-*. * configure: Regenerated.
2006-11-08gas/H.J. Lu5-26/+35
2006-11-08 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.h (CpuPNI): Removed. (CpuUnknownFlags): Replace CpuPNI with CpuSSE3. * config/tc-i386.c (md_assemble): Likewise. include/opcode/ 2006-11-08 H.J. Lu <hongjiu.lu@intel.com> * i386.h (i386_optab): Replace CpuPNI with CpuSSE3.
2006-11-08merge from gccDJ Delorie1-1/+1
2006-11-082006-11-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-7/+15
* pex-win32.c (no_suffixes): Remove. (std_suffixes): Add "" as first element. (find_executable): Remove detection of already-present extension. Try all suffixes in std_suffixes.
2006-11-08 * basic.exp: Fix spelling in comment. Use canonical form of targetThiemo Seufer2-11/+21
patterns. Run DSP test only for DSP-capable ISAs. Check also mips32r2 and mips64r2 if supported by the target.
2006-11-08ld/Alan Modra4-9/+25
* emultempl/elf32.em (gld*_before_allocation): Adjust output section size for warning sections. ld/testsuite/ * ld-elf/group.ld: Handle .rodata.brlt for powerpc64.
2006-11-082006-11-07 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-2/+7
* testsuite/ld-elf/symbol2w.s: Use "%" instead of "@" to avoid breakage on ARM.
2006-11-08 * symbols.c (symbol_create, symbol_clone): Don't set udata.p.Alan Modra2-2/+4
2006-11-08*** empty log message ***gdbadmin1-1/+1
2006-11-07gas:David Daney6-0/+98
* config/tc-mips.c (pic_need_relax): Return true for section symbols. gas/testsuite: * gas/mips/elf-rel26.s: New test. * gas/mips/elf-rel26.d: Ditto. * gas/mips/mips.exp: Run it.
2006-11-07daily updateAlan Modra1-1/+1
2006-11-07 * gentmap.c: Fix compile time warning.Thiemo Seufer2-0/+5
2006-11-07 * sim-base.h (text_start, text_end, start_addr): Use bfd_vma typeThiemo Seufer2-2/+7
for bfd text addresses.