Jan Kratochvil
fb16983447
gdb/
...
* linux-thread-db.c (find_new_threads_once): Change errp and err types
to td_err_e.
(thread_db_find_new_threads_2): Change err type to td_err_e.
2009-12-03 17:59:02 +00:00
Paul Pluzhnikov
1f3b5d1baf
ChangeLog:
...
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/11022
* breakpoint.c (invalidate_bp_value_on_memory_change):
New function.
(_initialize_breakpoint): Add it as memory change observer.
testsuite/ChangeLog:
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/11022
* gdb.base/pr11022.exp: New test.
* gdb.base/pr11022.c: New test.
2009-12-03 17:47:08 +00:00
David Daney
67c2a3e8c9
include/
...
2009-12-03 David Daney <ddaney@caviumnetworks.com>
Adam Nemet <adambnemet@gmail.com>
* elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
binutils/
2009-12-03 David Daney <ddaney@caviumnetworks.com>
Adam Nemet <adambnemet@gmail.com>
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
2009-12-03 17:01:46 +00:00
Rafael Ávila de Espíndola
ca55d848d8
2009-12-03 Rafael Avila de Espindola <espindola@google.com>
...
* incremental.cc (Incremental_inputs_header)
(Incremental_inputs_header_write, Incremental_inputs_entry)
(Incremental_inputs_entry_write): Move ...
* incremental.h (Incremental_inputs_header)
(Incremental_inputs_header_write, Incremental_inputs_entry)
(Incremental_inputs_entry_write): here.
2009-12-03 15:43:01 +00:00
Tristan Gingold
033c64b7ea
2009-12-03 Tristan Gingold <gingold@adacore.com>
...
* machoread.c (macho_sym_fns): Set sym_segment routine.
2009-12-03 14:21:22 +00:00
Tristan Gingold
ef17cb22d0
2009-12-03 Tristan Gingold <gingold@adacore.com>
...
* mach-o.c (bfd_mach_o_make_bfd_section): Force debug flags for
all sections of the __DWARF segment.
2009-12-03 14:14:03 +00:00
Nick Clifton
f9f0e73285
PR binutils/11045
...
* dwarf.c (do_debug_pubtypes): New variable.
(dwarf_select_sections_by_names): Handle .debug_pubtypes.
(dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
(dwarf_select_sections_all): Set do_debug_pubtypes.
(debug_displays): Add support for .debug_pubtypes.
* dwarf.h (do_debug_pubtypes): Export.
* objdump.c (usage): Add -wt or --dwarf=pubtypes.
* readelf.c (usage): Likewise.
(process_section_headers): Enable debug display if
do_debug_pubtypes is set.
* doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
2009-12-03 12:28:37 +00:00
Jan Kratochvil
8b7dbdc923
gdb/testsuite/
...
Fix spurious false FAILs.
* gdb.base/structs.c (chartest): New.
(main): Fill-in chartest.
* gdb.base/structs.exp (anychar_re, first): New.
(start_structs_test): Import global anychar_re and first.
New gdb_test call "set print elements 300; ${testfile}"
(start_structs_test <$first>): New block.
(any): Import global anychar_re. New variable ac. Use ${ac}.
2009-12-03 11:40:18 +00:00
Alan Modra
f58d5a2ddf
PR ld/11047
...
* elf32-ppc.c (ppc_elf_relocate_section): Delete __tls_get_addr
symbol reference from relocs belonging to calls that are
optimized away.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2009-12-03 08:31:29 +00:00
Rafael Ávila de Espíndola
3aec4f9c2f
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
...
* incremental.cc (make_sized_incremental_binary): Set the target.
Error if it is incompatible.
* output.h (Output_file): Add filename method.
2009-12-03 04:26:01 +00:00
gdbadmin
55da44bd78
*** empty log message ***
2009-12-03 00:00:33 +00:00
Alan Modra
49b53cf227
daily update
2009-12-02 23:00:04 +00:00
Nick Clifton
03ee1b7f8e
PR gas/11013
...
* arm-dis.c (thumb32_opc): Adjust disassembly of QADD, QDADD, QSUB
and QDSUB.
* gas/arm/arch7em.d: Update expected disassembly.
* gas/arm/thumb32.d: Likewise.
* config/tc-arm.c (do_t_simd2): New function.
(insns): Use do_t_simd2 for QADD, QDADD, QSUB and QDSUB.
2009-12-02 20:26:30 +00:00
Paul Pluzhnikov
8cebebb9a2
gdb/ChangeLog:
...
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* ada-lang.c (ada_value_assign): Use observer_notify_memory_changed.
* valops.c (value_assign): Likewise.
* defs.h (deprecated_memory_changed_hook): Remove.
* top.c (deprecated_memory_changed_hook): Likewise.
* interps.c (clear_interpreter_hooks): Adjust.
gdb/gdbtk/ChangeLog:
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* generic/gdbtk-hooks.c (gdbtk_memory_changed): Adjust.
(gdbtk_add_hooks): Adjust.
gdb/doc/ChangeLog:
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* observer.texi: New memory_changed observer.
2009-12-02 19:29:42 +00:00
Rafael Ávila de Espíndola
9c0ae74d4f
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
...
* incremental.cc (Incremental_inputs_entry): Remove unused argument
from the get_* methods.
2009-12-02 18:14:22 +00:00
Doug Evans
a09a0bfd0c
* cgen-engine.h: Remove duplicated comment.
2009-12-02 17:25:56 +00:00
Rafael Ávila de Espíndola
a45500ae37
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
...
* incremental-dump.cc (main): Check that the offeset of a script is 0.
* incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
Write 0 for the data_offset of scripts.
2009-12-02 16:27:15 +00:00
Rafael Ávila de Espíndola
325e6408a8
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
...
* testsuite/Makefile.am: Add the incremental_test.sh test.
* testsuite/incremental_test.sh: New.
* testsuite/incremental_test_1.c: New.
* testsuite/incremental_test_2.c: New.
2009-12-02 14:51:22 +00:00
Nick Clifton
e05da72d4d
PR binutils/11017
...
* dlltool.c (PAGE_SIZE): Delete.
(PAGE_MASK): Provide default definition based on COFF_PAGE_SIZE.
Check for DLLTOOL_DEFAULT_MX86_64 and DLLTOOL_DEFAULT_I386.
* coff-i386.h (COFF_PAGE_SIZE): Definition moved to coff/i386.h
* i386lh (COFF_PAGE_SIZE): Define.
* x86_64.h (COFF_PAGE_SIZE): Define.
2009-12-02 14:04:17 +00:00
Tristan Gingold
f29dff0a09
2009-12-02 Tristan Gingold <gingold@adacore.com>
...
* symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in
prototype.
* dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in
definition, simplify code assuming it is always 0.
* coffread.c (coff_symfile_read): Adjust call.
* elfread.c (elf_symfile_read): Ditto.
* machoread.c (macho_symfile_read): Explicitely calls
init_psymbol_list if mainline is set.
2009-12-02 11:44:35 +00:00
Tristan Gingold
c67a9c901a
2009-12-02 Tristan Gingold <gingold@adacore.com>
...
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter.
(dwarf2_build_psymtabs_hard): Ditto.
(dwarf2_build_psymtabs): Ajust calls.
* stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on
the prototype.
(coffstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on
the definition.
(elfstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* coffread.c (coff_symfile_read): Adjust call.
* elfread.c (elf_symfile_read): Ditto.
* somread.c (som_symfile_read): Ditto.
2009-12-02 11:34:37 +00:00
Tristan Gingold
06be6983bb
2009-10-23 Tristan Gingold <gingold@adacore.com>
...
* charset.c (_initialize_charset): Set a default value to
auto_host_charset_name if empty.
2009-12-02 11:16:42 +00:00
gdbadmin
52e6018d9d
*** empty log message ***
2009-12-02 00:00:33 +00:00
Alan Modra
a54eb75037
daily update
2009-12-01 23:00:04 +00:00
Joseph Myers
de18c1d81e
* gcore.c: Include solib.h.
...
(gcore_create_callback): Call solib_keep_data_in_core when
considering not saving memory in core file.
* solib-svr4.c (svr4_keep_data_in_core): New.
(_initialize_svr4_solib): Initialize
svr4_so_ops.keep_data_in_core.
* solib.c (solib_keep_data_in_core): New.
* solib.h (solib_keep_data_in_core): Declare.
* solist.h (struct target_so_ops): Add keep_data_in_core.
2009-12-01 22:46:15 +00:00
Tom Tromey
16af530a6f
* gdb.texinfo (Reverse Execution): Fix typo.
2009-12-01 22:15:27 +00:00
Rafael Ávila de Espíndola
954c3e2ed1
2009-12-01 Rafael Avila de Espindola <espindola@google.com>
...
* incremental-dump.cc (main): Fix typos.
2009-12-01 21:15:06 +00:00
Joseph Myers
11636f9e18
* readelf.c (get_machine_name, get_osabi_name): Handle more
...
allocated values.
2009-12-01 16:37:32 +00:00
gdbadmin
a03a764f32
*** empty log message ***
2009-12-01 00:00:03 +00:00
DJ Delorie
117f2c0dc4
* rx/rx.c (decode_opcode): fix SWHILE logic.
2009-11-30 23:37:39 +00:00
Alan Modra
c9c02ec317
daily update
2009-11-30 23:00:04 +00:00
Jan Kratochvil
6a53b2ec3d
gdb/testsuite/
...
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2009-11-30 22:56:34 +00:00
Jan Kratochvil
d7167b4c6a
gdb/testsuite/
...
* gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
Force $srcfile file.
* gdb.base/foll-fork.c (callee): Comment out the printf call.
2009-11-30 22:55:27 +00:00
DJ Delorie
bc7c46946a
merge from gcc
2009-11-30 21:50:19 +00:00
Joseph Myers
3388710e18
config:
...
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
AC_CANONICAL_TARGET.
bfd:
* configure: Regenerate.
binutils:
* configure: Regenerate.
gas:
* configure: Regenerate.
gdb:
* configure: Regenerate.
gprof:
* configure: Regenerate.
ld:
* configure: Regenerate.
2009-11-30 16:46:47 +00:00
Nick Clifton
ee9fd255b7
PR gas/11030
...
* m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
Coldfire ISA A+.
2009-11-30 14:45:30 +00:00
Nick Clifton
974da60de1
PR gas/11032
...
* config/tc-arm.c (relax_adr): Cope with a frag with no symbol.
2009-11-30 14:36:21 +00:00
Nick Clifton
88f1a8b254
Fix typo: "Dimitry" should be "Dmitry"
2009-11-30 10:14:56 +00:00
Alan Modra
20f3d0d667
PR ld/11006
...
* lexsup.c (parse_args): Allow nested --start-group, --end-group.
2009-11-30 00:27:45 +00:00
gdbadmin
d8b31cf055
*** empty log message ***
2009-11-30 00:00:33 +00:00
Alan Modra
a22fe0ab3c
daily update
2009-11-29 23:00:04 +00:00
gdbadmin
2879905920
*** empty log message ***
2009-11-29 00:00:33 +00:00
Alan Modra
7660167dd0
daily update
2009-11-28 23:00:05 +00:00
Vladimir Prus
ba7f6c64f3
* target.c (target_terminal_inferior): Use target_can_async_p, not
...
target_is_async_p.
2009-11-28 17:00:55 +00:00
Joseph Myers
3c65b80078
* common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,
...
EM_TI_C5500, EM_CUDA): Define.
(EM_res140, EM_res141, EM_res142): Remove.
2009-11-28 03:18:00 +00:00
gdbadmin
7223f25155
*** empty log message ***
2009-11-28 00:00:33 +00:00
Alan Modra
5525cf3796
daily update
2009-11-27 23:00:04 +00:00
Rafael Ávila de Espíndola
f80866232e
2009-11-27 Rafael Avila de Espindola <espindola@google.com>
...
PR gold/11025
* incremental-dump.cc (main): Use llu to print 64 bit values.
2009-11-27 16:15:26 +00:00
Ulrich Weigand
b179846202
gdb/
...
* s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints
of type bp_hardware_watchpoint.
gdb/testsuite/
* gdb.base/hbreak.exp: Disable for s390*-*-* targets.
* gdb.base/watchpoint-hw-hit-once.exp: Likewise.
* gdb.threads/watchthreads-reorder.exp: Likewise.
2009-11-27 16:12:00 +00:00
Joel Brobecker
1b536f04b9
* ada-lang.c: Apply some corrections to the previous comment addition.
2009-11-27 15:33:47 +00:00