aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24From Cary Coutant: Fix last patch.Ian Lance Taylor1-11/+4
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor8-155/+285
version script to force symbols to be local.
2008-01-24*** empty log message ***gdbadmin1-1/+1
2008-01-23daily updateAlan Modra1-1/+1
2008-01-23Add value field to tests for output of -var-set-format.Nick Roberts1-18/+18
2008-01-23*** empty log message ***Nick Roberts1-0/+5
2008-01-23 * remote.c (remote_wait): Handle SIGINT between packets.Daniel Jacobowitz2-1/+22
(remote_async_wait): Likewise.
2008-01-23Use string instead of STRING, so that we handled QUOTED_STRING.Ian Lance Taylor1-12/+10
2008-01-23gas/H.J. Lu10-6/+77
2008-01-23 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_show_usage): Replace tabs with spaces. gas/testsuite/ 2008-01-23 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp : Run x86-64-arch-1 and x86-64-arch-10. * gas/i386/x86-64-arch-1.d: New. * gas/i386/x86-64-arch-1.s: Likewise. * gas/i386/x86-64-arch-10.d: Likewise. opcodes/ 2008-01-23 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS. * i386-init.h: Regenerated.
2008-01-23/gas:Eric B. Weddington4-1/+10
2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
2008-01-23* ld-gc/gc.c: Make sure used_func is not inlined.Andreas Schwab2-0/+5
2008-01-232008-01-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+14
* config/tc-i386.c (md_show_usage): Show more processors for -march=/-mtune=.
2008-01-23 Inform about new thread in a single place.Vladimir Prus19-62/+327
* thread.c (add_thread_silent): Renamed from add_thread. (print_thread_events): New variable definition. (show_print_thread_events): New function. (_initialize_thread): Add "set print thread-events" and "show print thread-events" commands. (add_thread): Announce new thread. * gdbthread.h (add_thread_silent): Declare. (print_thread_events): New variable declaration. * inf-ttrace.c (inf_ttrace_wait): Don't inform about new thread, as add_thread is always called too, and will take care of that. * infrun.c (handle_inferior_event): Likewise. * procfs.c (procfs_wait): Likewise. * remote.c (remote_currthread): Likewise. * sol-thread.c (sol_thread_wait): Likewise. * win32-nat.c (get_win32_debug_event): Likewise. * linux-thread-db.c (attach_thread): Likewise. Remove the verbose parameter. (check_event): Make detach_thread be verbose only if print_thread_events is set. * linux-nat.c (lin_lwp_attach_lwp): Don't inform about new thread. This is called only from linux-thread-db.c:attach_thread, which will take care. Remove the verbose parameter. * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
2008-01-232008-01-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-8/+13
* gas/ia64/regs.d: Updated as the ia64 disassembler now displays symbolic names for all ar registers.
2008-01-232008-01-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-0/+13
* ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr, ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor8-32/+105
shared library.
2008-01-23Add value field to tests for output of -var-set-format.Nick Roberts1-18/+18
2008-01-23Add the variable octal.Nick Roberts1-0/+2
2008-01-23*** empty log message ***Nick Roberts1-0/+7
2008-01-23(mi_cmd_var_set_format): Add value field to output.Nick Roberts1-0/+3
2008-01-23*** empty log message ***Nick Roberts1-0/+4
2008-01-232008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>Ben Elliston2-12/+27
* cplus-dem.c (demangle_function_name): Changed to return value indicating if a name was correctly demangled. (iterate_demangle_function): Use demangle_function_name return value.
2008-01-23 * config.sub, config.guess: Update from upstream sources.Ben Elliston3-4/+12
2008-01-23Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor2-0/+4
built.
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor16-268/+2199
2008-01-23*** empty log message ***gdbadmin1-1/+1
2008-01-22Include <vector>.Ian Lance Taylor1-0/+1
2008-01-22 * gdb.base/float.exp: Allow missing floating point for m68k andDaniel Jacobowitz2-2/+22
PowerPC.
2008-01-22gas/H.J. Lu14-1923/+1976
2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (i386_target_format): Remove cpummx2. gas/testsuite/ 2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/arch-10.d: New. * gas/i386/arch-11.s: Likewise. * gas/i386/arch-12.d: Likewise. * gas/i386/arch-12.s: Likewise. * gas/i386/i386.exp: Run arch-11 and arch-12. opcodes/ 2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (cpu_flag_init): Remove CpuMMX2. (cpu_flags): Likewise. * i386-opc.h (CpuMMX2): Removed. (CpuSSE): Updated. * i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA. * i386-init.h: Regenerated. * i386-tbl.h: Likewise.
2008-01-22 * breakpoint.c (break_command_really): New parameterVladimir Prus7-7/+58
ignore_count. (break_command_1): Pass 0 as ignore_count to break_command_really. (gdb_breakpoint): Pass ignore_count to break_command_really.
2008-01-222008-01-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* ld-gc/gc.exp: Use [which $CC] != 0.
2008-01-22gas/H.J. Lu25-235/+687
2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h. (XXX_MNEM_SUFFIX): Likewise. (END_OF_INSN): Likewise. (templates): Likewise. (modrm_byte): Likewise. (rex_byte): Likewise. (DREX_XXX): Likewise. (drex_byte): Likewise. (sib_byte): Likewise. (processor_type): Likewise. (arch_entry): Likewise. (cpu_sub_arch_name): Remove const. (cpu_arch): Add .vmx and .smx. (set_cpu_arch): Append cpu_sub_arch_name. (md_parse_option): Support -march=CPU[,+EXTENSION...]. (md_show_usage): Updated. * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c. (XXX_MNEM_SUFFIX): Likewise. (END_OF_INSN): Likewise. (templates): Likewise. (modrm_byte): Likewise. (rex_byte): Likewise. (DREX_XXX): Likewise. (drex_byte): Likewise. (sib_byte): Likewise. (processor_type): Likewise. (arch_entry): Likewise. * doc/as.texinfo: Update i386 -march option. * doc/c-i386.texi: Update -march= for ISA. gas/testsuite/ 2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/arch-10-1.l: New. * gas/i386/arch-10-1.s: Likewise. * gas/i386/arch-10-2.l: Likewise. * gas/i386/arch-10-2.s: Likewise. * gas/i386/arch-10-3.l: Likewise. * gas/i386/arch-10-3.s: Likewise. * gas/i386/arch-10-4.l: Likewise. * gas/i386/arch-10-4.s: Likewise. * gas/i386/arch-10.d: Likewise. * gas/i386/arch-10.s: Likewise. * gas/i386/i386.exp: Run arch-10, arch-10-1, arch-10-2, arch-10-3 and arch-10-4. * gas/i386/nops-2.s: Use movsbl instead of cmove. * gas/i386/nops-2-i386.d: Updated. * gas/i386/nops-2-merom.d: Likewise. * gas/i386/nops-2.d: Likewise. * gas/i386/x86-64-nops-2.d: Likewise. opcodes/ 2008-01-22 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and CPU_SMX_FLAGS. * i386-init.h: Regenerated.
2008-01-22 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): FindKevin Buettner2-0/+8
sigcontext struct via pointer. (struct sigframe comment): Update to show new field `psc'.
2008-01-22*** empty log message ***gdbadmin1-1/+1
2008-01-21daily updateAlan Modra1-1/+1
2008-01-21 * infrun.c (handle_inferior_event): IfVladimir Prus2-18/+7
we failed to remove breakpoints, error, don't try to increment PC by hand.
2008-01-21 PR 4453Alan Modra2-6/+13
* format.c (bfd_check_format_matches): Don't accept archives as fully matching unless they have a map.
2008-01-21 * elflink.c (_bfd_elf_link_output_relocs): Correct error return.Alan Modra2-1/+5
2008-01-21 * ecoff.c (_bfd_ecoff_archive_p): Delete.Alan Modra5-92/+16
* libecoff.h (_bfd_ecoff_archive_p): Delete. * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p. * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise. (ecoff_biglittle_vec): Likewise.
2008-01-21*** empty log message ***gdbadmin1-1/+1
2008-01-20daily updateAlan Modra1-1/+1
2008-01-20*** empty log message ***gdbadmin1-1/+1
2008-01-19daily updateAlan Modra1-1/+1
2008-01-19 Add NetBSD/hppa target and host support.Nick Hudson10-107/+661
* hppabsd-tdep.c (hppabsd_supply_gregset): Move to ... (hppabsd_gregset): Move to ... (hppabsd_regset_from_core_section): Rename hppaobsd_regset_from_core_section and move to ... (hppabsd_find_global_pointer): Update comment. (hppabsd_init_abi): Make global. Do not register hppabsd_regset_from_core_section. (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and move to ... (_initialize_hppabsd_tdep): Move to ... * hppaobsd-tdep.c: ... here. New file. * hppnbsd-tdep.c: New file. * hppnbsd-nat.c: New file. * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o. (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c. (hppabsd-nat.o, hppabsd-tdep.o): New dependencies. (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies. * configure.host (hppa*-*-netbsd*): New entry. * configure.tgt (hppa*-*-netbsd*): New entry. (hppa*-*-openbsd*): Update. * NEWS (New native configuration): Mention NetBSD/hppa. (New targets): Mention NetBSD/hppa.
2008-01-19 * gdb.texinfo (Specify Location): New section.Eli Zaretskii2-93/+126
(Delete Breaks, Edit, Set Breaks): Remove description of locations. Instead, add a reference to "Specify Location". (Machine Code, Jumping, Thread Stops, Continuing and Stepping) (Symbols): Refer to "Specify Location" for the valid forms of linespecs and locations.
2008-01-19 PR 5646Alan Modra2-2/+8
* elf64-ppc.c (ppc64_elf_tls_optimize): Ensure htab->tls_get_addr non-NULL before dereferencing.
2008-01-19merge from gccDJ Delorie2-2/+8
2008-01-19*** empty log message ***gdbadmin1-1/+1
2008-01-18From Craig Silverstein: Optionally print command line for easierIan Lance Taylor1-1/+87
debugging.
2008-01-18From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor7-54/+135
scripts, and handle extern "C++" in the middle of a block.