aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27*** empty log message ***gdbadmin1-1/+1
2009-04-27daily updateAlan Modra1-1/+1
2009-04-26merge from gccDJ Delorie2-19/+9
2009-04-26*** empty log message ***gdbadmin1-1/+1
2009-04-26daily updateAlan Modra1-1/+1
2009-04-25 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.Eric Botcazou3-4/+10
(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND. * Makefile.in: Regenerate.
2009-04-25 * Makefile.in (ALLDEPFILES): Remove duplicate entries forEli Zaretskii2-6/+8
sparc-sol2-nat.c and sparc-sol2-tdep.c.
2009-04-25 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve andEli Zaretskii2-5/+20
clarify the wording.
2009-04-25 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.Eli Zaretskii2-7/+15
2009-04-25daily updateAlan Modra1-1/+1
2009-04-25*** empty log message ***gdbadmin1-1/+1
2009-04-24 ARI change: Use "/* ARI: rule */" pattern.Pierre Muller3-14/+20
* utils.c: Update ARI patterns. * gdb_dirent.h: Likewise.
2009-04-24Remove bfd/.H.J. Lu1-1/+1
2009-04-242008-04-23 Elliott Hughes <enh@google.com>Chris Demetriou2-2/+12
* output.cc (Output_file::close): After short writes, continue writing from the correct offset in the buffer being written.
2009-04-242009-04-23 Chris Demetriou <cgd@google.com>Chris Demetriou5-1/+93
* configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define. * configure: Regenerate. * config.in: Regenerate. * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
2009-04-24 * NEWS: Add item about discriminator support.Cary Coutant7-2/+61
* dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field. * dwarf2dbg.c (current): Add discriminator field. (dwarf2_where): Copy discriminator value. (dwarf2_consume_line_info): Set discriminator to 0. (dwarf2_directive_loc): Process discriminator sub-op. (out_leb128): New function. (process_entries): Output DW_LNE_set_discriminator. * doc/as.texinfo: Add discriminator operand to .loc directive. * testsuite/gas/lns/lns-common-1.d: Add test for discriminator. * testsuite/gas/lns/lns-common-1.s: Likewise.
2009-04-24include/elf/Cary Coutant4-10/+25
* dwarf2.h (DW_LNE_set_discriminator): New enum value. binutils/ * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator. Add missing newlines to HP extensions.
2009-04-24Update ChangeLog entries.H.J. Lu2-43/+48
2009-04-24 * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor6-15/+284
Incremental_input_header_data. (Incremental_inputs_header_data::data_size): New field. (Incremental_inputs_header_data::put_input_file_count): Renamed from input_file_count. (Incremental_inputs_header_data::put_command_line_offset): Renamed from command_line_offset. (Incremental_inputs_header_data::put_reserved): Renamed from put_reserved. (Incremental_inputs_entry_data): Renamed from Incremental_input_entry_data. (Incremental_inputs_entry_data::data_size): New field. (Incremental_inputs::report_command_line): New method. (Incremental_inputs::finalize): New method. (Incremental_inputs::create_incremental_inputs_data): New method. (Incremental_inputs::sized_create_incremental_inputs_data): New method. * incremental.h: New file. * layout.cc (Layout::Layout): Handle new incremental_inputs_. (Layout::finalize): Create incremental inputs section in incremental builds. (Layout::create_incremental_info_sections): New method. * layout.h (Layout::incremental_inputs): New method. (Layout::create_incremental_info_sections): New method. (Layout::incremental_inputs_): New field. * main.cc (main): Notify Incremental_input of the command line.
2009-04-24 PR 10061Alan Modra2-15/+21
* genscripts.sh: Don't pass $EMULATION_NAME as $CUSTOMIZER_SCRIPT param.
2009-04-24*** empty log message ***Eli Zaretskii1-0/+5
2009-04-24 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, forEli Zaretskii1-2/+5
consistency with config.sub. (Update from upstream sources.)
2009-04-24Obvious typo fixes re: moxie.Anthony Green2-2/+2
2009-04-24Add moxie-elf port.Anthony Green5-0/+590
2009-04-24daily updateAlan Modra1-1/+1
2009-04-24*** empty log message ***gdbadmin1-1/+1
2009-04-23Spell my name properly in the last entry :-).Joel Brobecker1-1/+1
2009-04-23 * ada-lang.c: Remove an extra empty line. No code change.Joel Brobecker2-1/+4
2009-04-23gdb/Jan Kratochvil2-3/+11
Fix double free on error inserting the breakpoint instruction. * breakpoint.c (create_breakpoints): Move the update_global_location_list call to ... (break_command_really): ... here together with the second local call both unified after all the cleanups.
2009-04-23gdbTom Tromey11-181/+299
2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> Tom Tromey <tromey@redhat.com> * configure, config.in: Regenerate. * configure.ac: Support for relocatable GDB datadir. Use GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE. * acinclude.m4 (GDB_AC_WITH_DIR): New defun. * top.c (init_main): Add "set data-directory". * defs.h (gdb_datadir): Declare. * main.c (gdb_datadir): New global. (captured_main): Initialize gdb_datadir. Use relocate_directory. (relocate_path): New function. (relocate_directory): Likewise. (get_init_files): Use relocate_path. (README): Mention --with-gdb-datadir. gdb/doc 2009-04-23 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Data Files): New node. (GDB Files): Update menu.
2009-04-23 * ada-tasks (task_command_1): Call target_find_new_threads.Joel Brobecker2-0/+13
2009-04-23 * stack.c (do_gdb_disassembly): Print the exception message if anJoel Brobecker2-0/+9
error was thrown while trying to perform the disassembly.
2009-04-23 * gdbint.texinfo (Defining Other Architecture Features): RemoveJoel Brobecker2-4/+5
enty for PROCESS_LINENUMBER_HOOK.
2009-04-232009-04-23 Matthias Klose <doko@ubuntu.com>Dave Korn2-1/+5
* bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
2009-04-23*** empty log message ***gdbadmin1-1/+1
2009-04-23daily updateAlan Modra1-1/+1
2009-04-22 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.Joseph Myers2-1/+15
2009-04-22merge from gccDJ Delorie2-6/+3
2009-04-22gdb/Jan Kratochvil2-1/+5
* varobj.c (free_variable): Replace free_current_contents by xfree.
2009-04-22 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.Vladimir Prus2-0/+29
2009-04-22 * arm-linux-nat.c (fetch_register, store_register): UseKazu Hirata5-7/+18
ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM. * arm-linux-tdep.c (arm_linux_supply_gregset, arm_linux_collect_gregset): Likewise. * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New. * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
2009-04-222009-04-22 Christophe Lyon <christophe.lyon@st.com>Christophe Lyon6-142/+93
PR9743 bfd/ * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations. (elf32_arm_size_stubs): Likewise. (record_thumb_to_arm_glue): Deleted unused function. (bfd_elf32_arm_process_before_allocation): No longer handle R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here. (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations. testsuite/ * ld-arm/arm-call.d: Update expected result. * ld-arm/arm-pic-veneer.d: Likewise. * ld-arm/thumb2-b-interwork.d: Likewise.
2009-04-22 * ld-scripts/rgn-at1.d: Cope with larger padding on sections.Nathan Sidwell4-9/+15
* ld-scripts/rgn-at2.d: Likewise. * ld-scripts/rgn-at3.d: Likewise.
2009-04-22 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' forNathan Sidwell2-2/+7
as_bad calls to silence compiler warning.
2009-04-22 * gdb.texinfo (disassemble-next-line): Set the default ofHui Zhu2-3/+7
disassemble-next-line to off.
2009-04-22 * stack.c (_initialize_stack): Set the default ofHui Zhu2-2/+7
disassemble-next-line to off.
2009-04-22 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.Tom Tromey3-20/+25
* configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
2009-04-22daily updateAlan Modra1-1/+1
2009-04-22*** empty log message ***gdbadmin1-1/+1
2009-04-21 bfd/Daniel Jacobowitz10-143/+206
* elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED. (elf32_arm_write_section): Declare early. (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD. (arm_allocate_glue_section_space): Exclude empty sections. (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED. (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub BFD. (elf32_arm_output_glue_section, elf32_arm_final_link): New. (elf32_arm_merge_eabi_attributes): Skip the stub BFD. (elf32_arm_size_dynamic_sections): Allocate interworking sections here. (bfd_elf32_bfd_final_link): Define. ld/ * emultempl/armelf.em (bfd_for_interwork, arm_elf_after_open) (arm_elf_set_bfd_for_interworking): Delete. (arm_elf_before_allocation): Do not set the interworking BFD. Move allocation inside not-dynamic block. (arm_elf_create_output_section_statements): Create glue sections and set the interworking BFD here. (LDEMUL_AFTER_OPEN): Delete. ld/testsuite/ * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d, ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d, ld-arm/farcall-mixed-lib.d: Update for linker changes.