aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20 * NEWS: Add a new section for changes since GDB 6.6. RenameJoel Brobecker2-8/+20
the section "Changes since GDB 6.5" into "Changes in GDB 6.6". Move a couple of items into the new section as they did not make it to 6.6.
2006-11-20*** empty log message ***gdbadmin1-1/+1
2006-11-19 GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)Joel Brobecker2-1/+6
* version.in: Bump version to 6.6.50.20061119-cvs.
2006-11-19daily updateAlan Modra1-1/+1
2006-11-19*** empty log message ***gdbadmin1-1/+1
2006-11-18 * prologue-value.c (clear_entries): Fix memory leak.Daniel Jacobowitz2-0/+5
2006-11-182006-11-18 Pedro Alves <pedro_alves@portugalmail.pt>Daniel Jacobowitz2-1/+7
* parse.c (write_exp_msymbol): Check SYMBOL_BFD_SECTION before dereferencing it.
2006-11-18daily updateAlan Modra1-1/+1
2006-11-18*** empty log message ***gdbadmin1-1/+1
2006-11-17daily updateAlan Modra1-1/+1
2006-11-17 * utils.c (string_to_core_addr): Use error instead ofDaniel Jacobowitz3-3/+12
internal_error. * mi/mi-main.c (mi_execute_command): Check for a NULL message.
2006-11-17 * NEWS: Mention QPassSignals.Daniel Jacobowitz2-0/+11
2006-11-17 * elflink.c (_bfd_elf_check_kept_section): Test for kept groupAlan Modra2-51/+43
section. Save result of checks in kept_section. (_bfd_elf_section_already_linked): Tidy. Correct comments. Ignore all group member sections. Handle special matching of single-member groups against linkonce sections via their group section. When such a match is found, set kept_section to the group member section rather than to the group.
2006-11-172006-11-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-17/+26
* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence. (unstage): Test for stage_last presence. PR bootstrap/29802 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX. * Makefile.in: Regenerate.
2006-11-17*** empty log message ***gdbadmin1-1/+1
2006-11-16daily updateAlan Modra1-1/+1
2006-11-16 * configure.ac: Correct td_thr_tls_get_addr test.Daniel Jacobowitz3-2/+7
* configure: Regenerated.
2006-11-16Changelog update for my previous check-in.Maxim Grigoriev1-0/+5
2006-11-162006-11-16 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev1-0/+4
* MAINTAINERS (Responsible Maintainers): Add myself for Xtensa. (Write After Approval): Add myself.
2006-11-16gdb/Daniel Jacobowitz9-61/+264
* remote.c (PACKET_QPassSignals): New. (last_pass_packet, remote_pass_signals): New. (remote_protocol_features): Add QPassSignals. (remote_query_supported): Correct an infinite loop. (remote_open_1): Reset last_pass_packet. (remote_resume): Call remote_pass_signals. (_initialize_remote): Register "set remote pass-signals". gdb/doc/ * gdb.texinfo (Remote configuration): Mention "pass-signals-packet". (General Query Packets): Document QPassSignals. Fix a typo. gdb/gdbserver/ * linux-low.c (linux_wait_for_event): Reformat. Use the pass_signals array. * remote-utils.c (decode_address_to_semicolon): New. * server.c (pass_signals, handle_general_set): New. (handle_query): Mention QPassSignals for qSupported. (main): Call handle_general_set. * server.h (pass_signals, decode_address_to_semicolon): New.
2006-11-16gas/Nathan Sidwell7-75/+117
* config/tc-m68k.c (m68k_ip): Correct output of cpu aliases. gas/testsuite/ * gas/m68k/all.exp: Add mcf-trap. * gas/m68k/mcf-trap.[sd]: New. opcodes/ * m68k-opc.c (m68k_opcodes): Place trap instructions before set conditionals. Add tpf coldfire instruction as alias for trapf.
2006-11-16 * config/tc-score.c (score_relax_frag): If next frag contains 32 bit branchMei Ligang1-25/+23
instruction, handle it specially. (score_insns): Modify 32 bit branch instruction.
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor17-178/+884
2006-11-16*** empty log message ***gdbadmin1-1/+1
2006-11-15daily updateAlan Modra1-1/+1
2006-11-15 * symbols.c (resolve_symbol_value): Formatting.Alan Modra2-3/+7
2006-11-15gas/Jan Beulich7-3/+62
2006-11-15 Jan Beulich <jbeulich@novell.com> PR/3469 * symbols.c (symbol_clone): Mark symbol ending up not on symbol chain by linking it to itself. (resolve_symbol_value): Also check symbol_shadow_p(). (symbol_shadow_p): New. * symbols.h (symbol_shadow_p): Declare. gas/testsuite/ 2006-11-15 Jan Beulich <jbeulich@novell.com> * gas/elf/equ-reloc.[sd]: New. * gas/elf/elf.exp: Run new test.
2006-11-15Add changelog entry for previous deltaNick Clifton1-0/+12
2006-11-15*** empty log message ***gdb_6_6-branchpointgdbadmin1-1/+1
2006-11-14* Makefile.tpl (clean-stage*): Sync with GCC (clean).DJ Delorie5-367/+571
* Makefile.in: Sync with GCC. * configure.in: Sync with GCC (mpfr, gmp). * configure: Sync with GCC.
2006-11-14daily updateAlan Modra1-1/+1
2006-11-142006-11-14 Maxim Grigoriev <maxim@tensilica.com>Daniel Jacobowitz11-1/+2645
* NEWS: New port to Xtensa. * Makefile.in: Add dependencies for Xtensa files. * configure.tgt (xtensa*, xtensa*-*-elf*): New. * configure.host (xtensa*-*-elf*): New. * config/xtensa/xtensa.mt: New file. * xtensa-config.c: New file. * xtensa-tdep.h: New file. * xtensa-tdep.c: New file. 2006-11-14 Maxim Grigoriev <maxim@tensilica.com> * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2006-11-14gdb/Daniel Jacobowitz5-135/+109
* remote.c (set_remote_cmd): Call help_list. (show_remote_cmd): Skip legacy aliases. Handle non-show_cmd entries. Add missed cleanup. * cli/cli-setshow.c (cmd_show_list): Handle non-show_cmd entries. gdb/doc/ * gdb.texinfo (Remote configuration): Rewrite documentation for packet configuration commands. (OS Information): Adjust reference to qXfer:auxv:read. (General Query Packets): Remove references to read-aux-vector-packet and set remote get-thread-local-storage-address.
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor31-371/+3696
2006-11-14* peXXigen.c: Updates for PE/COFF V8.0, and clarificationNick Clifton4-30/+66
(dir_names): Added CLR Runtime Header to dir_names[]. (_bfd_XX_print_private_bfd_data_common): Added EFI_ROM and XBOX subsystem names (_bfd_XXi_swap_aouthdr_in, _bfd_XXi_swap_aouthdr_out) (pe_print_idata, pe_print_edata) (_bfd_XX_bfd_copy_private_bfd_data_common) (_bfd_XXi_final_link_postscript): Use #DEFINEs for index into DataDirectory. * pe.h: Added defines for IMAGE_SUBSYSTEM_EFI_ROM and IMAGE_SUBSYSTEM_XBOX. * internal.h: Added defines for PE directory entry types. NB: in internal.h because IMAGE_NUMBEROF_DIRECTORY_ENTRYIES is in pe.h
2006-11-14 gas/Mark Shinwell2-5/+11
* config/tc-arm.c (do_t_czb): Rename to do_t_cbz. (insns): Adjust accordingly. (md_apply_fix): Alter comments to use CBZ instead of CZB.
2006-11-14 * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.Daniel Jacobowitz2-1/+6
2006-11-14Merge ChangeLog and multi.m4 from GCC repository.Geoffrey Keating2-11/+79
2006-11-14*** empty log message ***gdbadmin1-1/+1
2006-11-13daily updateAlan Modra1-1/+1
2006-11-13 * ld-arm/arm-dyn.ld, ld-arm/arm-lib.ld: Remove .stack.Daniel Jacobowitz10-46/+43
* ld-arm/armthumb-lib.d, ld-arm/mixed-app.d, ld-arm/mixed-lib.d: Allow smaller section gap. * ld-arm/armthumb-lib.sym, ld-arm/mixed-lib.sym: Reorder. Remove _stack. * ld-arm/mixed-app.sym: Remove _stack. * ld-arm/tls-app.d: Update start address.
2006-11-13bfd/Daniel Jacobowitz6-31/+58
* bfd-in.h (bfd_elf32_arm_process_before_allocation): Update prototype. (bfd_elf32_arm_set_byteswap_code): New prototype. * bfd-in2.h: Regenerate. * elf32-arm.c (bfd_elf32_arm_process_before_allocation): Don't take byteswap_code as an argument. Revert 2006-11-01 change. (bfd_elf32_arm_set_byteswap_code): New. (elf32_arm_size_dynamic_sections): Call bfd_elf32_arm_process_before_allocation. ld/ * emultempl/armelf.em (arm_elf_before_allocation): Only call bfd_elf32_arm_process_before_allocation if no dynamic sections.
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