aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-29gdb/Jan Kratochvil6-8/+50
* macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero. gdb/doc/ * gdb.texinfo (Macros): Note command-line for `info macro'. Append a new part on command-line defined macros. gdb/testsuite/ * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'. (info_macro): Remova `decimal' declaration. New variable `nonzero'. Replace all uses of `decimal' by `nonzero'. (info macro FROM_COMMANDLINE): New test.
2009-04-29 * deffilep.y (STACKSIZE_K): Rename from STACKSIZE.Alan Modra2-4/+8
2009-04-29daily updateAlan Modra1-1/+1
2009-04-29*** empty log message ***gdbadmin1-1/+1
2009-04-28 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.Nathan Sidwell4-13/+19
* ld-i386/vxworks1.dd: Adjust expected disassembly. * ld-i386/vxworks1-lib.rd: Sections are swapped.
2009-04-28gdbTom Tromey4-2/+13
* c-exp.y (yylex): Handle '[' and ']' like '(' and ')'. gdb/testsuite * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
2009-04-28*** empty log message ***gdbadmin1-1/+1
2009-04-28daily updateAlan Modra1-1/+1
2009-04-27 * x86_64.cc (do_adjust_output_section): Set entsize toIan Lance Taylor2-3/+6
plt_entry_size.
2009-04-27 * gdb.threads/watchthreads.c (main): Initialize args before startingDoug Evans3-11/+56
the threads. Plus formatting cleanup. * gdb.threads/watchthreads.exp: Avoid errant failures due to biased scheduling of one thread.
2009-04-27 * verilog.c: New file.Nick Clifton12-8/+423
* Makefile.am (BFD32_LIBS): Add verilog.c. (BFD32_LIBS_CFILES): Add verilog.c. (verilog.lo): New build rule. * Makefile.in: Rebuilt. * targets.c: Add verilog support. * bfd.c (tdata union): Add Verilog private data field. * bfd-in2.h: Regenerate. * bfdint.texi (BFD target vector miscellaneous): Mention verilog flavour. * NEWS: Mention verilog support added to bfd.
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.