Joel Brobecker [Thu, 27 Sep 2012 12:53:13 +0000 (12:53 +0000)]
 
sol-thread.c: Remove #if 0-ed code.
gdb/ChangeLog:
        * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
        Remove commented-out code.
Joel Brobecker [Thu, 27 Sep 2012 12:52:53 +0000 (12:52 +0000)]
 
sol-thread.c: conditionalize some sparc-specific libthread_db functions.
gdb/ChangeLog:
        * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
        Enable this code for sparc hosts only.
Joel Brobecker [Thu, 27 Sep 2012 12:52:10 +0000 (12:52 +0000)]
 
Add procfs_find_LDT_entry declaration (procfs.h).
Add a declaration for procfs_find_LDT_entry in order to prevent
a compiler warning about this function missing one. This also
helps making sure that declaration and definition remain consistent.
gdb/ChangeLog:
        * procfs.h (procfs_find_LDT_entry): Add declaration.
        * sol-thread.c (ps_lgetLDT): Delete local declaration of
        function procfs_find_LDT_entry.
Joel Brobecker [Thu, 27 Sep 2012 12:51:57 +0000 (12:51 +0000)]
 
Make procfs.c:proc_get_LDT_entry static
This function is not used outside of procfs.c.
gdb/ChangeLog:
        * procfs.c (proc_get_LDT_entry): Make static.
Joel Brobecker [Thu, 27 Sep 2012 12:51:40 +0000 (12:51 +0000)]
 
Fix declaration of proc_find_memory_regions
This function is used as a target_ops callback. The function
implemention was recently changed, but the declaration wasn't
updated accordingly.
This fixes a build failure on Solaris.
gdb/ChangeLog:
        * procfs.c (proc_find_memory_regions): Fix declaration.
Siddhesh Poyarekar [Thu, 27 Sep 2012 10:40:01 +0000 (10:40 +0000)]
 
    * amd64-tdep.c (amd64_return_value): Revert previous change
        that used TYPE_LENGTH directly.
        * bfin-tdep.c (bfin_extract_return_value): Likewise.
        (bfin_store_return_value): Likewise.
        * cris-tdep.c (cris_store_return_value): Likewise.
        (cris_extract_return_value): Likewise.
        * h8300-tdep.c (h8300_extract_return_value): Likewise.
        * hppa-tdep.c (hppa64_return_value): Likewise.
        * lm32-tdep.c (lm32_store_return_value): Likewise.
        * microblaze-tdep.c (microblaze_store_return_value): Likewise.
        * spu-tdep.c (spu_value_from_register): Likewise.
        * vax-tdep.c (vax_return_value): Likewise.
Siddhesh Poyarekar [Thu, 27 Sep 2012 08:57:16 +0000 (08:57 +0000)]
 
	* gdbtypes.c (lookup_array_range_type): Expand parameters
	LOW_BOUND and HIGH_BOUND to LONGEST.
	(lookup_string_range_type): Likewise.
	* gdbtypes.h (lookup_array_range_type): Likewise.
	(lookup_string_range_type): Likewise.
	* valops.c (value_cstring): Expand parameter LEN to ssize_t.
	Expand HIGHBOUND to ssize_t.
	(value_string): Likewise.
	* value.h (value_cstring): Expand parameter LEN to ssize_t.
	(value_string): Likewise.
Alan Modra [Thu, 27 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
gdbadmin [Thu, 27 Sep 2012 00:00:02 +0000 (00:00 +0000)]
 
*** empty log message ***
Yao Qi [Wed, 26 Sep 2012 23:53:53 +0000 (23:53 +0000)]
 
gdb/
	PR breakpoints/13898
	* breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
	* mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
	per breakpoint type.
Pierre Muller [Wed, 26 Sep 2012 21:23:11 +0000 (21:23 +0000)]
 
	* procfs.c: Add gdb_bfd header.
	* rs6000-nat.c: Likewise.
	* solib-pa64.c: Likewise.
	* spu-linux-nat.c: Likewise.
	* windows-nat.c: Likewise.
Tom Tromey [Wed, 26 Sep 2012 19:58:18 +0000 (19:58 +0000)]
 
	* f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
Tom Tromey [Wed, 26 Sep 2012 19:50:13 +0000 (19:50 +0000)]
 
	* dwarf2read.c (mark_common_block_symbol_computed): New function.
	(read_common_block): Handle child DIEs with
	DW_AT_data_member_location.
	(new_symbol_full): Add special case for common blocks.
gdb/testsuite
	* gdb.dwarf2/dw2-common-block.S: New file.
	* gdb.dwarf2/dw2-common-block.exp: New file.
Tom Tromey [Wed, 26 Sep 2012 19:38:32 +0000 (19:38 +0000)]
 
2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
	    Tom Tromey  <tromey@redhat.com>
	* dwarf2read.c (read_common_block): Rewrite.
	(new_symbol_full): Handle DW_TAG_common_block.
	* f-lang.c (head_common_list, find_common_for_function):
	Remove.
	* f-lang.h (struct common_entry, struct saved_f77_common,
	SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
	COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
	BLANK_COMMON_NAME_LOCAL): Remove.
	(struct common_block): New.
	* f-valprint.c (list_all_visible_commons): Remove.
	(info_common_command_for_block): New function.
	(info_common_command): Use it.
	* stack.c (iterate_over_block_locals): Special case for
	COMMON_BLOCK_DOMAIN.
	* symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
	constant.
	(struct general_symbol_info) <value.common_block>: New field.
	(SYMBOL_VALUE_COMMON_BLOCK): New define.
gdb/testsuite
2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
	* gdb.fortran/common-block.exp: New file.
	* gdb.fortran/common-block.f90: New file.
Tom Tromey [Wed, 26 Sep 2012 19:05:09 +0000 (19:05 +0000)]
 
2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
	    Tom Tromey  <tromey@redhat.com>
	* f-lang.c (allocate_saved_bf_node,
	allocate_saved_function_node, allocate_saved_f77_common_node,
	allocate_common_entry_node, tail_common_list, current_common,
	saved_bf_list, saved_bf_list_end, current_head_bf_list,
	tmp_bf_ptr, add_common_block, add_common_entry,
	find_first_common_named, patch_common_entries,
	patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
	global_remote_debug, get_bf_for_fcn, saved_function_list,
	saved_function_list_end, clear_function_list, struct saved_fcn,
	struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
	SAVED_BF, SAVED_BF_PTR): Remove.
	* f-lang.h (tail_common_list, current_common,
	UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
	BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
	DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
	real_main_c_value): Remove.
	* f-valprint.c (there_is_a_visible_common_named): Remove.
Andrew Burgess [Wed, 26 Sep 2012 16:36:00 +0000 (16:36 +0000)]
 
sourceware.org/ml/gdb-patches/2012-09/msg00403.html
gdb/ChangeLog
        * breakpoint.c (update_global_location_list): Ignore previous
        duplicate status of a breakpoint when starting a new scan for
        duplicate breakpoints.
gdb/testsuite/ChangeLog
        * gdb.base/duplicate-bp.c: New file.
        * gdb.base/duplicate-bp.exp: New file.
Karthik Bhat [Wed, 26 Sep 2012 14:15:53 +0000 (14:15 +0000)]
 
Adding PR number tp ChangeLog
Yao Qi [Wed, 26 Sep 2012 13:45:46 +0000 (13:45 +0000)]
 
Fix changelog format.
Karthik Bhat [Wed, 26 Sep 2012 12:14:30 +0000 (12:14 +0000)]
 
* arm-tdep.c (arm_skip_prologue): Extending producer check to support LLVM compiler.
Siddhesh Poyarekar [Wed, 26 Sep 2012 07:52:48 +0000 (07:52 +0000)]
 
    * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
        * bfin-tdep.c (bfin_extract_return_value): Likewise.
        (bfin_store_return_value): Likewise.
        * cris-tdep.c (cris_store_return_value): Likewise.
        (cris_extract_return_value): Likewise.
        * h8300-tdep.c (h8300_extract_return_value): Likewise.
        * hppa-tdep.c (hppa64_return_value): Likewise.
        * lm32-tdep.c (lm32_store_return_value): Likewise.
        * microblaze-tdep.c (microblaze_store_return_value): Likewise.
        * spu-tdep.c (spu_value_from_register): Likewise.
        * vax-tdep.c (vax_return_value): Likewise.
Yao Qi [Wed, 26 Sep 2012 06:53:46 +0000 (06:53 +0000)]
 
gdb/testsuite:
	* gdb.mi/mi2-cli.exp:  Avoid line number in test summary.
	Revert:
	2012-09-21  Yao Qi  <yao@codesourcery.com>
	* gdb.mi/mi2-cli.exp: Remove redundant '\'.
Siddhesh Poyarekar [Wed, 26 Sep 2012 02:06:55 +0000 (02:06 +0000)]
 
gdb/ChangeLog:
	* breakpoint.c (invalidate_bp_value_on_memory_change): Expand
	parameter LEN to ssize_t.
gdb/doc/ChangeLog:
	observer.texi (memory_changed): Expand parameter LEN to ssize_t.
gdbadmin [Wed, 26 Sep 2012 00:00:33 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Wed, 26 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
H.J. Lu [Tue, 25 Sep 2012 13:12:34 +0000 (13:12 +0000)]
 
Add missing Cpu flags in bd and bt cores
gas/testsuite/
2012-09-25  Saravanan Ekanathan <saravanan.ekanathan@amd.com>
	* gas/i386/arch-10-bdver1.d: New file to test bdver1 core.
	* gas/i386/x86-64-arch-2-bdver1.d: Likewise.
	* gas/i386/i386.exp: Run bdver1 testcases.
	* gas/i386/arch-10-bdver2.d: Updated -march flags.
	* gas/i386/arch-10-btver1.d: Likewise.
	* gas/i386/arch-10-btver2.d: Likewise.
	* gas/i386/x86-64-arch-2-bdver2.d: Likewise.
	* gas/i386/x86-64-arch-2-btver1.d: Likewise.
	* gas/i386/x86-64-arch-2-btver2.d: Likewise.
opcodes/
2012-09-25  Saravanan Ekanathan <saravanan.ekanathan@amd.com>
	* gas/i386/arch-10-bdver1.d: New file to test bdver1 core.
	* gas/i386/x86-64-arch-2-bdver1.d: Likewise.
	* gas/i386/i386.exp: Run bdver1 testcases.
	* gas/i386/arch-10-bdver2.d: Updated -march flags.
	* gas/i386/arch-10-btver1.d: Likewise.
	* gas/i386/arch-10-btver2.d: Likewise.
	* gas/i386/x86-64-arch-2-bdver2.d: Likewise.
	* gas/i386/x86-64-arch-2-btver1.d: Likewise.
	* gas/i386/x86-64-arch-2-btver2.d: Likewise.
Siddhesh Poyarekar [Tue, 25 Sep 2012 12:48:53 +0000 (12:48 +0000)]
 
	* ada-valprint.c (ada_val_print_1): Eliminate single-use
	variable LEN.
	* alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
	directly.
	(alpha_store_return_value): Likewise.
	* amd64-tdep.c (amd64_classify_aggregate): Likewise.
	(amd64_push_arguments): Likewise.
	* ax-gdb.c (gen_trace_static_fields): Likewise.
	(gen_traced_pop): Likewise.
	* bfin-tdep.c (bfin_push_dummy_call): Likewise.
	* breakpoint.c (update_watchpoint): Likewise.
	* findcmd.c (parse_find_args): Use local variable for type
	instead of length.
	* findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
	* h8300-tdep.c (h8300h_extract_return_value): Likewise.
	(h8300_store_return_value): Likewise.
	* i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
	Use i386_darwin_arg_type_alignment directly.
	* infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
	* lm32-tdep.c (lm32_push_dummy_call): Likewise.
	* m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
	(m68hc11_extract_return_value): Likewise.
	* mep-tdep.c (mep_push_dummy_call): Likewise.
	* printcmd.c (float_type_from_length): Likewise.
	* s390-tdep.c (s390_value_from_register): Likewise.
	* stack.c (read_frame_arg): Likewise.
	* tracepoint.c (encode_actions_1): Likewise.
	* valops.c (value_fetch_lazy): Use local variable for type
	instead of length.  Use TYPE_LENGTH directly.
	* value.c (value_contents_equal): Use TYPE_LENGTH directly.
Joel Brobecker [Tue, 25 Sep 2012 12:38:56 +0000 (12:38 +0000)]
 
Fix typo in skip_prologue_sal's comment.
gdb/ChangeLog:
        * symtab.c (skip_prologue_sal): Fix typo in comment.
Joel Brobecker [Tue, 25 Sep 2012 12:23:25 +0000 (12:23 +0000)]
 
Fix ChangeLog entry order (merge error).
Joel Brobecker [Tue, 25 Sep 2012 12:22:54 +0000 (12:22 +0000)]
 
Small typo in comment inside create_sals_line_offset
gdb/ChangeLog:
        * linespec.c (create_sals_line_offset): Fix typo in comment.
Siddhesh Poyarekar [Tue, 25 Sep 2012 12:20:42 +0000 (12:20 +0000)]
 
gdb/ChangeLog:
	* c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
	use plongest to print the array size.
testsuite/ChangeLog:
	* gdb.base/longest-types.c: New test case.
	* gdb.base/longest-types.exp: New test case.
Alan Modra [Tue, 25 Sep 2012 00:59:25 +0000 (00:59 +0000)]
 
	* object.h (Sized_relobj_file::adjust_local_symbol,
	do_adjust_local_symbol): New functions.
	* object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
	* powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
	(Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
	and irregular opd entry spacing.
	(Powerpc_relobj::do_read_relocs): Add opd size checks.
	(Global_symbol_visitor_opd): New functor.
	(Target_powerpc::do_finalize_sections): Omit global symbols defined
	on deleted opd entries.
Yao Qi [Tue, 25 Sep 2012 00:55:15 +0000 (00:55 +0000)]
 
gdb/testsuite:
	* gdb.mi/mi2-cli.exp: Check breakpoint notification.
gdbadmin [Tue, 25 Sep 2012 00:00:32 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Tue, 25 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
Steve Ellcey [Mon, 24 Sep 2012 18:04:03 +0000 (18:04 +0000)]
 
Forgot to include ChangeLog in last checkin.
Steve Ellcey [Mon, 24 Sep 2012 18:03:18 +0000 (18:03 +0000)]
 
2012-09-24  Steve Ellcey  <sellcey@mips.com>
	* mips/basic.exp: Add mips*-mti-elf* target.
	* configure.ac: Add mips*-mti-elf* target.
	* configure: Regenerate.
Siddhesh Poyarekar [Mon, 24 Sep 2012 10:25:09 +0000 (10:25 +0000)]
 
	* m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
	* p-valprint.c (pascal_type_print_base): Likewise.
gdbadmin [Mon, 24 Sep 2012 00:00:32 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Mon, 24 Sep 2012 00:00:03 +0000 (00:00 +0000)]
 
daily update
Richard Sandiford [Sun, 23 Sep 2012 11:16:53 +0000 (11:16 +0000)]
 
gas/testsuite/
2012-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
	* gas/mips/hilo-diff-eb.d: New test.
	* gas/mips/hilo-diff-eb-n32.d: New test.
	* gas/mips/hilo-diff-eb-n64.d: New test.
	* gas/mips/hilo-diff-el.d: New test.
	* gas/mips/hilo-diff-el-n32.d: New test.
	* gas/mips/hilo-diff-el-n64.d: New test.
	* gas/mips/mips16@hilo-diff-eb.d: New test.
	* gas/mips/mips16@hilo-diff-eb-n32.d: New test.
	* gas/mips/mips16@hilo-diff-eb-n64.d: New test.
	* gas/mips/mips16@hilo-diff-el.d: New test.
	* gas/mips/mips16@hilo-diff-el-n32.d: New test.
	* gas/mips/mips16@hilo-diff-el-n64.d: New test.
	* gas/mips/micromips@hilo-diff-eb.d: New test.
	* gas/mips/micromips@hilo-diff-eb-n32.d: New test.
	* gas/mips/micromips@hilo-diff-eb-n64.d: New test.
	* gas/mips/micromips@hilo-diff-el.d: New test.
	* gas/mips/micromips@hilo-diff-el-n32.d: New test.
	* gas/mips/micromips@hilo-diff-el-n64.d: New test.
	* gas/mips/hilo-diff.s: New test source.
	* gas/mips/mips.exp: Run the new tests.
Richard Sandiford [Sun, 23 Sep 2012 11:14:27 +0000 (11:14 +0000)]
 
gas/
	* config/tc-mips.h (TC_FORCE_RELOCATION): Remove comment.
	* config/tc-mips.c (calculate_reloc): New function.
	(append_insn): Use it.  Do not resolve compound relocations here.
	(mips16_macro_build, mips16_ip): Use calculate_reloc.
	(mips16_immed_extend): New function, split out from...
	(mips16_immed): ...here.
	(mips_frob_file): Handle null symbols.
	(mips_force_relocation): Remove NEWABI handling.
	(read_reloc_insn, write_reloc_insn): New functions.
	(md_apply_fix): Report TLS relocations against constants.
	Use read_reloc_insn, calculate_reloc and write_reloc_insn.
	Report relocations against constants that can't be resolved
	at assembly time.
gas/testsuite/
	* gas/mips/elf-rel22.s, gas/mips/elf-rel22.d: Add more tests.
	* gas/mips/elf-rel29.s, gas/mips/elf-rel29.d,
	gas/mips/micromips@elf-rel29.d, gas/mips/elf-rel30.s,
	gas/mips/elf-rel30.l: New tests.
	* gas/mips/mips.exp: Run them.
Richard Sandiford [Sun, 23 Sep 2012 10:46:38 +0000 (10:46 +0000)]
 
gas/
2012-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
	* config/tc-mips.c (append_insn) <BFD_RELOC_MIPS_JMP>: Don't
	mark as incomplete for constant expressions.
	<BFD_RELOC_MIPS16_JMP>: Likewise.
Richard Sandiford [Sun, 23 Sep 2012 10:41:24 +0000 (10:41 +0000)]
 
gas/
2012-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
	    Maciej W. Rozycki  <macro@codesourcery.com>
	* config/tc-mips.h (mips_record_label): Delete.
	(mips_add_dot_label): Declare.
	(tc_new_dot_label): Use it.
	* config/tc-mips.c (mips_assembling_insn): New variable.
	(md_assemble): Call mips_mark_labels.  Set mips_assembling_insn
	while the main part of the function is executing.
	(mips_compressed_mark_label): New function, split out from...
	(mips_compressed_mark_labels): ...here.
	(append_insn): Don't call mips_mark_labels here.
	(mips_record_label): Make local.
	(mips_add_dot_label): New function.
gas/testsuite/
	* gas/mips/dot-1.s, gas/mips/dot-1.d, gas/mips/micromips@dot-1.d,
	gas/mips/mips16@dot-1.d: New test.
	* gas/mips/mips.exp: Run it.
Richard Sandiford [Sun, 23 Sep 2012 09:59:24 +0000 (09:59 +0000)]
 
Fix typo in previous commit.
Richard Sandiford [Sun, 23 Sep 2012 09:56:47 +0000 (09:56 +0000)]
 
gas/
	* config/tc-mips.c (SEXT_16BIT): New macro.
	(mips16_immed): Take the reloc type as a parameter.  Do not impose
	a signed vs. unsigned distinction on the value when a relocation
	operator was used.
	(mips16_macro_build, mips16_ip, md_convert_frag): Pass the reloc
	type to mips16_immed.
	(macro): Use SEXT_16BIT.
Richard Sandiford [Sun, 23 Sep 2012 09:31:14 +0000 (09:31 +0000)]
 
gas/
	* config/tc-mips.c (read_insn, write_insn, read_compressed_insn):
	New functions.
	(install_insn, md_apply_fix, md_convert_frag, mips_handle_align):
	Use them, and write_compressed_insn.
Richard Sandiford [Sun, 23 Sep 2012 09:23:24 +0000 (09:23 +0000)]
 
gas/
	* config/tc-mips.c (mips_cl_insn): Remove use_extend and extend.
	(MIPS16_EXTEND): New macro.
	(mips16_opcode_length): New function.
	(insn_length): Use it.
	(create_insn): Update after mips_cl_insn change.
	(write_compressed_insn): New function.
	(install_insn): Use it.
	(append_insn): Use insn_length to check for unextended MIPS16
	instructions.
	(mips16_macro_build): Update call to mips16_immed.
	(mips16_ip): Likewise.  Use MIPS16_EXTEND to force an extended
	instruction.
	(mips16_immed): Remove use_extend and extend; install EXTEND
	opcodes in the upper 16 bits of *INSN instead.  Keep the
	instruction extended if it already is.  Replace warn, small
	and ext with a forced_insn_length-like parameter.
	(md_convert_frag): Update call mips16_immed.
	Use write_compressed_insn.
gdbadmin [Sun, 23 Sep 2012 00:00:33 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Sun, 23 Sep 2012 00:00:05 +0000 (00:00 +0000)]
 
daily update
Yao Qi [Sat, 22 Sep 2012 13:04:55 +0000 (13:04 +0000)]
 
gdb/testsuite/
	* remote.c (remote_get_trace_status): Remove setting default
	values of fields of 'ts'.
Alan Modra [Sat, 22 Sep 2012 00:00:06 +0000 (00:00 +0000)]
 
daily update
gdbadmin [Sat, 22 Sep 2012 00:00:05 +0000 (00:00 +0000)]
 
*** empty log message ***
Jan Kratochvil [Fri, 21 Sep 2012 20:01:12 +0000 (20:01 +0000)]
 
gdb/
	Fix internal error on canonicalization of clang types.
	* cp-name-parser.y (operator): New comment at make_operator call for
	new, delete, new[] and delete[].
	(exp): Use "sizeof ".  Add new comment at make_operator call.
gdb/testsuite/
	Fix internal error on canonicalization of clang types.
	* gdb.dwarf2/dw2-canonicalize-type.S: New file.
	* gdb.dwarf2/dw2-canonicalize-type.exp: New file.
	* lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
Jan Kratochvil [Fri, 21 Sep 2012 18:53:15 +0000 (18:53 +0000)]
 
gdb/
	Fix disassemble without parameters in tailcall frame.
	* cli/cli-cmds.c (disassemble_current_function): Use
	get_frame_address_in_block.
gdb/testsuite/
	Fix disassemble without parameters in tailcall frame.
	* gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
Tom Tromey [Fri, 21 Sep 2012 17:37:47 +0000 (17:37 +0000)]
 
	* c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
	TYPE_CODE_UNION>: Unify, removing a goto.
Tom Tromey [Fri, 21 Sep 2012 17:33:17 +0000 (17:33 +0000)]
 
	* c-typeprint.c (cp_type_print_derivation_info): Fix comment.
Andrew Burgess [Fri, 21 Sep 2012 17:17:23 +0000 (17:17 +0000)]
 
sourceware.org/ml/gdb-patches/2012-08/msg00715.html
gdb/ChangeLog
        * findvar.c (read_frame_register_value): Mark the result value as
        optimized out if any of the input registers have been optimized out.
gdb/testsuite/ChangeLog
        * gdb.dwarf2/dw2-op-out-param.S: New file.
        * gdb.dwarf2/dw2-op-out-param.exp: New file.
Steve Ellcey [Fri, 21 Sep 2012 15:16:59 +0000 (15:16 +0000)]
 
2012-09-21  Steve Ellcey  <sellcey@mips.com>
	* configure.ac: Add mips*-mti-elf* target.
	* configure: Regenerate.
Andreas Schwab [Fri, 21 Sep 2012 12:57:34 +0000 (12:57 +0000)]
 
* python/python.c (finalize_python): Only define if HAVE_PYTHON.
Yao Qi [Fri, 21 Sep 2012 12:26:30 +0000 (12:26 +0000)]
 
gdb/testsuite:
	* gdb.mi/mi2-cli.exp: Remove redundant '\'.
Siddhesh Poyarekar [Fri, 21 Sep 2012 09:24:41 +0000 (09:24 +0000)]
 
	* eval.c (evaluate_subexp_standard): Eliminate single-use
	variable LOWER.
Yao Qi [Fri, 21 Sep 2012 08:39:08 +0000 (08:39 +0000)]
 
gdb/testsuite:
	* gdb.mi/mi-cli.exp: Remove.
	* gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
Yao Qi [Fri, 21 Sep 2012 07:29:46 +0000 (07:29 +0000)]
 
gdb/testsuite:
	* gdb.mi/mi-reverse.exp: Fix the typo in expected output of
	"=record-started" notification.
Yao Qi [Fri, 21 Sep 2012 01:46:46 +0000 (01:46 +0000)]
 
gdb/doc:
2012-09-21  Yao Qi  <yao@codesourcery.com>
	    Pedro Alves  <palves@redhat.com>
	* gdb.texinfo (GDB/MI Async Records): Document notification
	'record-started' and 'record-stopped'.
	* observer.texi (GDB Observers): New observer 'record-changed'.
gdb:
2012-09-21  Yao Qi  <yao@codesourcery.com>
	* mi/mi-interp.c: Declare mi_record_changed.
	(mi_interpreter_init): Call observer_attach_record_changed.
	(mi_record_changed): New.
	* record.c (record_open): Call observer_notify_record_changed.
	(cmd_record_stop): Call observer_notify_record_changed.
	* NEWS: Mention it.
gdb/testsuite:
2012-09-21  Yao Qi  <yao@codesourcery.com>
	* gdb.mi/mi-record-changed.exp: New.
	* gdb.mi/mi-reverse.exp: Adjust expected output.
Alan Modra [Fri, 21 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
gdbadmin [Fri, 21 Sep 2012 00:00:03 +0000 (00:00 +0000)]
 
*** empty log message ***
Tom Tromey [Thu, 20 Sep 2012 20:54:11 +0000 (20:54 +0000)]
 
	* NEWS: Update.
	* python/python.c (finalize_python): New function.
	(_initialize_python): Make a final cleanup.
testsuite
	* gdb.python/python.exp: Test atexit.register.
Doug Evans [Thu, 20 Sep 2012 15:21:09 +0000 (15:21 +0000)]
 
	* boards/dwarf4-gdb-index.exp: New file.
Doug Evans [Thu, 20 Sep 2012 14:43:48 +0000 (14:43 +0000)]
 
	* gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
	while running the tests.
H.J. Lu [Thu, 20 Sep 2012 14:43:20 +0000 (14:43 +0000)]
 
Add x86-64-arch-2-1/x86-64-arch-2-2 tests
	* gas/i386/i386.exp: Run x86-64-arch-2-1 and x86-64-arch-2-2.
	* gas/i386/x86-64-arch-2-1.l: New file.
	* gas/i386/x86-64-arch-2-1.s: Likewise.
	* gas/i386/x86-64-arch-2-2.l: Likewise.
	* gas/i386/x86-64-arch-2-2.s: Likewise.
Alan Modra [Thu, 20 Sep 2012 13:15:48 +0000 (13:15 +0000)]
 
	* corefile.c (core_sym_class): Allow for ".constprop.N" cloned
	functions.
H.J. Lu [Thu, 20 Sep 2012 11:53:33 +0000 (11:53 +0000)]
 
Replace CpuSSE3 with CpuCX16 for cmpxchg16b
gas/
	* config/tc-i386.c (cpu_arch): Add .cx16.
	* doc/c-i386.texi: Document .cx16.
gas/testsuite/
	* gas/i386/x86-64-arch-2.s: Add test for cmpxchg16b.
	* gas/i386/x86-64-arch-2.d: Update correspondingly.
	* gas/i386/x86-64-arch-2-bdver2.d: Likewise.
	* gas/i386/x86-64-arch-2-btver1.d: Likewise.
	* gas/i386/x86-64-arch-2-btver2.d: Likewise.
	* gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
	* gas/i386/x86-64-arch-2-prefetchw.d: Likewise.
	* gas/i386/ilp32/x86-64-arch-2.d: Likewise.
opcodes/
	* i386-gen.c (cpu_flag_init): Add CpuCX16 to CPU_NOCONA_FLAGS,
	CPU_CORE_FLAGS, CPU_CORE2_FLAGS, CPU_COREI7_FLAGS,
	CPU_BDVER1_FLAGS, CPU_BDVER2_FLAGS, CPU_BTVER1_FLAGS,
	CPU_BTVER2_FLAGS.  Add CPU_CX16_FLAGS.
	(cpu_flags): Add CpuCX16.
	* i386-opc.h (CpuCX16): New.
	(i386_cpu_flags): Add cpucx16.
	* i386-opc.tbl: Replace CpuSSE3 with CpuCX16 for cmpxchg16b.
	* i386-tbl.h: Regenerate.
	* i386-init.h: Likewise.
Walter Lee [Thu, 20 Sep 2012 06:55:02 +0000 (06:55 +0000)]
 
Fix computation of got relocations for .got sections greater than
0x8000 bytes.
Ian Lance Taylor [Thu, 20 Sep 2012 00:04:27 +0000 (00:04 +0000)]
 
	* configure.ac (host_libs): Add libbacktrace.
	(target_libraries): Add libbacktrace.
	* Makefile.def (host_modules): Add libbacktrace.
	(target_modules): Likewise.
	* configure, Makefile.in: Rebuild.
gdbadmin [Thu, 20 Sep 2012 00:00:32 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Thu, 20 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
Steve Ellcey [Wed, 19 Sep 2012 21:22:33 +0000 (21:22 +0000)]
 
2012-09-19  Steve Ellcey  <sellcey@mips.com>
	* mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
Steve Ellcey [Wed, 19 Sep 2012 20:15:05 +0000 (20:15 +0000)]
 
Fix spacing in last checkin.
Steve Ellcey [Wed, 19 Sep 2012 20:14:26 +0000 (20:14 +0000)]
 
2012-09-19  Steve Ellcey  <sellcey@mips.com>
	* configure.tgt: Add mips*-mti-elf* target.
Steve Ellcey [Wed, 19 Sep 2012 20:10:43 +0000 (20:10 +0000)]
 
2012-09-19  Steve Ellcey  <sellcey@mips.com>
	* config.bfd: Add mips*-mti-elf* target.
Doug Evans [Wed, 19 Sep 2012 20:06:47 +0000 (20:06 +0000)]
 
	* buildsym.h (param_symbols): Delete, unused.
	(context_stack): Delete member "params", unused.
	* buildsym.c (push_context): Update.
	* dwarf2read.c (read_func_scope): Update.
Thomas Schwinge [Wed, 19 Sep 2012 11:10:54 +0000 (11:10 +0000)]
 
gdb/
	* sh-tdep.c (sh_register_convert_to_virtual)
	(sh_register_convert_to_raw): Add a gdbarch parameter.  Update
	all callers.  Just do a memcpy if not the little-endian case.
Thomas Schwinge [Wed, 19 Sep 2012 11:09:16 +0000 (11:09 +0000)]
 
gdb/
	* h8300-tdep.c (h8300_gdbarch_init): Invoke
	set_gdbarch_double_format and set_gdbarch_long_double_format.
	* m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
	set_gdbarch_double_format.
	* sh-tdep.c (sh_gdbarch_init): Likewise.
Thomas Schwinge [Wed, 19 Sep 2012 11:07:01 +0000 (11:07 +0000)]
 
gdb/
	* NEWS: Document the removal of SH's 'regs' command.
	* sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
	command.
gdb/doc/
	* gdb.texinfo: Document the removal of SH's 'regs' command.
Richard Earnshaw [Wed, 19 Sep 2012 08:51:15 +0000 (08:51 +0000)]
 
2012-09-19  Chris Schlumberger-Socha  <chris.schlumberger-socha@arm.com>
	* ld-aarch64/emit-relocs-309-low.d: Replace symbol with regexp.
	* ld-aarch64/emit-relocs-309-up.d: Likewise.
Alan Modra [Wed, 19 Sep 2012 02:51:09 +0000 (02:51 +0000)]
 
	* ld-scripts/assign-loc.d: New file.  Test for assigning absolute
	symbol to location counter.
	* ld-scripts/assign-loc.t: New file.  Linker script for above test.
	* ld-scripts/expr.exp: Add new assignment test.
H.J. Lu [Wed, 19 Sep 2012 00:53:30 +0000 (00:53 +0000)]
 
Properly handle common symbol and weak function
bfd/
	PR ld/14591
	* elf-bfd.h (_bfd_elf_merge_symbol): Add an argument to return
	if the old symbol is weak.
	* elf32-sh-symbian.c (sh_symbian_relocate_section): Update
	_bfd_elf_merge_symbol call.
	* elflink.c (_bfd_elf_merge_symbol): Add an argument to return
	if the old symbol is weak.
	(_bfd_elf_add_default_symbol): Update _bfd_elf_merge_symbol
	call.
	(elf_link_add_object_symbols): Don't update symbol type from a
	weak definition.  Update symbol type from a common symbol when
	overriding a weak symbol.
ld/testsuite/
	PR ld/14591
	* ld-elf/comm-data.exp (run_ld_link_tests): Add comm-data3a and
	comm-data3b tests.
	* ld-ifunc/ifunc.exp (run_ld_link_exec_tests): New.
	* ld-elf/comm-data3.sd: New file.
	* ld-elf/comm-data3a.s: Likewise.
	* ld-elf/comm-data3b.s: Likewise.
	* ld-ifunc/ifunc-17a-i386.d: Likewise.
	* ld-ifunc/ifunc-17a-x86-64.d: Likewise.
	* ld-ifunc/ifunc-17a.s: Likewise.
	* ld-ifunc/ifunc-17b-i386.d: Likewise.
	* ld-ifunc/ifunc-17b-x86-64.d: Likewise.
	* ld-ifunc/ifunc-17b.s: Likewise.
	* ld-ifunc/ifunc-common-1.out: Likewise.
	* ld-ifunc/ifunc-common-1a.c: Likewise.
	* ld-ifunc/ifunc-common-1b.c: Likewise.
gdbadmin [Wed, 19 Sep 2012 00:00:32 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Wed, 19 Sep 2012 00:00:06 +0000 (00:00 +0000)]
 
daily update
Sergio Durigan Junior [Tue, 18 Sep 2012 20:14:56 +0000 (20:14 +0000)]
 
gdb/ChangeLog:
2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
	* infcmd.c (_initialize_infcmd): Register `j' as an alias for
	`jump'.
gdb/doc/ChangeLog:
2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
	* gdb.texinfo (jump): Mention new alias `j' for `jump'.
Joel Brobecker [Tue, 18 Sep 2012 16:52:19 +0000 (16:52 +0000)]
 
wrong language used when re-setting breakpoint
The debugger sometimes fails to re-set a breakpoint as follow,
causing it to become disabled:
    (gdb) b nested_sub
    Breakpoint 1 at 0x401cec: file foo.adb, line 7.
    (gdb) b do_nothing
    Breakpoint 2 at 0x401cdc: file pck.adb, line 4.
    (gdb) run
    Starting program: /[...]/foo
    Error in re-setting breakpoint 1: Function "nested_sub" not defined.
    Breakpoint 2, pck.do_nothing () at pck.adb:4
    4             null;
This only happens on machines where the debug-file-directory is
a valid directory name.
The reason behind the error is that the linespec code that re-sets
the breakpoints uses the current_language global when iterating
over a symtab's symbols. However, the that global gets switched from
Ada to C during the startup phase, probably as a side-effect of stopping
in some system code for which debugging info is available. The fix
is to make sure that we use the correct language.
gdb/ChangeLog:
        * linespec.c (iterate_over_all_matching_symtabs): Use the correct
        language when iterating over symbols.
gdb/testsuite/ChangeLog:
        * gdb.ada/bp_reset: New testcase.
Richard Earnshaw [Tue, 18 Sep 2012 14:52:43 +0000 (14:52 +0000)]
 
2012-09-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
opcodes:
	* arm-dis.c: Changed ldra and strl-form mnemonics
	to lda and stl-form.
gas:
	* config/tc-arm.c: Changed ldra and strl-form mnemonics
	to lda and stl-form for armv8.
gas/testsuite:
	* gas/arm/armv8-a-bad.l: Updated for changed mnemonics.
	* gas/arm/armv8-a-bad.s: Likewise.
	* gas/arm/armv8-a.d: Likewise.
	* gas/arm/armv8-a.s: Likewise.
	* gas/arm/inst.s: Added test for ldrt encoding compatibly with ldralt.
	* gas/arm/inst.d: Updated.
Maciej W. Rozycki [Tue, 18 Sep 2012 14:19:04 +0000 (14:19 +0000)]
 
	opcodes/
	* micromips-opc.c (micromips_opcodes): Correct the encoding of
	the "swxc1" instruction.
	gas/testsuite/
	* gas/mips/micromips.d: Correct the disassembly of SWXC1.
	* gas/mips/micromips-trap.d: Likewise.
	* gas/mips/micromips@24k-triple-stores-1.d: Likewise.
	* gas/mips/micromips@mips4-fp.d: Likewise.
Yao Qi [Tue, 18 Sep 2012 12:09:28 +0000 (12:09 +0000)]
 
gdb/doc:
	* gdb.texinfo (GDB/MI Async Records): Document new MI
	notifications '=tsv-created' and '=tsv-deleted'.
	* observer.texi (GDB Observers): New observer tsv_created and
	tsv_deleted.
gdb:
	* mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
	(mi_interpreter_init): Call observer_attach_tsv_created and
	observer_attach_tsv_deleted.
	(mi_tsv_created, mi_tsv_deleted): New.
	* tracepoint.c (delete_trace_state_variable): Call
	observer_notify_tsv_deleted.
	(trace_variable_command): Call observer_notify_tsv_created.
	(delete_trace_variable_command): Call
	observer_notify_tsv_deleted.
	(create_tsv_from_upload): Call observer_notify_tsv_created.
	* NEWS: Mention it.
gdb/testsuite:
	gdb.trace/mi-tsv-changed.exp: New.
Yao Qi [Tue, 18 Sep 2012 11:33:43 +0000 (11:33 +0000)]
 
gdb/doc:
	* observer.texi (GDB Observers): New observer 'traceframe_changed'.
	* gdb.texinfo (GDB/MI Async Records): Mention new MI notification
	'=traceframe-changed'.
gdb:
	* tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
	if traceframe changed.
	* mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
	"trace-find".
	* mi/mi-interp.c: Declare 'mi_traceframe_changed'.
	(mi_interpreter_init): Hook mi_traceframe_changed to observer
	'traceframe_changed'.
	(mi_traceframe_changed): New.
	* mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
	New field.
	* NEWS: Mention the new MI notification.
gdb/testsuite:
	* gdb.trace/mi-traceframe-changed.exp: New.
H.J. Lu [Tue, 18 Sep 2012 00:41:59 +0000 (00:41 +0000)]
 
Ignore discarded section when converting mov to lea
	* elf32-i386.c (elf_i386_convert_mov_to_lea): Ignore discarded
	section.
	* elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
gdbadmin [Tue, 18 Sep 2012 00:00:32 +0000 (00:00 +0000)]
 
*** empty log message ***
Alan Modra [Tue, 18 Sep 2012 00:00:04 +0000 (00:00 +0000)]
 
daily update
Mike Wrighton [Mon, 17 Sep 2012 20:39:13 +0000 (20:39 +0000)]
 
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog
and into gdb/Changelog.
H.J. Lu [Mon, 17 Sep 2012 19:51:25 +0000 (19:51 +0000)]
 
Assemble all sources files in each test
	* ld-elf/shared.exp (build_cxx_tests): Move out the commented out
	test.
	* lib/ld-lib.exp (run_ld_link_exec_tests): Assemble all sources
	files in each test.