aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27bfd/H.J. Lu4-1/+16
2009-04-27 H.J. Lu <hongjiu.lu@intel.com> * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't copy pe_opthdr. binutils/ 2009-04-27 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (copy_object): Copy pe_opthdr before changing PE parameters.
2009-04-27 * gdb.cp/templates.cc (GetMax): New template.Jerome Guitton3-0/+21
(main): Declare two instances of GetMax. * gdb.cp/templates.exp: Add new test.
2009-04-27 * symtab.c (append_exact_match_to_sals): New function, extractedJerome Guitton2-35/+65
from expand_line_sal. (expand_line_sal): Use append_exact_match_to_sals to append exact matches. If none found, append all best items.
2009-04-272009-04-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold8-1900/+10675
* avr: New directory. * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files. * avr/config.in: New file, generated by autoheader. * avr/configure: New file generated by autoconf. * configure.ac: Add avr. * configure: Regenerated.
2009-04-27 * main.c (captured_main): Move gdbinit lookups after gdb_init.Jerome Guitton2-2/+9
2009-04-27gdb/Jan Kratochvil5-0/+182
PR gdb/9675: * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New. (read_func_scope): Call inherit_abstract_dies. gdb/testsuite/ * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
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.