deliverable/binutils-gdb.git
14 years ago PR gdb/11321
Pedro Alves [Wed, 24 Feb 2010 20:49:50 +0000 (20:49 +0000)] 
PR gdb/11321

* inferior.h (prepare_for_detach): Declare.
(struct inferior) <detaching>: New field.
* infrun.c (prepare_for_detach): New.
(handle_inferior_event) <random signal>: Don't stop if detaching.
* target.c (target_detach): Call prepare_for_detach.

14 years ago Per-process displaced stepping queue.
Pedro Alves [Wed, 24 Feb 2010 20:47:22 +0000 (20:47 +0000)] 
Per-process displaced stepping queue.

* infrun.c (displaced_step_ptid, displaced_step_request_queue)
(displaced_step_gdbarch, displaced_step_closure,
(displaced_step_original, displaced_step_copy): Move globals to
this...
(struct displaced_step_inferior_state): ... new structure.
(displaced_step_inferior_states): New global.
(get_displaced_stepping_state, add_displaced_stepping_state)
(remove_displaced_stepping_state, infrun_inferior_exit): New
functions.
(displaced_step_clear): Add displaced_step_inferior_state
parameter, and adjust to handle it.
(displaced_step_clear_cleanup): Parameter is now a
displaced_step_inferior_state.  Adjust.
(displaced_step_prepare): Adjust.
(displaced_step_fixup, displaced_step_fixup)
(infrun_thread_ptid_changed, resume): Adjust.
(init_wait_for_inferior): Don't call displaced_step_clear.
(infrun_thread_stop_requested): Rewrite.
(_initialize_infrun): Install infrun_inferior_exit as
inferior_exit observer.

14 years ago2010-02-24 Doug Kwan <dougkwan@google.com>
Doug Kwan [Wed, 24 Feb 2010 20:45:12 +0000 (20:45 +0000)] 
2010-02-24  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_output_data_got): New class.
(ARM_TCB_SIZE): New constant
(Target_arm): Use Arm_output_data_got instead of Output_data_got.
(Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
If user uses a script with a SECTIONS clause, issue only a warning
for a misplaced EXIDX input section.  Otherwise, issue an error.
  (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
garbage collection.
(Target_arm::got_mode_index_entry): Handle static linking.
(Target_arm::Scan::local): Ditto.
(Target_arm::Scan::global): Ditto.
(Target_arm::Relocate::relocate_tls): Handle static linking.  Fix
all incorrectly implemented relocations.
(Target_arm::fix_exidx_coverage): Pass layout to
Arm_output_section::fix_exidx_coverage.
* layout.cc (Layout::section_name_mapping): Remove trailing dots
from ".ARM.exidx." and ".ARM.extab.".

14 years ago * inferior.h (ptid_match): Declare.
Pedro Alves [Wed, 24 Feb 2010 17:01:58 +0000 (17:01 +0000)] 
* inferior.h (ptid_match): Declare.
* infrun.c (ptid_match): New.
* remote.c (queued_stop_reply): Rewrite and use ptid_match.
(handle_notification): Add debug output.
* linux-nat.c (ptid_match): Delete.

14 years agogdb: Add sparc*-*-linux catch syscall support.
David S. Miller [Wed, 24 Feb 2010 15:14:31 +0000 (15:14 +0000)] 
gdb: Add sparc*-*-linux catch syscall support.

2010-02-24  David S. Miller  <davem@davemloft.net>

* gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
* syscalls/sparc-linux.xml: New.
* syscalls/sparc64-linux.xml: New.
* Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
* sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
(sparc32_linux_get_syscall_number): New function.
(sparc32_linux_init_abi): Set syscall XML file name and hook up
syscall number fetcher.
* sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
(sparc64_linux_get_syscall_number): New function.
(sparc64_linux_init_abi): Set syscall XML file name and hook up
syscall number fetcher.

14 years ago PR binutils/6773
Nick Clifton [Wed, 24 Feb 2010 15:11:44 +0000 (15:11 +0000)] 
    PR binutils/6773
        * arm-dis.c (arm_opcodes): Replace <prefix>addsubx with
        <prefix>asx.  Replace <prefix>subaddx with <prefix>sax.
        (thumb32_opcodes): Likewise.

        * gas/arm/arch7em.d: Replace expected disassembly of
        <prefix>addsubx with <prefix>asx.  Also replace <prefix>subaddx
        with <prefix>sax.
        * gas/arm/archv6.d: Likewise.
        * gas/arm/thumb32.d: Likewise.

14 years ago PR binutils/10858
Nick Clifton [Wed, 24 Feb 2010 14:21:51 +0000 (14:21 +0000)] 
    PR binutils/10858
        * elfxx-mips.c (mips_elf_create_dynamic_relocation): Ise
        SYMBOL_REFERENCES_LOCAL to exclude entries from the dynamic symbol
        table.

14 years ago * ld/testsuite/ld-arm/group-relocs.s: Mark code sections as executable.
Matthew Gretton-Dann [Wed, 24 Feb 2010 11:15:11 +0000 (11:15 +0000)] 
* ld/testsuite/ld-arm/group-relocs.s: Mark code sections as executable.
* ld/testsuite/ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
group-relocs test.
* ld/testsuite/ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.

14 years ago2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Wed, 24 Feb 2010 11:11:17 +0000 (11:11 +0000)] 
2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>

PR python/11314
* lib/gdb.exp (skip_python_tests): New function.
* gdb.python/py-cmd.exp: Use skip_python_tests.
* gdb.python/py-frame.exp: Likewise.
* gdb.python/py-function.exp: Likewise.
* gdb.python/py-prettyprint.exp: Likewise.
* gdb.python/py-template.exp: Likewise.
* gdb.python/py-type.exp: Likewise.
* gdb.python/py-value.exp: Likewise.

14 years ago Multiexec MI
Vladimir Prus [Wed, 24 Feb 2010 07:51:46 +0000 (07:51 +0000)] 
Multiexec MI

* breakpoint.c (clear_syscall_counts): Take struct inferior*.
* inferior.c (add_inferior_silent): Notify inferior_added
observer.
(delete_inferior_1): Notify inferior_removed observer.
(exit_inferior_1): Pass inferior, not pid, to observer.
(inferior_appeared): Likewise.
(add_inferior_with_spaces): New.
(add_inferior_command): Use the above.
* inferior.h (delete_inferior_1, add_inferior_with_spaces):
Declare.

* inflow.c (inflow_inferior_exit): Likewise.
* jit.c (jit_inferior_exit_hook): Likewise.

* mi/mi-cmds.c (mi_cmds): Register add-inferior and
remove-inferior.
* mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
* mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
(report_initial_inferior): New.
(mi_inferior_removed): Register the above. Make sure
inferior_added observer is called on the first inferior.
(mi_new_thread, mi_thread_exit): Thread group is now identified by
inferior number, not pid.
(mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
affected.
* mi/mi-main.c (current_context): New.
(proceed_thread_callback): Use typed closure.
Proceed everything if pid is 0. Most implementation split into
(proceed_thread): ... this.
(run_one_inferior): New.
(mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
Adjust for multiexec behaviour.
(mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
(mi_cmd_execute): Handle the 'thread-group' option here.
Do some extra checks.
* mi-parse.c (mi_parse): Handle the --all and --thread-group
options.
* mi-parse.h (struct mi_parse): New fields all and thread_group.

14 years ago Make -exec-run a proper MI commands.
Vladimir Prus [Wed, 24 Feb 2010 07:33:55 +0000 (07:33 +0000)] 
Make -exec-run a proper MI commands.

* mi/mi-cmds.h (mi_cmd_exec_run): Declare.
* mi/mi-cmds.c (mi_cmds): Adjust.
* mi/mi-main.c (mi_cmd_exec_run): New.

14 years ago * tracepoint.h (set_traceframe_number)
Pedro Alves [Wed, 24 Feb 2010 01:06:28 +0000 (01:06 +0000)] 
* tracepoint.h (set_traceframe_number)
(cleanup_restore_current_traceframe): Declare.
* tracepoint.c (set_traceframe_number): New.
(struct current_traceframe_cleanup): New.
(do_restore_current_traceframe_cleanup)
(restore_current_traceframe_cleanup_dtor)
(make_cleanup_restore_current_traceframe): New.
* infrun.c: Include tracepoint.h.
(fetch_inferior_event): Switch out and in of tfind mode.

14 years ago * breakpoint.c (breakpoint_init_inferior): Also delete
Pedro Alves [Wed, 24 Feb 2010 00:29:02 +0000 (00:29 +0000)] 
* breakpoint.c (breakpoint_init_inferior): Also delete
bp_shlib_event breakpoints.
* solib-frv.c (enable_break): Remove call to
remove_solib_event_breakpoints.
* solib-svr4.c (enable_break): Ditto.
* solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
* solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
* solib-som.c (som_solib_create_inferior_hook): Ditto.
* solib-spu.c (spu_enable_break): Ditto.

14 years ago*** empty log message ***
gdbadmin [Wed, 24 Feb 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Tue, 23 Feb 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

14 years ago * configure.ac: Check for libdl. If it is not available link against
Maxim Kuvyrkov [Tue, 23 Feb 2010 19:16:16 +0000 (19:16 +0000)] 
* configure.ac: Check for libdl.  If it is not available link against
static libthread_db.
* configure: Regenerate.

14 years ago gas/
Daniel Gutson [Tue, 23 Feb 2010 18:04:14 +0000 (18:04 +0000)] 
gas/
    * config/tc-arm.c (do_rd_rm_rn): Added warning.

    gas/testsuite/
    * gas/arm/depr-swp.d: New test case.
    * gas/arm/depr-swp.s: New file.
    * gas/arm/depr-swp.l: New file.

14 years ago * arm.cc (Target_arm::do_finalize_sections): Create attribute
Ian Lance Taylor [Tue, 23 Feb 2010 17:45:38 +0000 (17:45 +0000)] 
* arm.cc (Target_arm::do_finalize_sections): Create attribute
section if it does not already exist.
* attributes.cc (Attributes_section_data::Attributes_section_data):
Don't crash if size is zero.

14 years ago * gold.cc (queue_middle_tasks): If no input files were opened,
Ian Lance Taylor [Tue, 23 Feb 2010 17:42:26 +0000 (17:42 +0000)] 
* gold.cc (queue_middle_tasks): If no input files were opened,
exit.
* workqueue.h (Task_function::Task_function): Assert that there is
a blocker.

14 years ago2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
Pedro Alves [Tue, 23 Feb 2010 17:03:54 +0000 (17:03 +0000)] 
2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>

* c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.

14 years ago2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
Pedro Alves [Tue, 23 Feb 2010 17:01:54 +0000 (17:01 +0000)] 
2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>

* varobj.c (varobj_update): Avoid non-constants in initializers.

14 years ago * ld-elf/orphan4.d: Allow for other sections to be present in the
Nick Clifton [Tue, 23 Feb 2010 16:56:39 +0000 (16:56 +0000)] 
    * ld-elf/orphan4.d: Allow for other sections to be present in the
        output.

14 years ago * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
Nick Clifton [Tue, 23 Feb 2010 16:46:44 +0000 (16:46 +0000)] 
    * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
        end of the section depending upon the target of the arm assembler
        being tested.

14 years ago * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
Tom Tromey [Tue, 23 Feb 2010 16:14:36 +0000 (16:14 +0000)] 
* dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
handle big-endian values.
(dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.

14 years ago PR ld/11304
Alan Modra [Tue, 23 Feb 2010 14:27:16 +0000 (14:27 +0000)] 
PR ld/11304
* ldlang.c: Revert last patch.

14 years ago PR binutils/11298
Nick Clifton [Tue, 23 Feb 2010 13:01:48 +0000 (13:01 +0000)] 
    PR binutils/11298
        * doc/binutils.texi (windmc): Fix synopsis and description of
        ASCII options.

14 years agoPR 11297: Add support for 8-bit relocations to the AVR toolchain.
Nick Clifton [Tue, 23 Feb 2010 11:38:36 +0000 (11:38 +0000)] 
PR 11297: Add support for 8-bit relocations to the AVR toolchain.

14 years agoUpdated Bulgarian translation.
Nick Clifton [Tue, 23 Feb 2010 11:19:35 +0000 (11:19 +0000)] 
Updated Bulgarian translation.

14 years ago*** empty log message ***
gdbadmin [Tue, 23 Feb 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago2010-02-22 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Mon, 22 Feb 2010 23:35:17 +0000 (23:35 +0000)] 
2010-02-22  Pedro Alves  <pedro@codesourcery.com>

PR9605

gdb/
* breakpoint.c (insert_bp_location): If inserting the read
watchpoint failed, fallback to an access watchpoint.
(bpstat_check_watchpoint): Stop for read watchpoint triggers even
if the value changed, if not watching the same memory for writes.
(watchpoint_locations_match): Add comment.
(update_global_location_list): Copy the location's watchpoint type.
* i386-nat.c (i386_length_and_rw_bits): It's an internal error to
handle read watchpoints here.
(i386_insert_watchpoint): Read watchpoints aren't supported.
* remote.c (remote_insert_watchpoint): Return 1 for unsupported
packets.
* target.h (target_insert_watchpoint): Update description.

2010-02-22  Pedro Alves  <pedro@codesourcery.com>

PR9605

gdbserver/
* i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
handing a read watchpoint.
(i386_low_insert_watchpoint): Read watchpoints aren't supported.

2010-02-22  Pedro Alves  <pedro@codesourcery.com>

PR9605

gdb/testsuite/
* gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.

14 years agodaily update
Alan Modra [Mon, 22 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago2010-02-22 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 22 Feb 2010 18:26:29 +0000 (18:26 +0000)] 
2010-02-22  Doug Kwan  <dougkwan@google.com>

* gold-threads.h (Once::~Once): Explicitly define virtual destructor.
* icf.cc (get_section_contents): Cast snprintf arguments to long long
types to avoid warnings due to different uint64_t implementations
on different hosts.

14 years ago PR ld/11304
Alan Modra [Mon, 22 Feb 2010 12:09:59 +0000 (12:09 +0000)] 
PR ld/11304
* ldlang.c (exp_init_os): Delete forward declaration.
(init_os): Don't check for bfd_section already created and don't
init addr_tree and load_base expressions here.
(map_input_to_output_sections): Only map input to output sections
and set constraints here, and as an exception, create output
sections which have their address set.  Move all the other code to..
(create_other_output_sections): ..here.  New function.  Handle init
of addr_tree and load_base here too.
(lang_process): Call create_other_output_sections.

14 years ago PR 9861
Matthew Gretton-Dann [Mon, 22 Feb 2010 10:24:56 +0000 (10:24 +0000)] 
PR 9861
* gas/config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
compiler's predefines.

14 years ago2010-02-21 Doug Kwan <dougkwan@google.com>
Doug Kwan [Mon, 22 Feb 2010 06:26:07 +0000 (06:26 +0000)] 
2010-02-21  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
handling of the maximum backward branch offset.
      (Arm_relocate_functions::thumb_branch_common): Ditto.
* testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
(check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
(arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
arm_bl_out_of_range.stdout, arm_bl_out_of_range,
arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
thumb_bl_out_of_range thumb_bl_out_of_range.o,
thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
thumb2_bl_out_of_range.o): New rules.
(MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
thumb2_bl_out_of_range
* testsuite/Makefile.in: Regenerate.
* testsuite/arm_bl_in_range.s: New file.
* testsuite/arm_bl_out_of_range.s: Ditto.
* testsuite/arm_branch_in_range.sh: Ditto.
* testsuite/arm_branch_range.t: Ditto.
* testsuite/thumb2_branch_range.t: Ditto.
* testsuite/thumb_bl_in_range.s: Ditto.
* testsuite/thumb_bl_out_of_range.s: Ditto.
* testsuite/thumb_branch_range.t: Ditto.

14 years ago*** empty log message ***
gdbadmin [Mon, 22 Feb 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Sun, 21 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago * reloc.c (bfd_check_overflow): When forming addrmask, shift
Alan Modra [Sun, 21 Feb 2010 22:24:03 +0000 (22:24 +0000)] 
* reloc.c (bfd_check_overflow): When forming addrmask, shift
fieldmask left by rightshift.
(_bfd_relocate_contents): Likewise.  Use rightshift addrmask in all
overflow checks.

14 years ago2010-02-20 Sriraman Tallam <tmsriram@google.com>
Sriraman Tallam [Sun, 21 Feb 2010 00:57:59 +0000 (00:57 +0000)] 
2010-02-20  Sriraman Tallam  <tmsriram@google.com>

* gc.h (gc_process_relocs): Change vectors to point to the new list.
Add reloc offset information.
* icf.cc (get_section_contents): Change iterators to point to the new
vectors. Add reloc offset information to the contents.
* icf.h (Icf::Sections_reachable_info): New typedef.
(Icf::Sections_reachable_list): New typedef.
(Icf::Offset_info): New typedef.
(Icf::Reloc_info): New struct typedef.
(Icf::Reloc_info_list): New typedef.
(Icf::symbol_reloc_list): Delete method.
(Icf::addend_reloc_list): Delete method.
(Icf::section_reloc_list): Delete method.
(Icf::reloc_info_list): New method.
(Icf::reloc_info_list_): New member.

14 years ago*** empty log message ***
gdbadmin [Sun, 21 Feb 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Sat, 20 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years agoDon't check STT_GNU_IFUNC on large common symbol.
H.J. Lu [Sat, 20 Feb 2010 15:47:03 +0000 (15:47 +0000)] 
Don't check STT_GNU_IFUNC on large common symbol.

2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>

* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
STT_GNU_IFUNC on large common symbol.

14 years ago*** empty log message ***
gdbadmin [Sat, 20 Feb 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Fri, 19 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago2010-02-18 Doug Kwan <dougkwan@google.com>
Doug Kwan [Fri, 19 Feb 2010 22:53:54 +0000 (22:53 +0000)] 
2010-02-18  Doug Kwan  <dougkwan@google.com>

* arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
* arm.cc (Arm_relocation_functions): New forward declaration.
(Target_arm::Target_arm): Initialize new data members
got_mod_index_offset_ and tls_base_symbol_defined_.
(Target_arm::Relocate::relocate_tls): New method.
(Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
New methods.
    (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
(Target_arm::got_mod_index_offset_,
Target_arm::tls_base_symbol_defined_): New data members.
(Target_arm::Scan::local, Target::Scan::global,
Target_arm::Relocate::relocate): Handle 32-bit initial TLS
relocations.

14 years ago * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
Tom Tromey [Fri, 19 Feb 2010 22:22:49 +0000 (22:22 +0000)] 
* p-typeprint.c (pascal_type_print_varspec_prefix): Update.
* m2-typeprint.c (m2_print_type): Update.
* gdbtypes.c (recursive_dump_type): Update.
(copy_type_recursive): Update.
* c-typeprint.c (c_type_print_varspec_prefix): Update.
(c_type_print_base): Update.
* gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
Remove.
(struct cplus_struct_type) <ntemplate_args>: Remove.
<struct template_arg>: Remove.
<is_dynamic>: Move earlier.
(TYPE_TEMPLATE_ARGS): Remove.
(TYPE_NTEMPLATE_ARGS): Remove.
(TYPE_TEMPLATE_ARG): Remove.

14 years agogdb
Tom Tromey [Fri, 19 Feb 2010 20:22:03 +0000 (20:22 +0000)] 
gdb
PR c++/8693, PR c++/9496:
* cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
* c-exp.y (lex_one_token): Rename from yylex.  Don't call
write_dollar_variable.  Don't try to classify NAME tokens.
(token_and_value): New type.
(token_fifo, popping, name_obstack): New globals.
(classify_name): New function.
(classify_inner_name): Likewise.
(yylex): Likewise.
(VARIABLE): Now has type sval.
(exp : VARIABLE): Call write_dollar_variable.
(qualified_name): Use TYPENAME, not typebase.  Add production for
multiple "::" instances.
(variable): Use name_not_typename.
(qualified_type): Remove.
(typebase): Update.
gdb/testsuite
PR c++/8693, PR c++/9496:
* gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
regression tests.

14 years ago * gdbint.texinfo (Getting Started): Fix @node.
Tom Tromey [Fri, 19 Feb 2010 19:14:38 +0000 (19:14 +0000)] 
* gdbint.texinfo (Getting Started): Fix @node.
(Debugging GDB): Likewise.

14 years agogdb/testsuite/
Jan Kratochvil [Fri, 19 Feb 2010 19:14:18 +0000 (19:14 +0000)] 
gdb/testsuite/
Fix compatibility with m68k as.
* gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
Use only /* comments */.

14 years agotestsuite/
Ulrich Weigand [Fri, 19 Feb 2010 17:13:21 +0000 (17:13 +0000)] 
testsuite/
* configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
* configure: Regenerate.

14 years agogdb/
Jan Kratochvil [Fri, 19 Feb 2010 06:19:45 +0000 (06:19 +0000)] 
gdb/
* symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
found by bfd_get_section_by_name.
* symfile.h (struct section_addr_info) <sectindex>: New comment.

14 years agoDon't set ELFOSABI_LINUX in dynamic ifunc-using executable.
H.J. Lu [Fri, 19 Feb 2010 05:07:50 +0000 (05:07 +0000)] 
Don't set ELFOSABI_LINUX in dynamic ifunc-using executable.

bfd/

2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_add_symbol_hook): Don't set
has_ifunc_symbols if the symbol comes from a shared library.
* elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
* elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
* elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
* elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise.

ld/testsuite/

2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>

* ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
ifunc-using executable.

14 years ago * configure.tgt: Whiltespace. Sort moxie entry.
Alan Modra [Fri, 19 Feb 2010 03:36:06 +0000 (03:36 +0000)] 
* configure.tgt: Whiltespace.  Sort moxie entry.

14 years ago * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
Alan Modra [Fri, 19 Feb 2010 02:59:06 +0000 (02:59 +0000)] 
* Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
* Makefile.in: Regenerate.

14 years ago2010-02-18 Doug Kwan <dougkwan@google.com>
Doug Kwan [Fri, 19 Feb 2010 02:16:41 +0000 (02:16 +0000)] 
2010-02-18  Doug Kwan  <dougkwan@google.com>

* arm.cc (Arm_relobj::find_linked_text_section): New method.
(Arm_relobj::make_exidx_input_section): Pass section index of linked
text section as a parameter becuase some broken tools may not set
the link in section header.
(Target_arm::has_got_section): New method.
(Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
without any mapping symbol as data only.  Remove warning.
(Arm_relobj::do_read_synbols): If an EXIDX input section has no
link in its section header, try to discover the link by inspecting the
REL31 relocation at the beginning of the section.
(Target_arm::Scan::check_non_pic): Report name of offending relocation
in error message.
(Target_arm::Scan::global): Treat any reference to the symbol
_GLOBAL_OFFSET_TABLE_ as a GOT access.

14 years agobfd/
Alan Modra [Fri, 19 Feb 2010 01:47:16 +0000 (01:47 +0000)] 
bfd/
* elf.c (_bfd_elf_fixup_group_sections): New function, split out from..
(_bfd_elf_copy_private_header_data): ..here.
* elflink.c (_bfd_elf_size_group_sections): New function.
(bfd_elf_size_dynamic_sections): Call it.
* elf-bfd.h (_bfd_elf_size_group_sections): Declare.
(_bfd_elf_fixup_group_sections): Declare.
ld/
* ldlang.c (unique_section_p): Add os param.  Allow group
sections to match /DISCARD/.  Update all callers.
* emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
(LDEMUL_BEFORE_ALLOCATION): Define.
ld/testsuite/
* ld-elf/group.ld: Discard .dropme sections.
* ld-elf/group10.d, * ld-elf/group10.s: New test.

14 years ago * readelf.c (get_group_flags): Return empty string when flags zero.
Alan Modra [Fri, 19 Feb 2010 01:36:39 +0000 (01:36 +0000)] 
* readelf.c (get_group_flags): Return empty string when flags zero.
Add space in other returned values.
(process_section_groups): Adjust format string.

14 years ago * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
Joel Brobecker [Fri, 19 Feb 2010 00:35:53 +0000 (00:35 +0000)] 
    * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
        7.0 section" into "Changes in 7.1".

14 years agoRecord GDB 7.1 branch creation. Bump version number to 7.1.50.20100219-cvs.
gdbadmin [Fri, 19 Feb 2010 00:21:15 +0000 (00:21 +0000)] 
Record GDB 7.1 branch creation. Bump version number to 7.1.50.20100219-cvs.

14 years ago*** empty log message ***
gdbadmin [Fri, 19 Feb 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Thu, 18 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
Pedro Alves [Thu, 18 Feb 2010 19:17:00 +0000 (19:17 +0000)] 
2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>

* mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
* symfile.c (symfile_map_offsets_to_segments): Fix assertion.

14 years ago * ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
Matthew Gretton-Dann [Thu, 18 Feb 2010 17:25:10 +0000 (17:25 +0000)] 
   * ld-arm/attr-merge-6.attr: Add new test.  Missed off last commit.

14 years ago * NEWS: Add Python API Improvements section.
Tom Tromey [Thu, 18 Feb 2010 16:36:47 +0000 (16:36 +0000)] 
* NEWS: Add Python API Improvements section.

14 years ago * NEWS: Correct typo.
Daniel Jacobowitz [Thu, 18 Feb 2010 16:04:32 +0000 (16:04 +0000)] 
* NEWS: Correct typo.

14 years ago * gdb.python/py-type.exp: Check for Python support.
Daniel Jacobowitz [Thu, 18 Feb 2010 15:27:35 +0000 (15:27 +0000)] 
* gdb.python/py-type.exp: Check for Python support.

14 years ago * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
Matthew Gretton-Dann [Thu, 18 Feb 2010 10:56:28 +0000 (10:56 +0000)] 
* bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
merging Tag_DIV_use, Tag_MPextension_use, and
Tag_MPextension_use_legacy tags.
* binutils/readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add
description of newly permitted attribute values.
(arm_attr_tag_Virtualization_use): Likewise.
(arm_attr_tag_DIV_use): Add description of new attribute.
(arm_attr_tag_MPextension_use_legacy): Likewise.
* gas/config/tc-arm.c (arm_convert_symbolic_attribute):
Add Tag_DIV_use.
* gas/doc/c-arm.texi: Likewise.
* gas/testsuite/gas/arm/attr-order.d: Fix test for new names for
attribute values.
* include/elf/arm.h (Tag_MPextension_use): Renumber.
(Tag_DIV_use): Add.
(Tag_MPextension_use_legacy): Likewise.
* ld/testsuite/ld-arm/attr-merge-3.attr: Fix test for new attribute
values.
* ld/testsuite/ld-arm/attr-merge-3b.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-unknown-1.d: Fix test now that 42
is a recognised attribute ID.
* ld/testsuite/ld-arm/attr-merge-unknown-1.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-6.attr: New test.
* ld/testsuite/ld-arm/attr-merge-6a.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-6b.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-7.attr: Likewise.
* ld/testsuite/ld-arm/attr-merge-7a.s: Likewise.
* ld/testsuite/ld-arm/attr-merge-7b.s: Likewise.
* ld/testsuite/ld-arm/arm-elf.exp: Run the new tests.

14 years ago * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
Alan Modra [Thu, 18 Feb 2010 00:13:30 +0000 (00:13 +0000)] 
* binutils-all/group-5.s, * binutils-all/group-5.d: New test.
* binutils-all/objcopy.exp: Run it.

14 years ago * elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
Alan Modra [Thu, 18 Feb 2010 00:09:06 +0000 (00:09 +0000)] 
* elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
commit.  Don't write zeros for removed group members.
(_bfd_elf_copy_private_header_data): Adjust size of group section
when group members are removed by objcopy.

14 years ago*** empty log message ***
gdbadmin [Thu, 18 Feb 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
Pedro Alves [Wed, 17 Feb 2010 23:07:24 +0000 (23:07 +0000)] 
* lib/gdb.exp (build_id_debug_filename_get): Don't assume new
`regsub' syntax available.

14 years agodaily update
Alan Modra [Wed, 17 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago * gdb.base/shmain.c (main): Remove printf call.
Pedro Alves [Wed, 17 Feb 2010 22:55:40 +0000 (22:55 +0000)] 
* gdb.base/shmain.c (main): Remove printf call.
* gdb.base/sizeof.c (main): Cast return of sizeof to int.
* gdb.base/unload.c (main): Make format of fprintf a string
literal.  Add missing endlines to prints to stderr.
* gdb.base/watchpoint-solib.c (open_shlib): Ditto.

14 years agogdb
Tom Tromey [Wed, 17 Feb 2010 22:25:05 +0000 (22:25 +0000)] 
gdb
* objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
gdb/testsuite
* gdb.java/jprint.java (jprint.props): New field.
* gdb.java/jprint.exp (set_lang_java): Add regression test.

14 years agoUse tab, not spaces.
Pedro Alves [Wed, 17 Feb 2010 22:09:05 +0000 (22:09 +0000)] 
Use tab, not spaces.

14 years ago * gdb.base/charset.exp: Don't assume new `regsub' syntax
Pedro Alves [Wed, 17 Feb 2010 22:05:58 +0000 (22:05 +0000)] 
    * gdb.base/charset.exp: Don't assume new `regsub' syntax
available.

14 years agogdb/
Jan Kratochvil [Wed, 17 Feb 2010 20:54:52 +0000 (20:54 +0000)] 
gdb/
* symfile.c (build_section_addr_info_from_objfile): Include sections
only if they are SEC_ALLOC or SEC_LOAD.

14 years agoUse CORE_ADDR instead of ULONGEST on address.
H.J. Lu [Wed, 17 Feb 2010 20:47:08 +0000 (20:47 +0000)] 
Use CORE_ADDR instead of ULONGEST on address.

2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>

PR shlibs/11293
* solib-svr4.c (enable_break): Check size of CORE_ADDR instead
of ULONGEST for address size.

14 years ago * NEWS: Add C++ improvements section.
Tom Tromey [Wed, 17 Feb 2010 20:08:24 +0000 (20:08 +0000)] 
* NEWS: Add C++ improvements section.

14 years ago * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
Ulrich Weigand [Wed, 17 Feb 2010 14:58:54 +0000 (14:58 +0000)] 
* python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
PyThreadState_Swap): Avoid "statement with no effect" warning.

14 years agogdb/
Jan Kratochvil [Wed, 17 Feb 2010 11:37:23 +0000 (11:37 +0000)] 
gdb/
* solib-svr4.c (enable_break <target_auxv_search>): New variable
addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.

14 years ago * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
Nick Clifton [Wed, 17 Feb 2010 11:02:54 +0000 (11:02 +0000)] 
    * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
        the config.cache files found by the find command.

14 years ago2010-02-17 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 17 Feb 2010 10:39:10 +0000 (10:39 +0000)] 
2010-02-17  Tristan Gingold  <gingold@adacore.com>
    Petr HluzĂ­<petr.hluzin@gmail.com>

* avr-tdep.c (avr_scan_prologue): Convert an if statement to a
gdb_assert.  Fix info->size for SIG prologue.

14 years ago2010-02-17 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Wed, 17 Feb 2010 10:12:48 +0000 (10:12 +0000)] 
2010-02-17  Tristan Gingold  <gingold@adacore.com>

* dmt.h, dst.h, eeom.h, egps.h, egsd.h, egst.h, egsy.h: New Files.
* eiaf.h, eicp.h, eiha.h, eihd.h, eihi.h, eihs.h, eihvn.h: Ditto.
* eisd.h, emh.h, eobjrec.h, esdf.h, esrf.h, etir.h, shl.h: Ditto.

14 years ago PR 11238
Nick Clifton [Wed, 17 Feb 2010 10:05:51 +0000 (10:05 +0000)] 
    PR 11238
        * Makefile.tpl (local-distclean): Also remove config.cache files in
        sub-directories as there may not be Makefiles present in the
        sub-directories.
        * Makefile.in: Regenerate.
        * configure.ac: Revert previous delta.
        * configure: Regenerate.

14 years ago*** empty log message ***
gdbadmin [Wed, 17 Feb 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Tue, 16 Feb 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:26:48 +0000 (21:26 +0000)] 
gdb/testsuite/
* gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
creation to support remote host testing.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:22:46 +0000 (21:22 +0000)] 
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
Recognize "command not found".

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:20:14 +0000 (21:20 +0000)] 
gdb/testsuite/
* gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
single-stepping.

14 years ago gdb/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:18:46 +0000 (21:18 +0000)] 
gdb/
* infcmd.c (show_inferior_tty_command): Check for NULL.
Correct output message.

14 years ago * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
Daniel Jacobowitz [Tue, 16 Feb 2010 21:13:10 +0000 (21:13 +0000)] 
* gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
if arguments are not supported.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:09:32 +0000 (21:09 +0000)] 
gdb/testsuite/
* gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
be const or non-const.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 21:08:10 +0000 (21:08 +0000)] 
gdb/testsuite/
* gdb.mi/mi-break.exp (test_breakpoint_commands): Use
mi_send_resuming_command to send -exec-continue.

14 years ago gdb/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:51:51 +0000 (20:51 +0000)] 
gdb/
* linespec.c (decode_line_1): Handle FILE:FUNCTION even if
FUNCTION contains parentheses.  Improve removal of a trailing
single quote.

gdb/testsuite/
* gdb.base/list.exp (test_list_filename_and_function): Add test
with single quotes.
* gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
matching.
* gdb.cp/overload.exp: Add tests with filename, function, and quotes.
Add KFAIL'd tests for PR gdb/11289.

14 years ago gdb/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:48:52 +0000 (20:48 +0000)] 
gdb/
* gcore.c (do_bfd_delete_cleanup): New function.
(gcore_command): Use it.  Discard the cleanup after success.
(gcore_copy_callback): Delete dead code.

14 years ago gdb/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:28:06 +0000 (20:28 +0000)] 
gdb/
* symfile.c (addr_info_make_relative): Always use
find_lowest_section.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:23:43 +0000 (20:23 +0000)] 
gdb/testsuite/
* gdb.cp/cpcompletion.exp: Specify source file name explicitly.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:18:53 +0000 (20:18 +0000)] 
gdb/testsuite/
* gdb.base/comp-dir/subdir/dummy.txt: New file.
* gdb.base/completion.exp: Use comp-dir/subdir instead of creating
a temporary directory.

14 years ago gdb/testsuite/
Daniel Jacobowitz [Tue, 16 Feb 2010 20:13:14 +0000 (20:13 +0000)] 
gdb/testsuite/
* gdb.base/charset.exp: Use a single regular expression to match
show host-charset and show target-charset output.

This page took 0.042654 seconds and 4 git commands to generate.