external/binutils.git
13 years agogas/
Richard Sandiford [Wed, 29 Jun 2011 20:46:10 +0000 (20:46 +0000)]
gas/
* config/tc-mips.c (append_insn): Always clear the history after an
unconditional branch.

13 years agogas/
Richard Sandiford [Wed, 29 Jun 2011 20:42:48 +0000 (20:42 +0000)]
gas/
* config/tc-mips.c (find_altered_mips16_opcode): New function.
(append_insn): Use it.

opcodes/
* mips16-opc.c (jalrc, jrc): Move earlier in file.

13 years agogas/
Richard Sandiford [Wed, 29 Jun 2011 20:39:00 +0000 (20:39 +0000)]
gas/
* config/tc-mips.c (insn_uses_reg): Delete.
(gpr_read_mask, gpr_write_mask): New functions.
(fpr_read_mask, fpr_write_mask): Likewise.
(insns_between, nops_for_vr4130, append_insn): Use them.

gas/testsuite/
* gas/mips/mips16-e.d, gas/mips/mips16-f.d,
gas/mips/mipsel16-e.d, gas/mips/mipsel16-f.d,
gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Fix GPR mask.
* gas/mips/reginfo-1.s, gas/mips/reginfo-1a.d,
gas/mips/reginfo-1b.d: New tests.
* gas/mips/mips.exp: Run them.

13 years agogas/
Richard Sandiford [Wed, 29 Jun 2011 20:35:05 +0000 (20:35 +0000)]
gas/
* config/tc-mips.c (md_mips_end): Call mips_emit_delays.

gas/testsuite/
* gas/mips/24k-triple-stores-9.d: Add -z to dump options and
explicitly match one nop.
* gas/mips/24k-triple-stores-10.d: Likewise.
* gas/mips/24k-triple-stores-11.d: Likewise.
* gas/mips/lifloat.d: Likewise.
* gas/mips/trunc.d: Likewise 1 extra nop.
* gas/mips/vr4111.d: Likewise 2 nops.

13 years ago PR testsuite/12040:
Tom Tromey [Wed, 29 Jun 2011 17:50:47 +0000 (17:50 +0000)]
PR testsuite/12040:
* gdb.fortran/array-element.exp: Use f90, not f77.
* gdb.fortran/complex.exp: Use f90, not f77.
* gdb.fortran/derived-type.exp: Use f90, not f77.
* gdb.fortran/library-module.exp: Use f90, not f77.
* gdb.fortran/logical.exp: Use f90, not f77.
* gdb.fortran/module.exp: Use f90, not f77.
* gdb.fortran/multi-dim.exp: Use f90, not f77.
* gdb.fortran/subarray.exp: Use f90, not f77.

13 years agogdb
Tom Tromey [Wed, 29 Jun 2011 17:30:01 +0000 (17:30 +0000)]
gdb
2011-06-29  André Pönitz  <andre.poenitz@nokia.com>

* mi/mi-main.c (mi_cmd_list_features): Emit
breakpoint-notifications.
gdb/doc
* gdb.texinfo (GDB/MI Miscellaneous Commands): Document
breakpoint-notifications feature.

13 years ago * readelf.c (get_section_type_name): When displaying an unknown
Nick Clifton [Wed, 29 Jun 2011 16:51:37 +0000 (16:51 +0000)]
* readelf.c (get_section_type_name): When displaying an unknown
section type display the hex value first on the assumption that
the full message will probably be truncated into a 15 character
field.

13 years ago PR gas/12931
Nick Clifton [Wed, 29 Jun 2011 16:29:38 +0000 (16:29 +0000)]
PR gas/12931
* config/tc-arm.c (mapping_state): When changing to ARM or THUMB
state set the minimum required alignment of the section.

13 years ago * gdb.texinfo (Target Description): Remove warning about
Ulrich Weigand [Wed, 29 Jun 2011 16:28:22 +0000 (16:28 +0000)]
* gdb.texinfo (Target Description): Remove warning about
possibly unstable format.

13 years agogdb
Tom Tromey [Wed, 29 Jun 2011 15:32:40 +0000 (15:32 +0000)]
gdb
PR fortran/10036:
* valprint.h (generic_emit_char, generic_printstr): Declare.
* valprint.c (wchar_printable, append_string_as_wide)
(print_wchar): Move from c-lang.c.
(generic_emit_char): New function; mostly taken from c_emit_char.
(generic_printstr): New function; mostly taken from c_printstr.
* f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
represented as arrays.
<TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
type.
* f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
identically to TYPE_CODE_INT.
* f-lang.c (f_get_encoding): New function.
(f_emit_char): Use generic_emit_char.
(f_printchar): Replace comment.
(f_printstr): Use generic_printstr.
* dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
"character" types specially.
<DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
for Fortran.
* c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
Move to valprint.c
(c_emit_char): Call generic_emit_char.
(c_printstr): Call generic_printstr.
gdb/testsuite
* gdb.fortran/charset.exp: New file.
* gdb.fortran/charset.f90: New file.

13 years agogdb/
Gary Benson [Wed, 29 Jun 2011 15:20:34 +0000 (15:20 +0000)]
gdb/
* breakpoint.c (bpstat_what): Removed duplicated case.

13 years ago PR testsuite/12040:
Tom Tromey [Wed, 29 Jun 2011 14:44:45 +0000 (14:44 +0000)]
PR testsuite/12040:
* lib/future.exp: New file, mostly extracted from ada.exp.
Rewrote compatibility code to use rename.
(gdb_find_gfortran): New proc.
(gdb_default_target_compile): Refresh from dejagnu; plus a pending
gfortran patch.
* lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
Move to future.exp.
* lib/gdb.exp: Always load future.exp.

13 years ago PR gold/12818
Ian Lance Taylor [Wed, 29 Jun 2011 14:43:08 +0000 (14:43 +0000)]
PR gold/12818
* symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
symbols which are not used in a relocation.

13 years ago2011-06-29 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 29 Jun 2011 11:12:25 +0000 (11:12 +0000)]
2011-06-29  Tristan Gingold  <gingold@adacore.com>

* config/tc-i386.c (i386_mach): Convert to ISO-C.
(md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
(md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
(md_section_align, tc_gen_reloc): Ditto.

13 years ago PR gold/12898
Ian Lance Taylor [Wed, 29 Jun 2011 00:39:54 +0000 (00:39 +0000)]
PR gold/12898
* layout.cc (Layout::segment_precedes): Don't crash if a linker
script create indistinguishable segments.
(Layout::set_segment_offsets): Use stable_sort when sorting
segments.  Pass this to Compare_segments constructor.
* layout.h (class Layout): Make segment_precedes non-static.
(class Compare_segments): Change from struct to class.  Add
layout_ field.  Add constructor.
* script-sections.cc
(Script_sections::attach_sections_using_phdrs_clause): Rename
local orphan to is_orphan.  Don't report failure to put empty
section in segment.  On attachment failure, report name of
section, and attach to first PT_LOAD segment.

13 years ago*** empty log message ***
gdbadmin [Wed, 29 Jun 2011 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

13 years agodaily update
Alan Modra [Wed, 29 Jun 2011 00:00:05 +0000 (00:00 +0000)]
daily update

13 years ago PR gold/12934
Ian Lance Taylor [Tue, 28 Jun 2011 23:12:31 +0000 (23:12 +0000)]
PR gold/12934
* target-select.cc (Target_selector::Target_selector): Add
emulation parameter.  Change all callers.
(select_target_by_bfd_name): Rename from select_target_by_name.
Change all callers.
(select_target_by_emulation): New function.
(supported_emulation_names): New function.
* target-select.h (class Target_selector): Add emulation_ field.
Update declarations.
(Target_selector::recognize_by_bfd_name): Rename from
recognize_by_name.  Change all callers.
(Target_selector::supported_bfd_names): Rename from
supported_names.  Change all callers.
(Target_selector::recognize_by_emulation): New function.
(Target_selector::supported_emulations): New function.
(Target_selector::emulation): New function.
(Target_selector::do_recognize_by_bfd_name): Rename from
do_recognize_by_name.  Change all callers.
(Target_selector::do_supported_bfd_names): Rename from
do_supported_names.  Change all callers.
(Target_selector::do_recognize_by_emulation): New function.
(Target_selector::do_supported_emulations): New function.
(select_target_by_bfd_name): Change name in declaration.
(select_target_by_emulation): Declare.
(supported_emulation_names): Declare.
* parameters.cc (parameters_force_valid_target): Try to find
target based on emulation from -m option.
* options.h (class General_options): Change doc string for -m.
* options.cc (help): Print emulations.
(General_options::parse_V): Likewise.
* freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
Add emulation parameter.  Change all callers.

13 years ago * target.h (class Target): Add osabi_ field.
Ian Lance Taylor [Tue, 28 Jun 2011 22:25:14 +0000 (22:25 +0000)]
* target.h (class Target): Add osabi_ field.
(Target::osabi): New function.
(Target::set_osabi): New function.
(Target::Target): Initialize osabi_.
(Target::do_adjust_elf_header): Make pure virtual.
(Sized_target::do_adjust_elf_header): Declare.
* target.cc (Sized_target::do_adjust_elf_header): New function.
(class Sized_target): Instantiate all versions.
* freebsd.h (class Target_freebsd): Remove.
(Target_selector_freebsd::do_recognize): Call set_osabi on
Target.
(Target_selector_freebsd::do_recognize_by_name): Likewise.
(Target_selector_freebsd::set_osabi): Remove.
* i386.cc (class Target_i386): Inherit from Sized_target rather
than Target_freebsd.
* x86_64.cc (class Target_x86_64): Likewise.

13 years ago * target.h (Target::can_check_for_function_pointers): Rewrite.
Ian Lance Taylor [Tue, 28 Jun 2011 21:15:42 +0000 (21:15 +0000)]
* target.h (Target::can_check_for_function_pointers): Rewrite.
Make non-virtual.
(Target::can_icf_inline_merge_sections): Likewise.
(Target::section_may_have_icf_unsafe_poineters): Likewise.
(Target::Target_info): Add can_icf_inline_merge_sections field.
(Target::do_can_check_for_function_pointers): New virtual
function.
(Target::do_section_may_have_icf_unsafe_pointers): Likewise.
* arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
from can_check_for_function_pointers, move in file.
(Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
section_may_have_icf_unsafe_poineters, move in file.
(Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
* i386.cc (Target_i386::do_can_check_for_function_pointers):
Rename from can_check_for_function_pointers, move in file.
(Target_i386::can_icf_inline_merge_sections): Remove.
(Target_i386::i386_info): Initialize
can_icf_inline_merge_sections.
* powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
Initialize can_icf_inline_merge_sections.
* sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
* x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
Rename from can_check_for_function_pointers, move in file.
(Target_x86_64::can_icf_inline_merge_sections): Remove.
(Target_x86_64::x86_64_info): Initialize
can_icf_inline_merge_sections.
* testsuite/testfile.cc (Target_test::test_target_info):
Likewise.
* icf.cc (get_section_contents): Correct formatting.

13 years ago2011-06-28 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 28 Jun 2011 13:33:33 +0000 (13:33 +0000)]
2011-06-28  Tristan Gingold  <gingold@adacore.com>

* config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
generate dummy fix.

13 years ago * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
Tom Tromey [Tue, 28 Jun 2011 13:09:12 +0000 (13:09 +0000)]
* python/python-internal.h (PY_SSIZE_T_CLEAN): Define.

13 years ago2011-06-28 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 28 Jun 2011 09:23:53 +0000 (09:23 +0000)]
2011-06-28  Tristan Gingold  <gingold@adacore.com>

* config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
(emit_jsrjmp): Ditto.
(tc_gen_reloc): Ditto.

13 years ago2011-06-28 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 28 Jun 2011 08:39:39 +0000 (08:39 +0000)]
2011-06-28  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (vms_private_data_struct): Make vms_linkage_index
unsigned int.
(_bfd_vms_write_etir): Write linkage index from reloc.

13 years ago2011-06-28 Yao Qi <yao@codesourcery.com>
Yao Qi [Tue, 28 Jun 2011 08:36:18 +0000 (08:36 +0000)]
2011-06-28  Yao Qi  <yao@codesourcery.com>

* gdb.cp/exception.cc: Don't include iostream.
(bar): Remove print statement.
(catcher): New.
(main): Remove print statements.  Call function catcher.
* gdb.cp/exception.exp : Don't match inferior's output in regexp.
Set breakpoint on catcher, and check the value of parameter.

13 years ago2011-06-28 Fawzi Mohamed <fawzi.mohamed@nokia.com>
Tristan Gingold [Tue, 28 Jun 2011 07:45:53 +0000 (07:45 +0000)]
2011-06-28  Fawzi Mohamed <fawzi.mohamed@nokia.com>

* mach-o.c (bfd_mach_o_read_command): Also ignore
BFD_MACH_O_LC_ROUTINES_64.

13 years ago2011-06-28 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Tue, 28 Jun 2011 07:40:16 +0000 (07:40 +0000)]
2011-06-28  Tristan Gingold  <gingold@adacore.com>

* config/tc-alpha.c (alpha_evax_proc_hash): Remove.
(alpha_evax_proc_data): New variable.
(s_alpha_ent): Prevent nested function.  Remove has_insert call.
(s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
error.  Do not search in the hash table.  Check if match with .ent.
(s_alpha_name): Remove unused variable.
(md_begin): Remove initialization of alpha_evax_proc_hash.

13 years ago * symtab.cc (Symbol::versioned_name): New function.
Ian Lance Taylor [Tue, 28 Jun 2011 05:39:45 +0000 (05:39 +0000)]
* symtab.cc (Symbol::versioned_name): New function.
(Symbol_table::add_to_final_symtab): Use versioned_name when
appropriate.
(Symbol_table::sized_write_symbol): Likewise.
* symtab.h (class Symbol): Declare versioned_name.
* stringpool.h (class Stringpool_template): Add variant of add
which takes a std::basic_string.
* testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
(ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
(ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
(ver_test_12.o): New target.
* testsuite/Makefile.in: Rebuild.

13 years agodaily update
Alan Modra [Tue, 28 Jun 2011 00:00:06 +0000 (00:00 +0000)]
daily update

13 years ago*** empty log message ***
gdbadmin [Tue, 28 Jun 2011 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

13 years ago * valops.c (find_overload_match): Call do_cleanups before early
Tom Tromey [Mon, 27 Jun 2011 19:21:51 +0000 (19:21 +0000)]
* valops.c (find_overload_match): Call do_cleanups before early
return.
* top.c (execute_command): Call do_cleanups before early return.
(command_loop): Likewise.
* stack.c (backtrace_command): Make a null cleanup early.  Don't
conditionally call do_cleanups.
* python/py-value.c (TRY_CATCH): Move cleanup handling into
TRY_CATCH.
* python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
so cleanups are always run.
* mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
* findcmd.c (parse_find_args): Call do_cleanups on early return
path.
* dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
Don't conditionally call do_cleanups.
* cli/cli-script.c (execute_user_command): Initialize 'old_chain'
later.

13 years ago2011-06-27 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 27 Jun 2011 17:53:32 +0000 (17:53 +0000)]
2011-06-27  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_relocate_functions::thm_jump8,
Arm_relocate_functions::thm_jump11): Use a wider signed
type to compute offset.
* testsuite/Makefile.am: Add new tests arm_thm_jump11 and
arm_thm_jump8.
* testsuite/Makefile.in: Regenerate.
* testsuite/arm_branch_in_range.sh: Check test results of
arm_thm_jump11 and arm_thm_jump8.
* testsuite/arm_thm_jump11.s: New test source file.
* testsuite/arm_thm_jump11.t: New linker script.
* testsuite/arm_thm_jump8.s: New test source file.
* testsuite/arm_thm_jump8.t: New linker script.

13 years ago * MAINTAINERS (Write After Approval): Use default email address.
Eric Botcazou [Mon, 27 Jun 2011 17:00:39 +0000 (17:00 +0000)]
* MAINTAINERS (Write After Approval): Use default email address.

13 years agoAdd Eric Botcazou to the list of `Write After Approval' contributors
Joel Brobecker [Mon, 27 Jun 2011 16:38:27 +0000 (16:38 +0000)]
Add Eric Botcazou to the list of `Write After Approval' contributors

       * MAINTAINERS (Write After Approval): Add Eric Botcazou.

13 years agoAdd support for single register window model on SPARC
Joel Brobecker [Mon, 27 Jun 2011 16:36:00 +0000 (16:36 +0000)]
Add support for single register window model on SPARC

        2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
        * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
        saved_regs_mask and copied_regs_mask fields.
        (sparc_record_save_insn): New prototype.
        * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
        (sparc_record_save_insn): New function.
        (sparc_analyze_prologue): Add head comment.  Recognize store insns
        of call-saved registers.  Use OFFSET consistently.  Recognize flat
        frames and cache their settings.
        (sparc32_skip_prologue): Handle flat frames.
        (sparc_frame_cache): Add frame_offset to the base address.
        (sparc32_frame_cache): Adjust to new frame description.
        (sparc32_frame_prev_register): Likewise.
        * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
        * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
        * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
        * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
        frame by calling sparc_record_save_insn.
        * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
        * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
        * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.

13 years ago * ld-elf/elf.exp: Exlcude all v850 targets from note-3 test.
Nick Clifton [Mon, 27 Jun 2011 15:02:56 +0000 (15:02 +0000)]
* ld-elf/elf.exp: Exlcude all v850 targets from note-3 test.

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 14:08:15 +0000 (14:08 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
Locally declare basesym.  Add comments.  Do not set literal_pool_size.
(load_expression): Adjust call to add_to_link_pool.
(s_alpha_pdesc): Define pdesc symbol using dot.
Do not set literal_pool_size.
(s_alpha_end): Use NULL instead of 0.

13 years ago * ld-elf/elf.exp: Exclude more targets from note-3 test.
Alan Modra [Mon, 27 Jun 2011 13:34:21 +0000 (13:34 +0000)]
* ld-elf/elf.exp: Exclude more targets from note-3 test.

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 13:03:15 +0000 (13:03 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (_bfd_vms_write_etir): Use 'section' to get current
section target index.

13 years ago * cisco-core.c (cisco_core_little_vec): Add initialization of
Nick Clifton [Mon, 27 Jun 2011 10:09:00 +0000 (10:09 +0000)]
* cisco-core.c (cisco_core_little_vec): Add initialization of
match_priority field.

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 10:03:42 +0000 (10:03 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
Fix style.
* config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
field.  Add comments.
(obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 08:41:39 +0000 (08:41 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
field by map_addr and map_len.
(dwarf2_read_section): Adjust for the new bfd_mmap api.
(munmap_section_buffer): Likewise.

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 08:41:00 +0000 (08:41 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* cache.c: Include bfd_stdint.h.
(cache_bmmap): Change profile.  Return region start and size.
* bfdio.c (struct bfd_iovec): Change bmmap profile.
(bfd_mmap): Change profile and adjust.   Update comment.
(memory_bmmap): Change profile.
* opncls.c (opncls_bmmap): Change profile.
* vms-lib.c (vms_lib_bmmap): Likewise.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.

13 years ago2011-06-27 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 27 Jun 2011 08:24:21 +0000 (08:24 +0000)]
2011-06-27  Tristan Gingold  <gingold@adacore.com>

* vms-misc.c (vms_time_to_time_t): Adjust overflow detection.
Add comment.

13 years ago*** empty log message ***
gdbadmin [Mon, 27 Jun 2011 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

13 years agodaily update
Alan Modra [Mon, 27 Jun 2011 00:00:05 +0000 (00:00 +0000)]
daily update

13 years agoRemove previous patch, committed in error.
Richard Sandiford [Sun, 26 Jun 2011 09:19:17 +0000 (09:19 +0000)]
Remove previous patch, committed in error.

13 years agogas/
Richard Sandiford [Sun, 26 Jun 2011 09:16:35 +0000 (09:16 +0000)]
gas/
* config/tc-mips.c (insn_uses_reg): Delete.
(gpr_read_mask, gpr_write_mask): New functions.
(fpr_read_mask, fpr_write_mask): Likewise.
(insns_between, nops_for_vr4130, append_insn): Use them.

gas/testsuite/
* gas/mips/mips16-e.d, gas/mips/mips16-f.d,
gas/mips/mipsel16-e.d, gas/mips/mipsel16-f.d,
gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Fix GPR mask.

13 years agogas/
Richard Sandiford [Sun, 26 Jun 2011 08:32:50 +0000 (08:32 +0000)]
gas/
* config/tc-mips.c (fix_24k_record_store_info): If the previous
instruction was a store, and the next instructions are unknown,
assume the worst.

gas/testsuite/
* gas/mips/24k-branch-delay-1.d: Do not allow stores to be put
into delay slots.
* gas/mips/24k-triple-stores-1.d: Put the first nop after the
second store, rather than the first.
* gas/mips/24k-triple-stores-2.d: Likewise.
* gas/mips/24k-triple-stores-4.d: Likewise.
* gas/mips/24k-triple-stores-8.d: Likewise.
* gas/mips/24k-triple-stores-3.d: Remove first nop.
* gas/mips/24k-triple-stores-5.d: Likewise.
* gas/mips/24k-triple-stores-6.d: Likewise.
* gas/mips/24k-triple-stores-7.d: Likewise.
* gas/mips/24k-triple-stores-9.d: Add a nop after the second store.
Expect a nop at the end.
* gas/mips/24k-triple-stores-10.d: Put the first nop after the
second store, rather than the first.  Expect a nop at the end.

13 years ago*** empty log message ***
gdbadmin [Sun, 26 Jun 2011 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 26 Jun 2011 00:00:05 +0000 (00:00 +0000)]
daily update

13 years agoProperly define elf_backend_post_process_headers.
H.J. Lu [Sat, 25 Jun 2011 18:03:03 +0000 (18:03 +0000)]
Properly define elf_backend_post_process_headers.

2011-06-25  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c (elf_backend_post_process_headers): Don't
define for FreeBSD/x86-64 nor FreeBSD/L1OM.  Define for L1OM.

13 years agogas/
Richard Sandiford [Sat, 25 Jun 2011 10:11:46 +0000 (10:11 +0000)]
gas/
PR gas/12915
* config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
(nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
(mips_emit_delays, start_noreorder): Update accordingly.
(append_insn): Likewise.  Revert original fix for this PR
and use the ignore parameter instead.

gas/testsuite/
* gas/mips/vr4130.s: Add some more ".set noreorder" tests.
* gas/mips/vr4130.d: Update accordingly.

13 years agobfd/
Jan Kratochvil [Sat, 25 Jun 2011 00:43:15 +0000 (00:43 +0000)]
bfd/
* elf64-x86-64.c (elf_x86_64_link_hash_table_create): Initialize
PLT_EH_FRAME.
* elf32-i386.c (elf_i386_link_hash_table): Likewise.

13 years ago * layout.cc: Include "object.h".
Ian Lance Taylor [Sat, 25 Jun 2011 00:40:57 +0000 (00:40 +0000)]
* layout.cc: Include "object.h".
(ctors_sections_in_init_array): New static variable.
(Layout::is_ctors_in_init_array): New function.
(Layout::layout): Add entry to ctors_sections_in_init_array if
appropriate.
* layout.h (class Layout): Declare is_ctors_in_init_array.
* reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
is_ctors_reverse_view is set.
(Sized_relobj_file::write_sections): Add layout parameter.  Change
all callers.  Set is_ctors_reverse_view field of View_size.
(Sized_relobj_file::reverse_words): New function.
* object.h (Sized_relobj_file::View_size): Add
is_ctors_reverse_view field.
(class Sized_relobj_file): Update declarations.
* testsuite/initpri3.c: New test.
* testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
initpri3b.
(initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
(initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
(initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
(initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
* testsuite/Makefile.in: Rebuild.

13 years agodaily update
Alan Modra [Sat, 25 Jun 2011 00:00:05 +0000 (00:00 +0000)]
daily update

13 years ago*** empty log message ***
gdbadmin [Sat, 25 Jun 2011 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

13 years ago * varobj.c (update_dynamic_varobj_children): Make 'name' const.
Tom Tromey [Fri, 24 Jun 2011 19:47:37 +0000 (19:47 +0000)]
* varobj.c (update_dynamic_varobj_children): Make 'name' const.
* symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
* python/python.c (gdbpy_parameter): Make 'arg' const.
(execute_gdb_command): Likewise.
(gdbpy_decode_line): Likewise.  Copy it.
(gdbpy_parse_and_eval): Make 'expr_string' const.  Copy it.
(gdbpy_write): Make 'arg' const.
* python/py-type.c (typy_lookup_typename): Make 'type_name'
const.
(gdbpy_lookup_type): Likewise.
* python/py-prettyprint.c (print_children): Make 'name' const.
* python/py-param.c (parmpy_init): Make 'name' const.  Copy it.
* python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
Py_ssize_t.
* python/py-function.c (fnpy_init): Make 'name' const.
* python/py-cmd.c (cmdpy_init): Make 'name' const.  Copy it.
(gdbpy_string_to_argv): Make 'input' const.
* python/py-breakpoint.c (bppy_init): Make 'spec' const.  Copy
it.
* gdbtypes.h (lookup_typename): Update.
* gdbtypes.c (lookup_typename): Make 'name' const.
(lookup_struct): Likewise.
(lookup_union): Likewise.
(lookup_enum): Likewise.

13 years ago * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
Tom Tromey [Fri, 24 Jun 2011 19:29:49 +0000 (19:29 +0000)]
* Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
gdb_thread_db.h.  Move all common/ entries to be together.
(TAGS): Don't depend on DEPFILES.

13 years ago * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
Cary Coutant [Fri, 24 Jun 2011 18:08:50 +0000 (18:08 +0000)]
* testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
(debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
(debug_msg_cdebug.err): New targets.
* testsuite/Makefile.in: Regenerate.
* testsuite/debug_msg.sh: Check output of link with compressed debug.
Fix checks for link with shared library.

13 years ago PR ld/12928
Richard Henderson [Fri, 24 Jun 2011 17:38:17 +0000 (17:38 +0000)]
    PR ld/12928
        * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Recover the
        tlsgd insn before swapping adjacent insns.

13 years ago2011-06-24 Doug Kwan <dougkwan@google.com>
Doug Kwan [Fri, 24 Jun 2011 16:40:34 +0000 (16:40 +0000)]
2011-06-24  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_output_section::append_text_sections_to_list): Do not
skip empty text sections.
* testsuite/arm_exidx_test.s: Test handling of an empty text section.

13 years ago2011-06-24 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 24 Jun 2011 15:44:41 +0000 (15:44 +0000)]
2011-06-24  Tristan Gingold  <gingold@adacore.com>

PR gas/11625
* config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.

13 years ago2011-06-24 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 24 Jun 2011 15:22:40 +0000 (15:22 +0000)]
2011-06-24  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (alpha_vms_slurp_relocs): Add a guard for relocs in the
absolute section.

13 years ago2011-06-24 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 24 Jun 2011 15:16:03 +0000 (15:16 +0000)]
2011-06-24  Tristan Gingold  <gingold@adacore.com>

* config/tc-alpha.c (add_to_link_pool): Remove useless offset
variable.  Fix style.

13 years agoAdd testcases for PR ld/12921.
H.J. Lu [Fri, 24 Jun 2011 14:03:15 +0000 (14:03 +0000)]
Add testcases for PR ld/12921.

2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/12921
* ld-i386/i386.exp: Run pr12921.
* ld-x86-64/x86-64.exp: Likewise.

* ld-i386/pr12921.d: New.
* ld-i386/pr12921.s: Likewise.
* ld-x86-64/pr12921.d: Likewise.
* ld-x86-64/pr12921.s: Likewise.

13 years ago PR ld/12921
Alan Modra [Fri, 24 Jun 2011 03:36:40 +0000 (03:36 +0000)]
PR ld/12921
* elf.c (assign_file_positions_for_load_sections): Don't align
sh_offset for all SHT_NOBITS sections here, just .tbss sections
that don't get a PT_LOAD.

13 years agodaily update
Alan Modra [Fri, 24 Jun 2011 00:00:05 +0000 (00:00 +0000)]
daily update

13 years ago*** empty log message ***
gdbadmin [Fri, 24 Jun 2011 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

13 years agogas/
Richard Sandiford [Thu, 23 Jun 2011 20:21:38 +0000 (20:21 +0000)]
gas/
PR gas/12915
* config/tc-mips.c (append_insn): Only consider hazards between the
pre-noreorder block and ip.

gas/testsuite/
* gas/mips/pr12915.s, gas/mips/pr12915.d: New test.
* gas/mips/mips.exp: Run it.

13 years ago2011-06-23 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 23 Jun 2011 15:08:01 +0000 (15:08 +0000)]
2011-06-23  Yao Qi  <yao@codesourcery.com>

* infrun.c (start_remote): Move call init_wait_for_inferior to ...
* remote.c (remote_start_remote): ... here.
* monitor.c (monitor_open): ... here.

13 years ago2011-06-23 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 23 Jun 2011 14:38:13 +0000 (14:38 +0000)]
2011-06-23  Yao Qi  <yao@codesourcery.com>

* gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1.2 is disabled.  KFAIL for uclinux.

13 years agohttp://sourceware.org/ml/gdb-patches/2011-06/msg00136.html
Andrew Burgess [Thu, 23 Jun 2011 09:51:57 +0000 (09:51 +0000)]
sourceware.org/ml/gdb-patches/2011-06/msg00136.html

2011-06-23  Andrew Burgess  <aburgess@broadcom.com>

* gdbtypes.c (append_composite_type_field_aligned): Fix
calculation of bit position based on alignment.

13 years agoFix races in mi2-var-display.exp.
Marek Polacek [Thu, 23 Jun 2011 09:51:11 +0000 (09:51 +0000)]
Fix races in mi2-var-display.exp.

13 years agoFix races in mi2-return.exp.
Marek Polacek [Thu, 23 Jun 2011 09:45:24 +0000 (09:45 +0000)]
Fix races in mi2-return.exp.

13 years agoFix races in mi2-console.exp.
Marek Polacek [Thu, 23 Jun 2011 09:40:50 +0000 (09:40 +0000)]
Fix races in mi2-console.exp.

13 years agoFix races in mi2-basics.exp.
Marek Polacek [Thu, 23 Jun 2011 09:38:14 +0000 (09:38 +0000)]
Fix races in mi2-basics.exp.

13 years ago gdb/testsuite/
Yao Qi [Thu, 23 Jun 2011 07:46:13 +0000 (07:46 +0000)]
gdb/testsuite/

* gdb.base/moribund-step.exp: Skip test if displaced stepping is not
supported.
* lib/gdb.exp (support_displaced_stepping): New.

13 years ago2011-06-23 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 23 Jun 2011 06:26:28 +0000 (06:26 +0000)]
2011-06-23  Yao Qi  <yao@codesourcery.com>

* gdb.threads/execl.exp: Skip on remote target.

13 years ago PR gold/12910
Ian Lance Taylor [Thu, 23 Jun 2011 00:46:14 +0000 (00:46 +0000)]
PR gold/12910
* options.h (class General_options): Add --ctors-in-init-array.
* layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
friends as SHT_PROGBITS for merging sections.
(Layout::layout): Remove special handling of .init_array and
friends.  Don't sort if doing relocatable link.  Sort for .ctors
and .dtors if ctors_in_init_array.
(Layout::make_output_section): Force correct section types for
.init_array and friends.  Don't sort if doing relocatable link,
Don't sort .ctors and .dtors if ctors_in_init_array.
(Layout::section_name_mapping): Remove .ctors. and .dtorso.
(Layout::output_section_name): Add relobj parameter.  Change all
callers.  Handle .ctors. and .dtors. in code rather than table.
Handle .ctors and .dtors if ctors_in_init_array.
(Layout::match_file_name): New function, moved from output.cc.
* layout.h (class Layout): Update declarations.
* output.cc: Include "layout.h".
(Input_section_sort_entry::get_priority): New function.
(Input_section_sort_entry::match_file_name): Just call
Layout::match_file_name.
(Output_section::Input_section_sort_init_fini_compare::operator()):
Handle .ctors and .dtors.  Sort by explicit priority rather than
by name.
* configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
* testsuite/initpri2.c: New test.
* testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
(check_PROGRAMS): Add initpri2.
(initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
(initpri2_LDFLAGS, initpri2_LDADD): New variables.
* configure, testsuite/Makefile.in: Rebuild.

13 years ago*** empty log message ***
gdbadmin [Thu, 23 Jun 2011 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

13 years agodaily update
Alan Modra [Thu, 23 Jun 2011 00:00:06 +0000 (00:00 +0000)]
daily update

13 years ago * elf32-sh.c (sh_elf_relocate_section): Allow R_SH_TLS_LE_32 for PIE.
Kaz Kojima [Wed, 22 Jun 2011 22:02:16 +0000 (22:02 +0000)]
* elf32-sh.c (sh_elf_relocate_section): Allow R_SH_TLS_LE_32 for PIE.
(sh_elf_check_relocs): Likewise.

13 years agomerge from gcc
DJ Delorie [Wed, 22 Jun 2011 19:13:44 +0000 (19:13 +0000)]
merge from gcc

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:53:44 +0000 (17:53 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.c (bpstat_stop_status): Call the check_status
breakpoint_ops method.
(print_one_breakpoint_location): Also print the condition for Ada
exception catchpoints.
(allocate_bp_location): New, factored out from
allocate_bp_location.
(allocate_bp_location): Adjust.  Call the owner breakpoint's
allocate_location method, if there is one.
(free_bp_location): Call the locations's dtor method, if there is
one.
(init_raw_breakpoint_without_location): New breakpoint_ops
parameter.  Use it.
(set_raw_breakpoint_without_location): Adjust.
(init_raw_breakpoint): New breakpoint_ops parameter.  Pass it down.
(set_raw_breakpoint): Adjust.
(catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
(catch_syscall_breakpoint_ops): Install NULL allocate_location,
re_set and check_status methods.
(init_catchpoint): Don't memset, initialize thread, addr_string
and enable_state.  Pass the ops down to init_raw_breakpoint.
(install_catchpoint): Rename to ...
(install_breakpoint): ... this, and make extern.
(create_fork_vfork_event_catchpoint): Adjust.
(catch_exec_breakpoint_ops): Install NULL allocate_location,
re_set and check_status methods.
(create_syscall_event_catchpoint): Adjust.
(ranged_breakpoint_ops, watchpoint_breakpoint_ops)
(masked_watchpoint_breakpoint_ops): Install NULL
allocate_location, re_set and check_status methods.
(catch_exec_command_1): Adjust.
(gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
re_set and check_status methods.
(create_ada_exception_breakpoint): Rename to ...
(init_ada_exception_breakpoint): ... this.  Add a struct
breakpoint parameter, and delete the exp_string, cond_string and
cond parameters.  Use init_raw_breakpoint, and don't install or
mention the breakpoint yet.  Don't clear breakpoint fields that
init_raw_breakpoint already clears.
(re_set_breakpoint): Delete, split into ...
(breakpoint_re_set_default, prepare_re_set_context): ... these new
functions.
(breakpoint_re_set_one): Call the breakpoint's
breakpoint_ops->re_set implementation, if there's one.  Adjust.
* breakpoint.h: Forward declare struct bpstats and struct bp_location.
(struct bp_location_ops): New type.
(struct bp_location): New field `ops'.
(struct breakpoint_ops): New `allocate_location', `re_set' and
`check_status' fields.  Make `breakpoint_hit''s description match
reality.
(init_bp_location): Declare.
(breakpoint_re_set_default): Declare.
(create_ada_exception_breakpoint): Rename to ...
(init_ada_exception_breakpoint): ... this.  Add a struct
breakpoint parameter, and delete the exp_string, cond_string and
cond parameters.
(install_breakpoint): Declare.
* ada-lang.c: Include exceptions.h.
<Ada exceptions description>: Update.
(struct ada_catchpoint_location): New type.
(ada_catchpoint_location_dtor): New function.
(ada_catchpoint_location_ops): New global.
(ada_catchpoint): New type.
(create_excep_cond_exprs): New function.
(dtor_exception, allocate_location_exception, re_set_exception)
(should_stop_exception, check_status_exception): New functions.
(print_one_exception, print_mention_exception)
(print_recreate_exception): Adjust.
(dtor_catch_exception, allocate_location_catch_exception)
(re_set_catch_exception, check_status_catch_exception): New
functions.
(catch_exception_breakpoint_ops): Install them.
(dtor_catch_exception_unhandled)
(allocate_location_catch_exception_unhandled)
(re_set_catch_exception_unhandled)
(check_status_catch_exception_unhandled): New functions.
(catch_exception_unhandled_breakpoint_ops): Install them.
(dtor_catch_assert, allocate_location_catch_assert)
(re_set_catch_assert, check_status_catch_assert): New functions.
(catch_assert_breakpoint_ops): Install them.
(ada_exception_catchpoint_p): Delete.
(catch_ada_exception_command_split)
(ada_exception_catchpoint_cond_string): Rename exp_string
parameter to excep_string.  Adjust.
(ada_parse_catchpoint_condition): Delete.
(ada_exception_sal): Rename the exp_string parameter to
excep_string.  Delete the cond_string and cond parameters.
Adjust.
(ada_decode_exception_location): Rename the exp_string parameter
to excep_string.  Delete the cond_string and cond parameters.
Adjust.
(create_ada_exception_catchpoint): New function.
(catch_ada_exception_command, ada_decode_assert_location)
(catch_assert_command): Adjust.
* ada-lang.h (ada_exception_catchpoint_p): Delete declaration.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:52:37 +0000 (17:52 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* ada-lang.c: Include arch-utils.h.
(ada_decode_exception_location): Make static.
(catch_ada_exception_command): Moved here from breakpoint.c.
(ada_decode_assert_location): Make static.
(catch_assert_command): Moved here from breakpoint.c.
(_initialize_ada_lang): Install the exception and assert
catchpoint commands here.
* ada-lang.h (ada_decode_exception_location)
(ada_decode_assert_location): Delete declarations.
* breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
breakpoint.h.
(create_ada_exception_breakpoint): Make extern.
(catch_ada_exception_command, catch_assert_command): Moved to
ada-lang.c.
(add_catch_command): Make extern.
(_initilize_breakpoint): Don't install the exception and assert
catchpoint commands here.
* breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
breakpoint.c
(add_catch_command, create_ada_exception_breakpoint): Declare.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:16:42 +0000 (17:16 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.c (init_raw_breakpoint_without_location): Don't add
the breakpoint to the breakpoint chain here.
(set_raw_breakpoint_without_location): Add the breakpoint to the
breakpoint chain here.
(init_raw_breakpoint): Adjust comments.
(set_raw_breakpoint): Add the breakpoint to the breakpoint chain
here.
(init_catchpoint): Don't set the catchpoint's breakpoint number
here.
(install_catchpoint): New function.
(create_fork_vfork_event_catchpoint)
(create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
use install_catchpoint.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:16:00 +0000 (17:16 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.c (create_catchpoint_without_mention)
(create_catchpoint): Delete.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:15:06 +0000 (17:15 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
* breakpoint.c (init_raw_breakpoint_without_location): Remove
reference to exec_pathname.
(struct exec_catchpoint): New type.
(dtor_catch_exec): New function.
(insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
(catch_exec_breakpoint_ops): Install dtor_catch_syscall.
(catch_exec_command_1): Adjust to use init_catchpoint.
(delete_breakpoint): Remove reference to exec_pathname.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:14:29 +0000 (17:14 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.h (struct breakpoint_ops): New field `dtor'.
(struct breakpoint): Delete field `syscalls_to_be_caught'.
* breakpoint.c (init_raw_breakpoint_without_location): Remove
reference to syscalls_to_be_caught.
(catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
NULL `dtor'.
(struct syscall_catchpoint): New type.
(dtor_catch_syscall): New function.
(insert_catch_syscall, remove_catch_syscall)
(breakpoint_hit_catch_syscall, print_one_catch_syscall)
(print_recreate_catch_syscall): Adjust.
(catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
(catch_exec_breakpoint_ops): Install a NULL `dtor'.
(create_syscall_event_catchpoint): Adjust to use init_catchpoint.
(ranged_breakpoint_ops, watchpoint_breakpoint_ops)
(masked_watchpoint_breakpoint_ops)
(gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
(delete_breakpoint): Call the `dtor' breakpoint_ops method, if
there is one.  Remove references to syscalls_to_be_caught.
(catching_syscall_number): Adjust.
* ada-lang.c (catch_exception_breakpoint_ops)
(catch_exception_unhandled_breakpoint_ops)
(catch_assert_breakpoint_ops): Install a NULL `dtor'.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:12:32 +0000 (17:12 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.h (struct breakpoint): Delete forked_inferior_pid
field.
* breakpoint.c (init_raw_breakpoint_without_location): Remove
reference to forked_inferior_pid.
(struct fork_catchpoint): New type.
(breakpoint_hit_catch_fork, print_it_catch_fork)
(print_one_catch_fork, breakpoint_hit_catch_vfork)
(print_it_catch_vfork, print_one_catch_vfork): Adjust.
(create_fork_vfork_event_catchpoint): Adjust to use
init_catchpoint.

13 years ago2011-06-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 22 Jun 2011 17:11:30 +0000 (17:11 +0000)]
2011-06-22  Pedro Alves  <pedro@codesourcery.com>

* breakpoint.c (add_to_breakpoint_chain)
(init_raw_breakpoint_without_location): New functions, factored
out from ...
(set_raw_breakpoint_without_location): ... this one.
(init_raw_breakpoint): New function, factored out from
set_raw_breakpoint and adjusted to use
init_raw_breakpoint_without_location.
(set_raw_breakpoint): Adjust.
(init_catchpoint): New function, factored out from
create_catchpoint_without_mention and adjusted to use
init_raw_breakpoint.
(create_catchpoint_without_mention): Adjust.

13 years ago * elf64-alpha.c (elf64_alpha_check_relocs): No dynamic reloc for
Richard Henderson [Wed, 22 Jun 2011 16:18:24 +0000 (16:18 +0000)]
    * elf64-alpha.c (elf64_alpha_check_relocs): No dynamic reloc for
        TPREL in a PIE image.
        (alpha_dynamic_entries_for_reloc): Likewise.
        (elf64_alpha_relocate_section): Allow TPREL in PIE images.
        (elf64_alpha_relax_got_load): Likewise.

13 years agoFix races in gdb.mi/mi-var-display.exp.
Marek Polacek [Wed, 22 Jun 2011 16:12:46 +0000 (16:12 +0000)]
Fix races in gdb.mi/mi-var-display.exp.

13 years ago2011-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Ramana Radhakrishnan [Wed, 22 Jun 2011 16:06:00 +0000 (16:06 +0000)]
2011-06-22  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

       * elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
       for PIE.

13 years agoFix races in gdb.mi/mi-nsitrall.exp.
Marek Polacek [Wed, 22 Jun 2011 15:41:47 +0000 (15:41 +0000)]
Fix races in gdb.mi/mi-nsitrall.exp.

13 years agoFix races in gdb.mi/mi-nsmoribund.exp.
Marek Polacek [Wed, 22 Jun 2011 15:38:00 +0000 (15:38 +0000)]
Fix races in gdb.mi/mi-nsmoribund.exp.

13 years agoFix races in gdb.mi/mi-return.exp.
Marek Polacek [Wed, 22 Jun 2011 15:32:16 +0000 (15:32 +0000)]
Fix races in gdb.mi/mi-return.exp.

13 years ago * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
Jakub Jelinek [Wed, 22 Jun 2011 15:03:19 +0000 (15:03 +0000)]
* dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.

* dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
Handle DW_OP_GNU_parameter_ref.

13 years ago * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
Tom Tromey [Wed, 22 Jun 2011 13:38:21 +0000 (13:38 +0000)]
* dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
argument of 0 specially.