deliverable/binutils-gdb.git
13 years ago * mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
Dave Korn [Thu, 2 Dec 2010 23:36:59 +0000 (23:36 +0000)] 
* mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
(BOOT_LDFLAGS): Add matching stack size flag.
* mh-mingw (LDFLAGS): Likewise.
(BOOT_LDFLAGS): Likewise.

13 years agodaily update
Alan Modra [Thu, 2 Dec 2010 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years ago2010-11-29 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
Michael Snyder [Thu, 2 Dec 2010 21:34:14 +0000 (21:34 +0000)] 
2010-11-29  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>

* gdb.base/callfuncs.exp: Test for skip_float_tests.
* gdb.base/call-sc.exp: Ditto.
* gdb.base/finish.exp: Ditto.
* gdb.base/return.exp: Ditto.
* gdb.base/return2.exp: Ditto.

13 years ago * linespec.c (find_method): Move name canonicalization outside
Keith Seitz [Thu, 2 Dec 2010 20:05:59 +0000 (20:05 +0000)] 
* linespec.c (find_method): Move name canonicalization outside
the loop.
Be paranoid and use a cleanup.

13 years ago2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 2 Dec 2010 20:05:11 +0000 (20:05 +0000)] 
2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>

        * COPYING.NEWLIB: Add National Semiconductor notice.

13 years agobfd/
Richard Sandiford [Thu, 2 Dec 2010 13:28:35 +0000 (13:28 +0000)] 
bfd/
* elf32-arm.c (elf32_arm_link_hash_table): Remove sgot, sgotplt,
srelgot, splt, srelplt.
(create_got_section, elf32_arm_link_hash_table_create): Don't set them.
(elf32_arm_create_dynamic_sections): Likewise.  Use htab->root
fields instead.
(arm_type_of_stub): Use the root fields instead of the removed ones.
(cortex_a8_erratum_scan, elf32_arm_size_stubs): Likewise.
(bfd_elf32_arm_process_before_allocation): Likewise.
(elf32_arm_check_relocs, allocate_dynrelocs): Likewise.
(elf32_arm_size_dynamic_sections): Likewise.
(elf32_arm_output_arch_local_syms): Likewise.
(elf32_arm_final_link_relocate): Set sgot, splt and srelgot from the
htab fields instead of looking them up by name.  Consistently use
these local variables instead of htab fields.
(elf32_arm_finish_dynamic_symbol): Likewise sgot, splt and srel.
Use srelbss instead of looking it up by name.
(elf32_arm_finish_dynamic_sections): Use sgotplt, splt and srelplt
instead of looking up the symbols by name.  Use the root fields
instead of the removed ones.

13 years agobfd/
Richard Sandiford [Thu, 2 Dec 2010 13:27:21 +0000 (13:27 +0000)] 
bfd/
* elf32-arm.c (elf32_arm_relocs_copied): Delete.
(elf32_arm_link_hash_entry): Replace relocs_copied with dyn_relocs.
(elf32_arm_link_hash_newfunc): Update accordingly.
(elf32_arm_copy_indirect_symbol, elf32_arm_gc_sweep_hook): Likewise.
(elf32_arm_check_relocs, allocate_dynrelocs): Likewise.
(elf32_arm_readonly_dynrelocs): Likewise.
(elf32_arm_size_dynamic_sections): Likewise.

13 years agogas/
Richard Sandiford [Thu, 2 Dec 2010 13:25:13 +0000 (13:25 +0000)] 
gas/
* symbols.c (S_FORCE_RELOC): Return true for indirect functions
even if !strict.
* expr.c (operand): Don't convert absolute symbols to constants
if S_FORCE_RELOC is true.
(expr): Only reduce subtractions between different symbols if
S_FORCE_RELOC is false for both of them.
* write.c (fixup_segment): Don't remove symbols if S_FORCE_RELOC
is true for them, regardless of their segment.

gas/testsuite/
* gas/i386/ifunc-2.s, gas/i386/ifunc-2.l: New test.
* gas/i386/ifunc-3.s, gas/i386/ifunc-3.d: Likeise.
* gas/i386/i386.exp: Run them.

13 years ago* pdp11.c (aout_link_add_symbols): Ignore debug symbols.
Paul Koning [Thu, 2 Dec 2010 11:53:07 +0000 (11:53 +0000)] 
* pdp11.c (aout_link_add_symbols): Ignore debug symbols.

13 years agoBreak long lines.
H.J. Lu [Thu, 2 Dec 2010 01:26:07 +0000 (01:26 +0000)] 
Break long lines.

13 years agoRe-indent plugin.h.
H.J. Lu [Thu, 2 Dec 2010 01:22:54 +0000 (01:22 +0000)] 
Re-indent plugin.h.

2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>

* plugin.h: Re-indent.

13 years ago*** empty log message ***
gdbadmin [Thu, 2 Dec 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Wed, 1 Dec 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * symbols.h (dot_symbol): New declaration.
Maciej W. Rozycki [Wed, 1 Dec 2010 21:34:10 +0000 (21:34 +0000)] 
* symbols.h (dot_symbol): New declaration.
(dot_symbol_init): New prototype.
* symbols.c (dot_symbol): New variable.
(symbol_clone): Assert it's not dot_symbol being cloned.
(dot_symbol_init): New function.
(symbol_clone_if_forward_ref): Create a new temporary symbol
when trying to clone dot_symbol.
* expr.c (current_location): Refer to dot_symbol instead of
making a new temporary symbol.
* read.c (read_a_source_file): Update dot_symbol as we go.
* as.c (main): Call dot_symbol_init.

13 years ago * symbols.c (symbol_clone_if_forward_ref): Don't limit cloning
Maciej W. Rozycki [Wed, 1 Dec 2010 20:35:13 +0000 (20:35 +0000)] 
* symbols.c (symbol_clone_if_forward_ref): Don't limit cloning
to expr_section symbols; clone all equated symbols.  Clear
sy_resolving of the cloned copy.
* expr.c (operand): Only clone equated symbols on a final
(i.e. non-equated) reference.

13 years ago * config/tc-mips.c (md_convert_frag): Remove a call to
Maciej W. Rozycki [Wed, 1 Dec 2010 20:30:04 +0000 (20:30 +0000)] 
* config/tc-mips.c (md_convert_frag): Remove a call to
S_GET_VALUE and use the result of resolve_symbol_value as the
value of the symbol processed in MIPS16 relaxation.

13 years ago * dwarf_reader.h (class Sized_dwarf_line_info): Add
Ian Lance Taylor [Wed, 1 Dec 2010 19:49:22 +0000 (19:49 +0000)] 
* dwarf_reader.h (class Sized_dwarf_line_info): Add
track_relocs_type_ field.
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
Set track_relocs_type_.
(Sized_dwarf_line_info::process_one_opcode): Ignore the section
contents when using RELA relocs.
(Sized_dwarf_line_info::read_relocs): Add the reloc addend to
reloc_map_.
* reloc.cc (Track_relocs::next_addend): New function.
* reloc.h (class Track_relocs): Declare next_addend.

13 years ago * dwarf2read.c (save_gdb_index_command): Add comment.
Doug Evans [Wed, 1 Dec 2010 19:37:36 +0000 (19:37 +0000)] 
* dwarf2read.c (save_gdb_index_command): Add comment.

13 years ago * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
Ian Lance Taylor [Wed, 1 Dec 2010 16:53:57 +0000 (16:53 +0000)] 
* testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
virtual destructor.

13 years ago * README: Update compilers known to work and fail.
Ian Lance Taylor [Wed, 1 Dec 2010 16:51:44 +0000 (16:51 +0000)] 
* README: Update compilers known to work and fail.

13 years ago * valops.c (value_assign): Returned value is never lazy. If a
Ulrich Weigand [Wed, 1 Dec 2010 16:49:41 +0000 (16:49 +0000)] 
* valops.c (value_assign): Returned value is never lazy.  If a
C++ class type is returned, fix incorrect enclosing type / embedded
offset.  If internal variable is returned, allocate new internalvar
value using value_of_internalvar.

* NEWS: Document changes in behavior of "print x = 0" and similar
expressions.

13 years ago2010-12-01 Kai Tietz <kai.tietz@onevision.com>
Kai Tietz [Wed, 1 Dec 2010 14:15:06 +0000 (14:15 +0000)] 
2010-12-01  Kai Tietz  <kai.tietz@onevision.com>

       PR binutils/11065
       * dlltool.c (dll_name_set_by_exp_name): New variable.
       (def_name): Allow setting of dll_name by .def file.
       (def_library): Likewise.
       (main): Set dll_name_set_by_exp_name, if dll_name is
       set indirect by exp_name.

13 years ago*** empty log message ***
gdbadmin [Wed, 1 Dec 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Tue, 30 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
Doug Evans [Tue, 30 Nov 2010 17:41:14 +0000 (17:41 +0000)] 
* lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
(gdb_expect_list): Fix spelling errors in comments.
* gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
send_gdb/gdb_expect_list where applicable.
* gdb.base/call-ar-st.exp: Ditto.
* gdb.base/funcargs.exp: Ditto.
* gdb.base/gcore.exp: Ditto.
* gdb.base/page.exp: Ditto.
* gdb.base/sigaltstack.exp: Ditto.
* gdb.base/siginfo.exp: Ditto.
* gdb.base/sigstep.exp: Ditto.
* gdb.base/trace-commands.exp: Ditto.

13 years ago * ld/testsuite/ld-scripts/script.exp: Remove full path from REGION_ALIAS test
Matthew Gretton-Dann [Tue, 30 Nov 2010 13:38:59 +0000 (13:38 +0000)] 
* ld/testsuite/ld-scripts/script.exp: Remove full path from REGION_ALIAS test
names.

13 years agoAdd sparc64-rtems.
Alan Modra [Tue, 30 Nov 2010 01:14:08 +0000 (01:14 +0000)] 
Add sparc64-rtems.

13 years ago*** empty log message ***
gdbadmin [Tue, 30 Nov 2010 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago * python/lib/gdb/printing.py (register_pretty_printer): Change
Doug Evans [Mon, 29 Nov 2010 23:20:58 +0000 (23:20 +0000)] 
* python/lib/gdb/printing.py (register_pretty_printer): Change
printer-name:subprinter-name to printer-name;subprinter-name.
* python/lib/gdb/command/pretty_printers.py (parse_printer_regexps):
Ditto.
(InfoPrettyPrinter, EnablePrettyPrinter, DisablePrettyPrinter): Ditto.

doc/
* gdb.texinfo (Pretty-Printer Introduction): Change
printer-name:subprinter-name to printer-name;subprinter-name.

testsuite/
* gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
printer-name;subprinter-name.

13 years agodaily update
Alan Modra [Mon, 29 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years agogdb
Tom Tromey [Mon, 29 Nov 2010 21:18:16 +0000 (21:18 +0000)] 
gdb
* opencl-lang.c (lval_func_check_synthetic_pointer): New
function.
* value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
New fields.
(value_bits_synthetic_pointer): Declare.
* value.c (value_bits_synthetic_pointer): New function.
* valprint.c (valprint_check_validity): Handle synthetic
pointers.
* valops.c (value_ind): Use new 'indirect' lval_funcs method.
* valarith.c (value_ptradd): Use set_value_component_location.
* p-valprint.c (pascal_object_print_value_fields): Handle
synthetic pointers.
* jv-valprint.c (java_print_value_fields): Handle synthetic
pointers.
* dwarf2read.c (dwarf_stack_op_name): Add
DW_OP_GNU_implicit_pointer.
(dwarf2_fetch_die_location_block): Add get_frame_pc, baton
arguments.  Handle location lists.
(fill_in_loclist_baton): New function.
(dwarf2_symbol_mark_computed): Use it.
* dwarf2loc.h (dwarf2_find_location_expression): Declare.
(dwarf2_fetch_die_location_block): Add get_frame_pc, baton
arguments.
* dwarf2loc.c (dwarf2_find_location_expression): Rename from
find_location_expression.  No longer static.  Update all callers.
(dwarf_expr_frame_pc): New function.
(per_cu_dwarf_call): Add get_frame_pc, baton arguments.  Update
all callers.
(struct piece_closure) <per_cu>: New field.
(allocate_piece_closure): Add per_cu argument.
(read_pieced_value): Handle DWARF_VALUE_IMPLICIT_POINTER.
(check_pieced_value_bits): Remove validity argument, add check_for
argument.  Handle DWARF_VALUE_IMPLICIT_POINTER.
(check_pieced_value_validity, check_pieced_value_invalid):
Update.
(check_pieced_synthetic_pointer): New function.
(get_frame_address_in_block_wrapper): New function.
(indirect_pieced_value): New function.
(pieced_value_funcs): Update.
(invalid_synthetic_pointer): New function.
(dwarf2_evaluate_loc_desc_full): Rename from
dwarf2_evaluate_loc_desc.  Add byte_offset argument.
(dwarf2_evaluate_loc_desc): Rewrite.
(dwarf2_loc_desc_needs_frame): Set new field on context.
(get_ax_pc): New function.
(disassemble_dwarf_expression): Handle
DW_OP_GNU_implicit_pointer.
* dwarf2expr.h (enum dwarf_value_location)
<DWARF_VALUE_IMPLICIT_POINTER>: New constant.
(struct dwarf_expr_context) <get_frame_pc>: New field.
(struct dwarf_expr_piece) <v.ptr>: New field.
* dwarf2expr.c (add_piece): Handle DWARF_VALUE_IMPLICIT_POINTER.
(execute_stack_op): Handle DW_OP_GNU_implicit_pointer.
* dwarf2-frame.c (no_get_frame_pc): New function.
(execute_stack_op): Set new field on context.
* cp-valprint.c (cp_print_value_fields): Handle synthetic
pointers.
gdb/testsuite
* gdb.dwarf2/implptr.exp: New file.
* gdb.dwarf2/implptr.c: New file.
* gdb.dwarf2/implptr.S: New file.

13 years agomerge from gcc
DJ Delorie [Mon, 29 Nov 2010 16:34:15 +0000 (16:34 +0000)] 
merge from gcc

13 years ago2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Mon, 29 Nov 2010 13:49:05 +0000 (13:49 +0000)] 
2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12199

* python/py-breakpoint.c (bppy_delete_breakpoint): New function.

2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12199

* gdb.python/py-breakpoint.exp: Test the delete method.

2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12199

* gdb.texinfo (Breakpoints In Python): Document "delete" method.

13 years ago* configure.ac: Move comment to remove extra space in last argument
Andreas Schwab [Mon, 29 Nov 2010 11:01:42 +0000 (11:01 +0000)] 
* configure.ac: Move comment to remove extra space in last argument
of GCC_TARGET_TOOL.

13 years ago*** empty log message ***
gdbadmin [Mon, 29 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 28 Nov 2010 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years agogdb/
Jan Kratochvil [Sun, 28 Nov 2010 04:33:47 +0000 (04:33 +0000)] 
gdb/
Fix step_resume_breakpoint unsaved during an infcall.
* gdbthread.h (struct thread_control_state): Move here field
step_resume_breakpoint ...
(struct thread_info): ... from here.
* infrun.c (save_infcall_control_state): Reset
control.step_resume_breakpoint to NULL.
(restore_infcall_control_state, discard_infcall_control_state): Delete
control.step_resume_breakpoint.
* arm-linux-tdep.c, infrun.c, thread.c: Update all the references to
the moved field.

gdb/testsuite/
Fix step_resume_breakpoint unsaved during an infcall.
* gdb.base/step-resume-infcall.exp: New file.
* gdb.base/step-resume-infcall.c: New file.

13 years agogdb/
Jan Kratochvil [Sun, 28 Nov 2010 04:31:25 +0000 (04:31 +0000)] 
gdb/
Rename and move inferior_thread_state and inferior_status.
* gdbthread.h (struct thread_control_state): New struct, move fields
step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
trap_expected, proceed_to_finish, in_infcall, step_over_calls,
stop_step and stop_bpstat here from struct thread_info.
(struct thread_suspend_state): New struct, move field stop_signal here
from struct thread_info.
(struct thread_info): Move the fields above from this struct.
* inferior.h: Move the inferior_thread_state and inferior_status
declarations comment to their definitions at infrun.c.
(struct inferior_control_state): New struct, move field stop_soon from
struct inferior here.
(struct inferior_suspend_state): New empty struct.
(struct inferior): New fields control and suspend.  Move out field
stop_soon.
* infrun.c (struct inferior_thread_state): Rename to ...
(infcall_suspend_state): ... here.  Replace field stop_signal by
fields thread_suspend and inferior_suspend.
(save_inferior_thread_state): Rename to ...
(save_infcall_suspend_state): ... here.  New variable inf.  Update the
code for new fields.
(restore_inferior_thread_state): Rename to ...
(restore_infcall_suspend_state): ... here.  New variable inf.  Update
the code for new fields.
(do_restore_inferior_thread_state_cleanup): Rename to ...
(do_restore_infcall_suspend_state_cleanup): ... here.
(make_cleanup_restore_inferior_thread_state): Rename to ...
(make_cleanup_restore_infcall_suspend_state): ... here.
(discard_inferior_thread_state): Rename to ...
(discard_infcall_suspend_state): ... here.
(get_inferior_thread_state_regcache): Rename to ...
(get_infcall_suspend_state_regcache): ... here.
(struct inferior_status): Rename to ...
(struct infcall_control_state): ... here.  Replace fields
step_range_start, step_range_end, step_frame_id, step_stack_frame_id,
trap_expected, proceed_to_finish, in_infcall, step_over_calls,
stop_step, stop_bpstat and stop_soon by fields thread_control and
inferior_control.
(save_inferior_status): Rename to ...
(save_infcall_control_state): ... here.  Update the code for new
fields.
(restore_inferior_status): Rename to ...
(restore_infcall_control_state): ... here.  Update the code for new
fields.
(do_restore_inferior_status_cleanup): Rename to ...
(do_restore_infcall_control_state_cleanup): ... here.
(make_cleanup_restore_inferior_status): Rename to ...
(make_cleanup_restore_infcall_control_state): ... here.
(discard_inferior_status): Rename to ...
(discard_infcall_control_state): ... here.
* alpha-tdep.c, breakpoint.c, dummy-frame.c, dummy-frame.h,
exceptions.c, fbsd-nat.c, gdbthread.h, infcall.c, infcmd.c,
inferior.c, inferior.h, infrun.c, linux-nat.c, mi/mi-interp.c,
mips-tdep.c, procfs.c, solib-irix.c, solib-osf.c, solib-spu.c,
solib-sunos.c, solib-svr4.c, thread.c, windows-nat.c: Update all the
references to the moved fields and renamed functions.

13 years ago*** empty log message ***
gdbadmin [Sun, 28 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sat, 27 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
Eric Botcazou [Sat, 27 Nov 2010 15:55:17 +0000 (15:55 +0000)] 
* bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.

13 years ago*** empty log message ***
gdbadmin [Sat, 27 Nov 2010 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Fri, 26 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * dwarf.c (decode_location_expression, display_debug_frames): Move
Alan Modra [Fri, 26 Nov 2010 05:35:01 +0000 (05:35 +0000)] 
* dwarf.c (decode_location_expression, display_debug_frames): Move
code handling DW_EH_PE_pcrel into..
(get_encoded_value): ..here.

13 years agoPR other/46020
Alexandre Oliva [Fri, 26 Nov 2010 04:56:39 +0000 (04:56 +0000)] 
PR other/46020
* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
* Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
* Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
(BASE_FLAGS_TO_PASS): Use it.
* configure: Rebuilt.
* Makefile.in: Rebuilt.

13 years agogdb/
Jan Kratochvil [Fri, 26 Nov 2010 03:39:10 +0000 (03:39 +0000)] 
gdb/
* infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
the comment.
(save_inferior_thread_state): Reset tp->stop_signal.

13 years agoFix ChangeLog entry.
Jan Kratochvil [Fri, 26 Nov 2010 00:33:56 +0000 (00:33 +0000)] 
Fix ChangeLog entry.

13 years agogdb/
Jan Kratochvil [Fri, 26 Nov 2010 00:30:31 +0000 (00:30 +0000)] 
gdb/
* infcall.c (caller_state_cleanup): Remove variable caller_state_cleanup.

13 years agoupdate japanese translation
Alan Modra [Fri, 26 Nov 2010 00:00:55 +0000 (00:00 +0000)] 
update japanese translation

13 years ago*** empty log message ***
gdbadmin [Fri, 26 Nov 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2010-11-25 Marc Khouzam <marc.khouzam@ericsson.com>
Marc Khouzam [Thu, 25 Nov 2010 23:17:30 +0000 (23:17 +0000)] 
2010-11-25  Marc Khouzam  <marc.khouzam@ericsson.com>

PR breakpoints/12217

* breakpoint.c (is_marker_spec): Check for NULL.

13 years agodaily update
Alan Modra [Thu, 25 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago * breakpoint.h: No longer include python.h or python-internal.h.
Pedro Alves [Thu, 25 Nov 2010 13:10:07 +0000 (13:10 +0000)] 
* breakpoint.h: No longer include python.h or python-internal.h.
(struct breakpoint_object): Forward declare.
* defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
* varobj.c (PyObject) [!HAVE_PYTHON]: Define.
* python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
PyObject pointer.
(gdbpy_breakpoint_created): Remove casts around py_bp_object
accesses.

13 years ago * ld/testsuite/ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
Matthew Gretton-Dann [Thu, 25 Nov 2010 09:34:43 +0000 (09:34 +0000)] 
* ld/testsuite/ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
jump-reloc-veneers* tests with --section-start .text=0x8000.

13 years ago2010-11-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Andreas Krebbel [Thu, 25 Nov 2010 09:33:54 +0000 (09:33 +0000)] 
2010-11-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/tc-s390.c (current_cpu): Initialize with latest CPU.
(init_default_arch): Default to z/Architecture mode if CPU provides it.
Remove the check setting the CPU default.

2010-11-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* opcode/s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_MAXCPU.

13 years agoUpdate translations
Alan Modra [Thu, 25 Nov 2010 06:08:52 +0000 (06:08 +0000)] 
Update translations

13 years ago * scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
Alan Modra [Thu, 25 Nov 2010 03:03:02 +0000 (03:03 +0000)] 
* scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
sections.

13 years ago PR gas/12264
Alan Modra [Thu, 25 Nov 2010 01:15:14 +0000 (01:15 +0000)] 
PR gas/12264
* compress-debug.c: Include config.h first.

13 years agoAdd rs6000-core.c/.o to the list of optional backend files...
Joel Brobecker [Thu, 25 Nov 2010 01:06:30 +0000 (01:06 +0000)] 
Add rs6000-core.c/.o to the list of optional backend files...

This makes sure that rs6000-core.c gets recompiled whenever any of its
dependencies get changed.

bfd/ChangeLog:

        * Makefile.am (OPTIONAL_BACKENDS): Add rs6000-core.lo.
        (OPTIONAL_BACKENDS_CFILES): Add rs6000-core.c.
        * Makefile.in: Regenerate.

13 years agoBuild failure on ppc-aix (bfd_elf_get_obj_attr_int is undefined)
Joel Brobecker [Thu, 25 Nov 2010 00:23:39 +0000 (00:23 +0000)] 
Build failure on ppc-aix (bfd_elf_get_obj_attr_int is undefined)

bfd_uses_spe_extensions should only be used when BFD has been built
with ELF support.  The typical way of checking that in GDB is to use
the HAVE_ELF macro.

gdb/ChangeLog:

        * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
        only if HAVE_ELF is defined.

13 years ago*** empty log message ***
gdbadmin [Thu, 25 Nov 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Wed, 24 Nov 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

13 years agogas: bfin: convert to new doc style
Mike Frysinger [Wed, 24 Nov 2010 22:20:02 +0000 (22:20 +0000)] 
gas: bfin: convert to new doc style

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agogdb/
Jan Kratochvil [Wed, 24 Nov 2010 19:08:30 +0000 (19:08 +0000)] 
gdb/
Code cleanup.
* infrun.c (struct inferior_status) <stepping_over_breakpoint>
(save_inferior_status) <stepping_over_breakpoint>
(restore_inferior_status) <stepping_over_breakpoint>: Rename to
trap_expected.
(struct inferior_status) <step_resume_break_address>: Remove.

13 years agogdb/
Jan Kratochvil [Wed, 24 Nov 2010 19:05:46 +0000 (19:05 +0000)] 
gdb/
* infrun.c (struct inferior_status, save_inferior_status)
(restore_inferior_status): Group and reorder the fields, comment their
groups.

13 years agogdb/
Jan Kratochvil [Wed, 24 Nov 2010 19:01:51 +0000 (19:01 +0000)] 
gdb/
Code cleanup.
* dictionary.c
(struct dict_vector) <iter_match_first, iter_match_next>
(iter_match_first_hashed, iter_match_next_hashed)
(iter_match_first_linear, iter_match_next_linear)
(dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
(iter_match_next_hashed, iter_match_first_linear)
(iter_match_next_linear): Use symbol_compare_ftype.
* dictionary.h: Include symfile.h.
(dict_iter_match_first, dict_iter_match_next): Use
symbol_compare_ftype.
* dwarf2read.c (dw2_map_matching_symbols): Likewise.
* psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
(map_matching_symbols_psymtab): Likewise.
* symfile.h (symbol_compare_ftype): New typedef.
(struct quick_symbol_functions) <map_matching_symbols): Use
symbol_compare_ftype.

13 years ago2010-11-24 Edjunior Machado <emachado@br.ibm.com>
Thiago Jung Bauermann [Wed, 24 Nov 2010 18:06:18 +0000 (18:06 +0000)] 
2010-11-24  Edjunior Machado  <emachado@br.ibm.com>

* gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.

13 years ago2010-11-24 Edjunior Machado <emachado@br.ibm.com>
Thiago Jung Bauermann [Wed, 24 Nov 2010 17:57:34 +0000 (17:57 +0000)] 
2010-11-24  Edjunior Machado  <emachado@br.ibm.com>

* gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
on ppc64's symbols; "finish" and "return" commands must accept to
show the caller line again as well as the line after.
* gdb.asm/powerpc64.inc: New file.

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

13 years ago PR ld/12253
Alan Modra [Tue, 23 Nov 2010 23:30:04 +0000 (23:30 +0000)] 
PR ld/12253
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct
DW_EH_PE_datarel handling.  Truncate .eh_frame_hdr address to
ptr_size.

13 years agodaily update
Alan Modra [Tue, 23 Nov 2010 23:00:04 +0000 (23:00 +0000)] 
daily update

13 years ago * lib/gdb.exp (gdb_test_sequence): New function.
Doug Evans [Tue, 23 Nov 2010 22:25:37 +0000 (22:25 +0000)] 
* lib/gdb.exp (gdb_test_sequence): New function.
(gdb_expect_list): Add verbose -log call for each pattern.
* gdb.base/signals.exp (test_handle_all_print): Call it.
Reduce timeout increment from 6 minutes to 1 minute.
* gdb.server/ext-run.exp: Call it.

13 years agoinclude/opcode/
Richard Sandiford [Tue, 23 Nov 2010 20:24:32 +0000 (20:24 +0000)] 
include/opcode/
* mips.h: Fix previous commit.

13 years ago2010-11-23 Sterling Augustine <sterling@tensilica.com>
Sterling Augustine [Tue, 23 Nov 2010 19:19:38 +0000 (19:19 +0000)] 
2010-11-23  Sterling Augustine  <sterling@tensilica.com>

* doc/as.texinfo: Refer to and include c-xtensa.texi for Xtensa
options.  Move Xtensa options to proper alphabetical location.
* doc/c-xtensa.texi: Add markup for use in manpage generation.

13 years agoProperly check default linker.
H.J. Lu [Tue, 23 Nov 2010 18:10:14 +0000 (18:10 +0000)] 
Properly check default linker.

2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/12258
* configure.ac: Correct comments for --enable-gold/--enable-ld.
Properly check default linker.
* configure: Regnerated.

13 years ago * mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
Nick Clifton [Tue, 23 Nov 2010 17:04:13 +0000 (17:04 +0000)] 
* mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
(INSN_LOONGSON_3A): Clear bit 31.

* elfxx-mips.c (mips_set_isa_flags): Move bfd_mach_loongson_3a
after bfd_mach_mips_sb1.

* config/tc-mips.c (mips_cpu_info_table): Move loongson3a after sb1.

13 years agoRefer to and include c-i386.texi for i386 options.
H.J. Lu [Tue, 23 Nov 2010 15:27:36 +0000 (15:27 +0000)] 
Refer to and include c-i386.texi for i386 options.

2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>

* doc/as.texinfo: Refer to and include c-i386.texi for i386
options.

* doc/c-i386.texi: Add markup for use in manpage generation.

13 years agogdb
Tom Tromey [Tue, 23 Nov 2010 14:39:16 +0000 (14:39 +0000)] 
gdb
* configure: Rebuild.
* configure.ac (READLINE_TEXI_INCFLAG): New subst.
gdb/doc
* gdb.texinfo (Top): Check SYSTEM_READLINE.
(Editing): Likewise.
(Command History): Likewise.
(TUI Keys): Likewise.
(Bug Reporting): Conditionally include rluser.texi and
inc-history.texinfo.
* Makefile.in (READLINE_TEXI_INCFLAG): New variable.
(GDB_DOC_SOURCE_INCLUDES): Add comment.
(GDBvn.texi): Set SYSTEM_READLINE when appropriate.
(gdb.dvi): Use READLINE_TEXI_INCFLAG.
(gdb.pdf): Likewise.
(gdb.info): Likewise.
(gdb/index.html): Likewise.

13 years agogdb
Tom Tromey [Tue, 23 Nov 2010 14:37:26 +0000 (14:37 +0000)] 
gdb
* Makefile.in (SUBDIRS): Add doc.
* configure: Rebuild.
* configure.ac: Don't configure in doc.  Create doc/Makefile.
gdb/doc
* Makefile.in (Makefile): Run ../config.status.
(distclean): Update.
* configure: Remove.
* configure.ac: Remove.

13 years ago * configure.ac: For --enable-gold, handle value `default' instead of
Nick Clifton [Tue, 23 Nov 2010 13:39:57 +0000 (13:39 +0000)] 
* configure.ac: For --enable-gold, handle value `default' instead of
`both*'.   New configure option --{en,dis}able-ld.

ld, gold/
* configure.ac: For --enable-gold, handle value `default' instead of
`both*'. Always install ld as ld.gold, install as ld if gold is
the default.

13 years ago2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Tue, 23 Nov 2010 13:33:23 +0000 (13:33 +0000)] 
2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12212

* python/py-inferior.c (find_thread_object): Check if PIDGET
returns 0.

2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>

        PR python/12212

* gdb.python/python.exp: Check that selected_thread raises an
error when no inferior is loaded.

13 years agosim: profile: fix building with --disable-sim-profile
Mike Frysinger [Tue, 23 Nov 2010 02:48:54 +0000 (02:48 +0000)] 
sim: profile: fix building with --disable-sim-profile

When the sim is configured with profile support disabled, the build fails:
./../common/sim-profile.c: In function 'profile_option_handler':
./../common/sim-profile.c:337:6: warning: implicit declaration of function 'PROFILE_PC_FREQ'
./../common/sim-profile.c:337:6: error: lvalue required as left operand of assignment
./../common/sim-profile.c:351:6: warning: implicit declaration of function 'PROFILE_PC_NR_BUCKETS'
./../common/sim-profile.c:351:6: error: lvalue required as left operand of assignment
./../common/sim-profile.c:381:6: warning: implicit declaration of function 'PROFILE_PC_SHIFT'
./../common/sim-profile.c:381:6: error: lvalue required as left operand of assignment
./../common/sim-profile.c:405:8: warning: implicit declaration of function 'PROFILE_PC_START'
./../common/sim-profile.c:405:8: error: lvalue required as left operand of assignment
./../common/sim-profile.c:406:8: warning: implicit declaration of function 'PROFILE_PC_END'
./../common/sim-profile.c:406:8: error: lvalue required as left operand of assignment
./../common/sim-profile.c: In function 'profile_uninstall':
./../common/sim-profile.c:1299:7: warning: implicit declaration of function 'PROFILE_INSN_COUNT'
./../common/sim-profile.c:1299:37: warning: comparison between pointer and integer
./../common/sim-profile.c:1300:2: warning: passing argument 1 of 'zfree' makes pointer from integer without a cast
../common/sim-utils.h:30:6: note: expected 'void *' but argument is of type 'int'
make[2]: *** [sim-profile.o] Error 1

So add some stubs similar to how some of the other subsystems are
stubbed out so things build correctly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agosim: cast away hw/device differences
Mike Frysinger [Tue, 23 Nov 2010 02:45:29 +0000 (02:45 +0000)] 
sim: cast away hw/device differences

When building with device and hw support, the sim-core code generates a
lot of build time warnings such as:

./../common/sim-core.c: In function 'sim_core_map_attach':
./../common/sim-core.c:198:7: warning: passing argument 1 of 'device_error' from incompatible pointer type
../common/sim-core.h:347:6: note: expected 'struct device *' but argument is of type 'struct hw *'
./../common/sim-core.c:235:7: warning: passing argument 1 of 'device_error' from incompatible pointer type
../common/sim-core.h:347:6: note: expected 'struct device *' but argument is of type 'struct hw *'

In reality, these two structures get cast back and forth in the core
code already and so are "compatible".  So tweak the three functions
that generate all of these warnings to include the casts automatically.
I know this isn't exactly clean, but the current device/hw ifdef
approach is full of landmines itself and I'm not entirely sure how
to unscrew it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agoDelete redundant variable in ada_template_to_fixed_record_type_1.
Joel Brobecker [Tue, 23 Nov 2010 01:12:05 +0000 (01:12 +0000)] 
Delete redundant variable in ada_template_to_fixed_record_type_1.

gdb/ChangeLog:

        * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.

13 years ago[Ada] array pointers encoded as typedef to fat pointer
Joel Brobecker [Tue, 23 Nov 2010 01:10:54 +0000 (01:10 +0000)] 
[Ada] array pointers encoded as typedef to fat pointer

A recent change in check_typedef caused the following regression,
considering:

        type String_Access is access String;
        S1 : String_Access := null;

Trying to print S1, we get:

        (gdb) print s1
        $1 = (string) (null)

The type name is wrong.  We were expecting:

        (gdb) print s1
        $1 = (string_bug.string_access) (null)

The extensive comment in this patch explains how pointers to arrays
are encoded when the array is a "fat pointer".  What happened is
that the change in check_typedef broke a type-equality test that
we were performing.   The test really was on the fringe, but it
turns out that, for what we're doing, we're really only interested
in the main-type portion of the type.

The patch adjust the check accordingly.

gdb/ChangeLog:

        * ada-lang.c (ada_to_fixed_type): Expand function documentation.
        Return the original type if the main type portions match rather
         than when the type themselves match.

13 years agoGDB SEGV while trying to print uninitialize variant record
Joel Brobecker [Tue, 23 Nov 2010 01:07:22 +0000 (01:07 +0000)] 
GDB SEGV while trying to print uninitialize variant record

We have a variant record whose value is defined as follow:

   type Discriminant_Record (Num1, Num2,
                             Num3, Num4 : Natural) is record
      Field1 : My_Record_Array (1 .. Num2);
      Field2 : My_Record_Array (Num1 .. 10);
      Field3 : My_Record_Array (Num1 .. Num2);
      Field4 : My_Record_Array (Num3 .. Num2);
      Field5 : My_Record_Array (Num4 .. Num2);
   end record;
   Dire : Discriminant_Record (1, 7, 3, 0);

However, we're trying to print "Dire" before it is elaborated.
This is common if one breaks on a function and then starts doing
"info locals" for instance.

What happens is that GDB reads bogus values for fields Num1 to
Num4, and deduces a bogus (ginormouos) size for component
"Field1".  The length is so large that it then later causes
an overflow in the overall record length computation. Things
go downhill from there, because length(field1) > length(record).
So, when after we've fetched the value of the record based on
the computed size, we crash trying to access unallocated memory
when accessing field1...

The first fix we can do is to check the size of the field
against the maximum object size.  If it exceeds that size,
then we know the record will also exceed that size...

gdb/ChangeLog:

        * ada-lang.c (ada_template_to_fixed_record_type_1):
        For dynamic fields, check the field size against the maximum
        object size.

13 years agosupport for mips-irix on-stack trampolines
Joel Brobecker [Tue, 23 Nov 2010 01:06:08 +0000 (01:06 +0000)] 
support for mips-irix on-stack trampolines

On mips-irix, the debugger has trouble stepping over the following
line of code:

    S: Shape'Class := R;   <<<<---- STOP here

Here is what happens:

    (gdb) n
    warning: GDB can't find the start of the function at 0x7fff2bd8.

        GDB is unable to find the start of the function at 0x7fff2bd8
    and thus can't determine the size of that function's stack frame.
    This means that GDB may be unable to access that stack frame, or
    the frames below it.
        This problem is most likely caused by an invalid program counter or
    stack pointer.
        However, if you think GDB should simply search farther back
    from 0x7fff2bd8 for code which looks like the beginning of a
    function, you can increase the range of the search using the `set
    heuristic-fence-post' command.
    0x7fff2bd8 in ?? ()

The program does in fact jump to this code location, which is a trampoline
located on the stack (there is an implicit call to a routine internally
generated by the Ada expander). As it is on the stack, GDB is naturally
 unable to find the bounds of the current function, or any debugging
information, and is thus unable to continue.

This patch adds support for this sort of trampoline.

gdb/ChangeLog:

        * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
        function.
        (mips_irix_n32_stack_tramp_frame): New static global.
        (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
        list of unwinder.

13 years ago[Ada/tasks] Optimize ATCB lookups
Joel Brobecker [Tue, 23 Nov 2010 01:04:54 +0000 (01:04 +0000)] 
[Ada/tasks] Optimize ATCB lookups

Type symbols that are used to decode the Ada task control block may be
duplicated in any unit that uses a tasking feature; an Ada lookup of
these symbols would collect all the duplicated instances and could
provoke the load of a huge amount of debug symbols in the process.

However, when decoding the task information, we are only interested in
one instance; and we have the full name of the symbol anyway. So use
a C lookup instead of an Ada lookup.

2010-11-05  Jerome Guitton  <guitton@adacore.com>

* ada-tasks.c (get_tcb_types_info): Use C lookups to get
ATCB symbols.

13 years agoinfinite recursion with ada_check_typedef
Joel Brobecker [Tue, 23 Nov 2010 01:03:54 +0000 (01:03 +0000)] 
infinite recursion with ada_check_typedef

When trying to resolve an incomplete type, if there is no complete
version of that type available, GDB can go in an infinite loop.

This is because ada_check_typedef makes a recursive call to itself,
in an attempt to make sure that the returned type is never a typedef.
However, when no complete type is found, the current logic causes us
to keep going indefinitely through the same path...

This patch fixes the problem by performing the recursive call to
ada_check_typedef only when a TYPE_CODE_TYPDEF layer needs to be
stripped.

gdb/ChangeLog:

        * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
        if type1 is a typedef.

13 years agoAdd `_finalizer' to the list of known GNAT auxilary routines.
Joel Brobecker [Tue, 23 Nov 2010 01:01:22 +0000 (01:01 +0000)] 
Add `_finalizer' to the list of known GNAT auxilary routines.

This is a new routine that is being generated by the expander in
the context of controlled types.  This patch adds it to the list of such
routines so that the debugger does not show it when selecting the first
"user" frame (when switching tasks for instance).

gdb/ChangeLog:

        * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
        "_finalizer" to the list.

13 years agoRemove commented-out code in symfile.c
Joel Brobecker [Tue, 23 Nov 2010 00:59:58 +0000 (00:59 +0000)] 
Remove commented-out code in symfile.c

This patch removes some code that has been `#if 0'-ed since at least
1999 or 2000...

gdb/ChangeLog:

        * symfile.c: Remove all "#if 0"/"#endif" blocks.

13 years agosymfile.c: Add missing second space after period.
Joel Brobecker [Tue, 23 Nov 2010 00:58:55 +0000 (00:58 +0000)] 
symfile.c: Add missing second space after period.

gdb/ChangeLog:

        * symfile.c: Add missing second space after period in various comments.

13 years agoMinor comment reformatting in ada-typeprint.c
Joel Brobecker [Tue, 23 Nov 2010 00:58:04 +0000 (00:58 +0000)] 
Minor comment reformatting in ada-typeprint.c

gdb/ChangeLog:

        * ada-typeprint.c (print_array_type): Fix formatting in comment.
        (print_selected_record_field_types): Fix formatting in function
        documentation.

13 years agocopy/paste typo when registering the `show ravenscar' prefix command
Joel Brobecker [Tue, 23 Nov 2010 00:56:52 +0000 (00:56 +0000)] 
copy/paste typo when registering the `show ravenscar' prefix command

gdb/ChangeLog:

        * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
        in name of "show ravenscar" prefix command name.

13 years agoAdd missing \n in `show ravenscar task-switching' output
Joel Brobecker [Tue, 23 Nov 2010 00:55:50 +0000 (00:55 +0000)] 
Add missing \n in `show ravenscar task-switching' output

A new-line was missing at the end of the output of the `show ravenscar
task-switching' command.  For instance:

    (gdb) show ravenscar task-switching
    Support for Ravenscar task/thread switching is enabled(gdb)

This patch fixes it.

gdb/ChangeLog:

        * ravenscar-thread.c (show_ravenscar_task_switching_command):
        Add missing '\n' in output.

13 years ago[Ada/ravenscar] New name for active-thread symbol
Joel Brobecker [Tue, 23 Nov 2010 00:55:08 +0000 (00:55 +0000)] 
[Ada/ravenscar] New name for active-thread symbol

The GNAT Ravenscar implementation has recently been enhanced to allow
programs using that runtime to run on multi-cpu systems.  One of the
changes that were made is that the name of the symbol we use to
determine which task is the currently-running task has changed.

This patch enhances the debugger to use the new name, and fallback on
the old name if not found (this is for compatibility with older versions
of the compiler/runtime).

gdb/ChangeLog:

        * ravenscar-thread.c (running_thread_name): Change value.
        (read_thread_id): Remove advance declaration.
        (get_running_thread_msymbol): New function.
        (has_ravenscar_runtime): Use get_running_thread_msymbol to
        compute msym_running_thread.
        (get_running_thread_id): Renames read_thread_id. Slight modifications
        to not take any argument anymore, using get_running_thread_msymbol
        to determine which symbol to use instead.
        (ravenscar_running_thread): Use get_running_thread_id instead of
        read_thread_id.

13 years agoMove ChangeLog entry to the correct ChangeLog file.
Joel Brobecker [Tue, 23 Nov 2010 00:34:42 +0000 (00:34 +0000)] 
Move ChangeLog entry to the correct ChangeLog file.

13 years agoravenscar/sparc: cannot fetch registers from non-active thread
Joel Brobecker [Tue, 23 Nov 2010 00:29:45 +0000 (00:29 +0000)] 
ravenscar/sparc: cannot fetch registers from non-active thread

gdb/ChangeLog:

        * ravenscar-sparc-thread.c (supply_register_at_address):
        Fix passing of buf in call to regcache_raw_supply.

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

13 years agodaily update
Alan Modra [Mon, 22 Nov 2010 23:00:05 +0000 (23:00 +0000)] 
daily update

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