deliverable/binutils-gdb.git
14 years ago * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
Alan Modra [Mon, 28 Jun 2010 14:06:57 +0000 (14:06 +0000)] 
* config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
* config/tc-crx.c (gettrap): Constify arg.
(handle_LoadStor, get_cinv_parameters): Likewise.
(getreg_image): Fix enum warning
(md_assemble): Restore input line char.
* config/tc-hppa.c (tc_gen_reloc): Fix enum warning.
* config/tc-i960.c (mem_fmt): Rename var to fix shadow warning.
* config/tc-sh.c (sh_fdpic): Only define when OBJ_ELF.
(build_Mytes): Fix build failure for non-elf targets.
* config/tc-tic4x.c (tic4x_eval): Restore terminator char.
* config/tc-xtensa.c (xtensa_end_directive): Fix switch enum warning.

* cgen.c (gas_cgen_md_apply_fix): Avoid set but unused warning.
* ecoff.c (add_ecoff_symbol): Likewise.
* itbl-ops.c (append_insns_as_macros): Likewise.
* listing.c (debugging_pseudo): Likewise.
* read.c (s_mri_common, stringer): Likewise.
* config/obj-coff.c (coff_frob_section): Likewise.
* config/tc-alpha.c (emit_ldgp, s_alpha_proc): Likewise.
* config/tc-arm.c (my_get_expression): Likewise.
* config/tc-hppa.c (process_exit, pa_type_args): Likewise.
* config/tc-m32c.c (md_assemble): Likewise.
* config/tc-microblaze.c (md_convert_frag): Likewise.
* config/tc-mips.c (s_change_section): Likewise.
* config/tc-mt.c (mt_fix_adjustable): Likewise.
* config/tc-xtensa.c (xtensa_literal_pseudo): Likewise.

* config/obj-aout.c (obj_aout_frob_symbol): Delete set but otherwise
unused vars.
* config/tc-alpha.c (load_expression): Likewise.
(s_alpha_rdata, s_alpha_section, s_alpha_prologue): Likewise.
* config/tc-arm.c (parse_neon_el_struct_list): Likewise.
* config/tc-avr.c (extract_word): Likewise.
* config/tc-cris.c (cris_get_expression): Likewise.
* config/tc-d30v.c (build_insn, find_format): Likewise.
* config/tc-dlx.c (machine_ip): Likewise.
* config/tc-hppa.c (pa_get_absolute_expression): Likewise.
* config/tc-i370.c (md_assemble): Likewise.
* config/tc-i960.c (brtab_emit): Likewise.
* config/tc-iq2000.c (s_iq2000_ent): Likewise.
* config/tc-m32c.c (md_convert_frag): Likewise.
* config/tc-m68hc11.c (fixup24, build_jump_insn): Likewise.
(md_estimate_size_before_relax, md_apply_fix): Likewise.
* config/tc-m68k.c (md_show_usage): Likewise.
* config/tc-microblaze.c (microblaze_s_lcomm): Likewise.
* config/tc-mips.c (s_mips_end): Likewise.
* config/tc-mmix.c (mmix_byte, mmix_cons): Likewise.
* config/tc-mn10300.c (md_assemble): Likewise.
* config/tc-msp430.c (extract_word): Likewise.
* config/tc-mt.c (md_assemble): Likewise.
* config/tc-or32.c (machine_ip): Likewise.
* config/tc-pj.c (md_apply_fix): Likewise.
* config/tc-s390.c (md_gather_operands): Likewise.
* config/tc-sh.c (sh_cons_align): Likewise.
* config/tc-sparc.c (sparc_cons_align): Likewise.
* config/tc-tic4x.c (tic4x_sect): Likewise.
* config/tc-tic54x.c (tic54x_stringer): Likewise.
* config/tc-vax.c (vip_op): Likewise.
* config/tc-xstormy16.c (xstormy16_cons_fix_new): Likewise.
* config/tc-xtensa.c (md_assemble): Likewise.
(xtensa_fix_short_loop_frags, convert_frag_immed): Likewise.
(xtensa_move_literals): Likewise.

14 years ago * gas/config/tc-arm.c (parse_neon_alignment): New function.
Matthew Gretton-Dann [Mon, 28 Jun 2010 09:10:25 +0000 (09:10 +0000)] 
* gas/config/tc-arm.c (parse_neon_alignment): New function.
(parse_address_main): Fix Neon load/store alignment parsing.
* gas/testsuite/gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
* gas/testsuite/gas/arm/neon-ldst-align-bad.s: Likewise.
* gas/testsuite/gas/arm/neon-ldst-es.d: Likewise.
* gas/testsuite/gas/arm/neon-ldst-es.s: Likewise.
* opcodes/arm-disc.c (parse_insn_neon):  Fix Neon alignment syntax.

14 years agodaily update
Alan Modra [Mon, 28 Jun 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

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

14 years ago * gdb.cp/m-static.exp: Update expected test output.
Doug Evans [Sun, 27 Jun 2010 17:19:54 +0000 (17:19 +0000)] 
* gdb.cp/m-static.exp: Update expected test output.

14 years ago * value.c (value_static_field): Use `switch' instead of `if'.
Doug Evans [Sun, 27 Jun 2010 16:40:14 +0000 (16:40 +0000)] 
* value.c (value_static_field): Use `switch' instead of `if'.
Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.

14 years ago * valops.c (search_struct_field): Fix typo in error message.
Doug Evans [Sun, 27 Jun 2010 16:26:41 +0000 (16:26 +0000)] 
* valops.c (search_struct_field): Fix typo in error message.

14 years ago * elf64-ppc.c (get_tls_mask): Don't segfault on NULL elf_section_data.
Alan Modra [Sun, 27 Jun 2010 08:37:22 +0000 (08:37 +0000)] 
* elf64-ppc.c (get_tls_mask): Don't segfault on NULL elf_section_data.
(group_sections): Likewise.

14 years ago * symtab.cc (detect_odr_violations): When reporting an ODR
Ian Lance Taylor [Sun, 27 Jun 2010 06:17:36 +0000 (06:17 +0000)] 
* symtab.cc (detect_odr_violations): When reporting an ODR
violation, report an object where the symbol is defined.

14 years agofix set but unused variable warnings
Alan Modra [Sun, 27 Jun 2010 04:07:55 +0000 (04:07 +0000)] 
fix set but unused variable warnings

14 years agodaily update
Alan Modra [Sun, 27 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Sun, 27 Jun 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * dwarf2expr.c (execute_stack_op): Place preprocessor
Ulrich Weigand [Sat, 26 Jun 2010 14:05:29 +0000 (14:05 +0000)] 
* dwarf2expr.c (execute_stack_op): Place preprocessor
directives at the start of the source line.

14 years agoRefactor 'maint time' command statistics.
Paul N. Hilfinger [Sat, 26 Jun 2010 06:44:47 +0000 (06:44 +0000)] 
Refactor 'maint time' command statistics.

Consolidate code for displaying per-command time and space statistics to avoid
duplication.  Piggyback on cleanups so that statistics get printed even when
commands terminate as a result of an error.

Changelog

    * gdb/defs.h (make_command_stats_cleanup): Declare.
    (set_display_time): Declare.
    (set_display_space): Declare.
    * gdb/event-top.c (command_handler): Use make_command_stats_cleanup.
    * gdb/main.c (display_time, display_space): Move definitions to utils.c.
    (captured_main): Use make_command_stats_cleanup to get start-up
    statistics.
    Use set_display_time and set_display_space for processing OPT_STATISTICS
    case.
    * gdb/maint.c (maintenance_time_display): Use set_display_time.
    (maintenance_space_display): Use set_display_space.
    * gdb/top.c (execute_command): Remove obsolete 'maint time' code.
    (command_loop): Use make_command_stats_cleanup.
    * gdb/utils.c (struct cmd_stats): Structure for storing initial time
    and space usage.
    (display_time, display_space): Move definitions here from utils.c.
    (set_display_time): New function.
    (set_display_space): New function.
    (make_command_stats_cleanup): New function.
    (report_command_stats): New auxiliary function for
    make_command_stats_cleanup.
    * gdb/testsuite/gdb.gdb/selftest.exp: Adjust expected message for
    capturing start-up runtime.

14 years agodaily update
Alan Modra [Sat, 26 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago*** empty log message ***
gdbadmin [Sat, 26 Jun 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

14 years ago * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
Ulrich Weigand [Fri, 25 Jun 2010 22:00:59 +0000 (22:00 +0000)] 
* solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
hosts where CORE_ADDR is long long.

14 years agoAdded NEWS entry about C++ improvements.
Sami Wagiaalla [Fri, 25 Jun 2010 18:19:31 +0000 (18:19 +0000)] 
Added NEWS entry about C++ improvements.

14 years agogdb
Tom Tromey [Fri, 25 Jun 2010 18:15:18 +0000 (18:15 +0000)] 
gdb
PR python/10808:
* python/python.c (execute_gdb_command): Add keywords.  Accept
"to_string" argument.
(struct restore_ui_file_closure): New.
(restore_ui_file): New function.
(make_cleanup_restore_ui_file): Likewise.
(GdbMethods) <execute>: Update.
gdb/doc
PR python/10808:
* gdb.texinfo (Basic Python): Document new gdb.execute argument.
gdb/testsuite
PR python/10808:
* gdb.python/python.exp: Add new tests.

14 years agoAdded import loop test.
Sami Wagiaalla [Fri, 25 Jun 2010 18:05:30 +0000 (18:05 +0000)] 
Added import loop test.

2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>

* gdb.cp/operator.cc: Created an import loop.
* gdb.cp/operator.exp: Added testcase for import loop.

14 years ago * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
Ulrich Weigand [Fri, 25 Jun 2010 17:47:29 +0000 (17:47 +0000)] 
* s390-tdep.c (s390_push_dummy_call): Error on stack overflow
during inferior call stack frame setup.

14 years ago2010-06-25 Ken Werner <ken.werner@de.ibm.com>
Ulrich Weigand [Fri, 25 Jun 2010 17:39:56 +0000 (17:39 +0000)] 
2010-06-25  Ken Werner  <ken.werner@de.ibm.com>

* solib-spu.c: Include "exception.h".
(ocl_program_data_key): New variable.
        (append_ocl_sos): New function.
        (ocl_enable_break): Likewise.
(spu_current_sos): Call append_ocl_sos.
(spu_solib_loaded): Call ocl_enable_break.
(_initialize_spu_solib): Register ocl_program_data_key.

14 years ago * cp-support.c (reset_directive_searched): New function.
Ulrich Weigand [Fri, 25 Jun 2010 16:16:44 +0000 (16:16 +0000)] 
* cp-support.c (reset_directive_searched): New function.
(make_symbol_overload_list_using): Prevent recursive calls.

14 years ago2010-06-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 25 Jun 2010 15:37:43 +0000 (15:37 +0000)] 
2010-06-25  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (_bfd_vms_write_egsd): Check absolute section with
its flags.  Create an absolute section if needed.

14 years agogdb/testsuite/
Jan Kratochvil [Fri, 25 Jun 2010 15:34:46 +0000 (15:34 +0000)] 
gdb/testsuite/
Test PR python/11407.
* gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
* gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
* gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
executable_nofb and executable_fb.  New variables srcsfile, objsfile,
srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
binfile.  Call gdb_compile with clean_restart twice.
(func_nofb print, func_nofb backtrace, func_loopfb print)
(func_loopfb backtrace): New.

14 years agogdb/testsuite/
Jan Kratochvil [Fri, 25 Jun 2010 15:32:49 +0000 (15:32 +0000)] 
gdb/testsuite/
* gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
* gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
by a hand made one.
* gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
i?86 requirement.  Remove variables srcfile and binfile.  New variable
sources, executable_nofb and executable_fb.  Call prepare_for_testing.

14 years ago2010-06-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 25 Jun 2010 15:21:48 +0000 (15:21 +0000)] 
2010-06-25  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (_bfd_vms_write_egsd): Set target_index field of
sections.  Mark .vmsdebug section as SEC_DEBUGGING.  Do not create
dummy psect anymore.  Adjust.
(_bfd_vms_write_eeom): Adjust (use target_index instead of index)
(_bfd_vms_write_etir): Ditto.
(start_etir_or_etbt_record): Test for SEC_DEBUGGING instead of
section name.  Adjust.

14 years ago2010-06-24 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Fri, 25 Jun 2010 15:13:52 +0000 (15:13 +0000)] 
2010-06-24  Phil Muldoon  <pmuldoon@redhat.com>

* printcmd.c (print_variable_and_value): Print error message on
caught exception.

14 years ago2010-06-25 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 25 Jun 2010 14:54:19 +0000 (14:54 +0000)] 
2010-06-25  Tristan Gingold  <gingold@adacore.com>

* vms-alpha.c (alpha_vms_write_exec): Set linktime field.

14 years agoChangeLog:
Ulrich Weigand [Fri, 25 Jun 2010 13:00:33 +0000 (13:00 +0000)] 
ChangeLog:

* dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
of stack values.
(struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
"value" member.
(dwarf_expr_push): Change input type to ULONGEST.
(dwarf_expr_fetch): Change return type to ULONGEST.
(dwarf_expr_fetch_address): Add prototype.
(dwarf2_read_address): Remove prototype.
* dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
Truncate stack values to ctx->addr_size bytes.
(dwarf_expr_fetch): Change return value to ULONGEST.
(dwarf_expr_fetch_address): New function.
(add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
when appropriate.  Update for struct dwarf_expr_piece changes.
(dwarf2_read_address): Remove.
(unsigned_address_type): Remove.
(signed_address_type): Remove.
(execute_stack_op): Use dwarf_expr_fetch_address instead of
dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
values.  Perform operations on ULONGEST instead of on GDB values,
sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
values and DW_OP_deref results as unsigned integers.
* dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
changes.
(write_pieced_value): Likewise.
(dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
dwarf_expr_fetch when appropriate.
(compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
* dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
instead of dwarf_expr_fetch when appropriate.

testsuite/ChangeLog:

* gdb.cell/dwarfaddr.exp: New file.
* gdb.cell/dwarfaddr.S: New file.

14 years ago * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
Pierre Muller [Fri, 25 Jun 2010 07:32:25 +0000 (07:32 +0000)] 
* c-typeprint.c (c_print_typedef): Append new type name for typedefs.

14 years agoinclude/elf/
Alan Modra [Fri, 25 Jun 2010 05:20:57 +0000 (05:20 +0000)] 
include/elf/
* ppc64.h (R_PPC64_LO_DS_OPT): Define.
bfd/
* elf64-ppc.c (toc_skip_enum): Define.
(ppc64_elf_edit_toc): Use two low bits of skip array as markers.
Optimize largetoc sequences.
(adjust_toc_syms): Update for skip array change.
(ppc64_elf_relocate_section): Handle R_PPC64_LO_DS_OPT.
ld/
* emultempl/ppc64elf.em (prelim_size_sections): New function.
(ppc_before_allocation): Use it.  Size sections before toc edit too.

14 years ago * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
Alan Modra [Fri, 25 Jun 2010 04:46:05 +0000 (04:46 +0000)] 
* emultempl/elf32.em (find_exp_assignment): Handle etree_provided.

14 years ago * elf64-ppc.c (is_static_defined): New function.
Alan Modra [Fri, 25 Jun 2010 03:46:04 +0000 (03:46 +0000)] 
* elf64-ppc.c (is_static_defined): New function.
(get_tls_mask, ppc_type_of_stub): Use it here.
(ppc64_elf_edit_opd): Ensure we only attempt to edit ppc64 input.
(ppc64_elf_tls_setup): Typo fix.
(adjust_toc_syms): Correctly handle symbols defined past the end
of the toc.  Move syms on removed entries to next entry rather
than to start of toc.
(ppc64_elf_edit_toc): Likewise.  Ensure we only attempt to
edit ppc64 input.  Allocate one extra word in skip array.
Honour info->keep_memory when reading relocs if we can.
Adjust toc relocs after adjusting symbols.

14 years ago2010-06-25 Doug Kwan <dougkwan@google.com>
Doug Kwan [Fri, 25 Jun 2010 00:37:40 +0000 (00:37 +0000)] 
2010-06-25  Doug Kwan  <dougkwan@google.com>

* arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
(Target_arm::section_may_have_icf_unsafe_pointers): New method
definition.
(Target_arm::Scan::local_reloc_may_be_function_pointer,
Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
target hook to detect function points.
(Target_arm::Scan::possible_function_pointer_reloc): New method.
* icf.h (Icf::check_section_for_function_pointers): Change type of
parameter SECTION_NAME to const reference to std::string.  Use
target hook to determine if section may have unsafe pointers.
* target.h (Target::section_may_have_icf_unsafe_pointers): New
method definition.

14 years ago*** empty log message ***
gdbadmin [Fri, 25 Jun 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Fri, 25 Jun 2010 00:00:04 +0000 (00:00 +0000)] 
daily update

14 years agoAdd support for gdb.PYTHONDIR as $gdb_datadir/python.
Joel Brobecker [Thu, 24 Jun 2010 22:52:04 +0000 (22:52 +0000)] 
Add support for  gdb.PYTHONDIR as $gdb_datadir/python.

Python scripts to be used by GDB can be stored in that directory,
and will be automatically found by the interpreter when importing them.
This patch also sets up <gdb_pythondir>/gdb as the directory where gdb
submodules can be stored.  For now, there is nothing there, but it can
now be added easily without further code changes.

gdb/ChangeLog:
2010-06-24  Joel Brobecker  <brobecker@adacore.com>

        * python/python.c (_initialize_python): Add new "constant"
        PYTHONDIR in gdb module.  Insert this path at the head of
        sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
        exec its __init__.py script if it exists in that directory.

14 years agoAdd "acc" register. Revise register order and names.
Kevin Buettner [Thu, 24 Jun 2010 20:38:05 +0000 (20:38 +0000)] 
Add "acc" register.  Revise register order and names.

14 years ago * psymtab.c (lookup_partial_symbol): Mark definition as static.
Tom Tromey [Thu, 24 Jun 2010 20:17:52 +0000 (20:17 +0000)] 
* psymtab.c (lookup_partial_symbol): Mark definition as static.

14 years agogdb/
Jan Kratochvil [Thu, 24 Jun 2010 18:24:03 +0000 (18:24 +0000)] 
gdb/
Fix GDB startup on readonly filesystem.
* charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.

14 years agogdb/
Jan Kratochvil [Thu, 24 Jun 2010 15:17:32 +0000 (15:17 +0000)] 
gdb/
Fix PR 9436.
* breakpoint.c (handle_jit_event): New function.
(bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
jit, err, table and bs_class.  New variables shlib_event, jit_event,
this_action and bptype.  Change bs_class assignments to this_action
assignments.  new unhandled bptype internal error.  Move here
shlib_event and jit_event handling from handle_inferior_event.
* breakpoint.h (enum bpstat_what_main_action): Extend the comment.
Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
BPSTAT_WHAT_CHECK_JIT.
* inferior.h (debug_infrun, stop_on_solib_events): New declarations.
* infrun.c (debug_infrun, stop_on_solib_events): Remove static.
(handle_inferior_event): Reinitialize frame and gdbarch after
bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
gdbarch when frame gets reinitialized.

gdb/testsuite/
Test PR 9436.
* gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.

14 years agoAdd command "eval".
Hui Zhu [Thu, 24 Jun 2010 06:12:15 +0000 (06:12 +0000)] 
Add command "eval".

14 years ago*** empty log message ***
gdbadmin [Thu, 24 Jun 2010 00:00:09 +0000 (00:00 +0000)] 
*** empty log message ***

14 years agodaily update
Alan Modra [Thu, 24 Jun 2010 00:00:08 +0000 (00:00 +0000)] 
daily update

14 years agoChangeLog:
Ulrich Weigand [Wed, 23 Jun 2010 12:46:37 +0000 (12:46 +0000)] 
ChangeLog:

* infrun.c (handle_inferior_event): Handle presence of single-step
breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
* breakpoint.c (detach_single_step_breakpoints): New function.
(detach_breakpoints): Call it.
(cancel_single_step_breakpoints): New function.
* breakpoint.h (cancel_single_step_breakpoints): Add prototype.

* spu-tdep.c (spu_memory_remove_breakpoint): New function.
(spu_gdbarch_init): Install it.

testsuite/ChangeLog:

* gdb.cell/fork.exp: New file.
* gdb.cell/fork.c: Likewise.
* gdb.cell/fork-spu.c: Likewise.

14 years ago * archive64.c (bfd_elf64_archive_write_armap): Fix buffer overrun
Nathan Sidwell [Wed, 23 Jun 2010 10:21:16 +0000 (10:21 +0000)] 
* archive64.c (bfd_elf64_archive_write_armap): Fix buffer overrun
when scaning map.

14 years agogdb/
Jan Kratochvil [Wed, 23 Jun 2010 10:12:14 +0000 (10:12 +0000)] 
gdb/
* configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
* configure: Regenerate.

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

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

14 years agogas/
Jan Beulich [Tue, 22 Jun 2010 07:43:41 +0000 (07:43 +0000)] 
gas/
2010-06-22  Jan Beulich  <jbeulich@novell.com>

PR gas/11732
* config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
symbols named "$".
(i386_intel_operand): Remove bogus handling of pseudo symbols
named "$".
* expr.c (current_location): Remove 'static' and local
declaration.
* expr.h (current_location): Declare.

gas/testsuite/
2010-06-22  Jan Beulich  <jbeulich@novell.com>

PR gas/11732
* gas/i386/jump.d: Adjust.
* gas/i386/jump.s: Add check for branch to 2+$.

14 years ago * lib/gdb.exp (banned_variables_traced): New global variable.
Pierre Muller [Tue, 22 Jun 2010 07:21:29 +0000 (07:21 +0000)] 
* lib/gdb.exp (banned_variables_traced): New global variable.
(gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
(gdb_init): Use `trace add variable' instead of obsolete
`trace variable'.

14 years ago2010-06-21 Stan Shebs <stan@codesourcery.com>
Stan Shebs [Tue, 22 Jun 2010 05:03:19 +0000 (05:03 +0000)] 
2010-06-21  Stan Shebs  <stan@codesourcery.com>

* gdb.texinfo: Add explicit @node and @appendix for GFDL.
* annotate.texinfo: Ditto.
* gdbint.texinfo: Ditto.
* stabs.texinfo: Ditto.

14 years ago2010-06-22 Hui Zhu <teawater@gmail.com>
Hui Zhu [Tue, 22 Jun 2010 02:15:46 +0000 (02:15 +0000)] 
2010-06-22  Hui Zhu  <teawater@gmail.com>

* i386-tdep.c (i386_record_lea_modrm): Change warning to query.
(i386_process_record): Ditto.
* record.c (record_memory_query): New variable.
(_initialize_record): New command "set record memory-query".
* record.h (record_memory_query): New extern.

2010-06-22  Hui Zhu  <teawater@gmail.com>

* gdb.texinfo: (Process Record and Replay): Add documentation
for command "set record memory-query".

14 years ago * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
Doug Evans [Tue, 22 Jun 2010 00:09:10 +0000 (00:09 +0000)] 
* i386-tdep.h (i386_displaced_step_copy_insn): Declare.
* i386-tdep.c (i386_displaced_step_copy_insn): New function.
(i386_syscall_p): Change type of lengthp to int.
(i386_displaced_step_fixup): Handle kernels that run one past a
syscall insn.
* i386-linux-tdep.c (i386_linux_init_abi): Use
i386_displaced_step_copy_insn instead of
simple_displaced_step_copy_insn.

14 years ago * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
Doug Evans [Tue, 22 Jun 2010 00:02:07 +0000 (00:02 +0000)] 
* gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.

14 years ago*** empty log message ***
gdbadmin [Tue, 22 Jun 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

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

14 years ago2010-06-21 Sterling Augustine <sterling@tensilica.com>
Sterling Augustine [Mon, 21 Jun 2010 23:56:34 +0000 (23:56 +0000)] 
2010-06-21  Sterling Augustine  <sterling@tensilica.com>

PR gas/11728
* as.c: Globalize keep_it.
(main): Remove keep_it. Move conditional from here...
(close_output_file): ...to here.

14 years ago2010-06-21 Rafael Espindola <espindola@google.com>
Rafael Ávila de Espíndola [Mon, 21 Jun 2010 21:21:25 +0000 (21:21 +0000)] 
2010-06-21  Rafael Espindola  <espindola@google.com>

* fileread.cc (Input_file::find_fie): New
(Input_file::open): Use Input_file::find_fie.
* fileread.h (Input_file::find_fie): New
* plugin.cc (set_extra_library_path): New.
(Plugin::load): Add set_extra_library_path to the transfer vector.
(Plugin_manager::set_extra_library_path): New.
(Plugin_manager::add_input_file): Use the extra search path if set.
(set_extra_library_path(): New.
* plugin.h (Plugin_manager): Add set_extra_library_path and
extra_search_path_.
2010-06-21  Rafael Espindola  <espindola@google.com>

* plugin-api.h (ld_plugin_set_extra_library_path): New.
(ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH.
(ld_plugin_tv): Add tv_set_extra_library_path.

14 years ago * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
Tom Tromey [Mon, 21 Jun 2010 19:49:19 +0000 (19:49 +0000)] 
* dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
(dwarf_type_encoding_name): Likewise.

14 years ago* bootstrap-lto.mk: New.
Alexandre Oliva [Mon, 21 Jun 2010 19:39:32 +0000 (19:39 +0000)] 
* bootstrap-lto.mk: New.

14 years ago * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
Tom Tromey [Mon, 21 Jun 2010 18:01:51 +0000 (18:01 +0000)] 
* p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
* p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
* m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
* gdbtypes.h (TYPE_ERROR_NAME): New macro.
* f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
* f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
* dwarf2read.c (tag_type_to_type): Create a new error type on
failure.
* c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
* c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.

14 years ago2010-06-21 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Mon, 21 Jun 2010 17:38:35 +0000 (17:38 +0000)] 
2010-06-21  Michael Snyder  <msnyder@vmware.com>

* breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
not add_abbrev_prefix_cmd, for "enable breakpoints".

14 years ago * dwarf2loc.c (find_location_expression): Add relocation offset
Ulrich Weigand [Mon, 21 Jun 2010 16:50:18 +0000 (16:50 +0000)] 
* dwarf2loc.c (find_location_expression): Add relocation offset
to base-address-selection entry base addresses.  Read addresses
(and offsets) as signed/unsigned integers, depending on the
BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
(loclist_describe_location): Likewise.
(disassemble_dwarf_expression): Read DW_OP_addr operand as
unsigned integer.  Do not call dwarf2_read_address.
(locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.

14 years ago * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
Jakub Jelinek [Mon, 21 Jun 2010 16:39:14 +0000 (16:39 +0000)] 
* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.

14 years ago2010-06-21 Stan Shebs <stan@codesourcery.com>
Stan Shebs [Mon, 21 Jun 2010 16:24:59 +0000 (16:24 +0000)] 
2010-06-21  Stan Shebs  <stan@codesourcery.com>

* gdb.texinfo: Relicense under GFDL version 1.3.
* annotate.texinfo: Relicense under GFDL version 1.3.
* gdbint.texinfo: Relicense under GFDL version 1.3.
* stabs.texinfo: Relicense under GFDL version 1.3.
* fdl.texi: Update to version 1.3.

14 years ago* doc/as.texinfo (Overview): Use @itemx for grouped @table
Andreas Schwab [Mon, 21 Jun 2010 10:49:41 +0000 (10:49 +0000)] 
* doc/as.texinfo (Overview): Use @itemx for grouped @table
items.
* doc/c-alpha.texi (Alpha Options): Likewise.
* doc/c-arm.texi (ARM Directives): Likewise.
* doc/c-bfin.texi (Blackfin Options): Likewise.
* doc/c-d10v.texi (D10V-Opts): Likewise.
* doc/c-i386.texi (i386-Options): Likewise.
* doc/c-ia64.texi (IA-64 Options): Likewise.
* doc/c-m68k.texi (M68K-Opts): Likewise.
* doc/c-tic54x.texi (TIC54X-Directives): Likewise.
* doc/internals.texi (Symbols): Likewise.

14 years ago PR gas/11733
Alan Modra [Mon, 21 Jun 2010 07:42:55 +0000 (07:42 +0000)] 
PR gas/11733
* config/tc-sh.c (find_cooked_opcode): Correct array bounds check.

14 years agodaily update
Alan Modra [Mon, 21 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

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

14 years ago2010-06-20 Ian Lance Taylor <iant@google.com>
Pedro Alves [Sun, 20 Jun 2010 22:23:36 +0000 (22:23 +0000)] 
2010-06-20  Ian Lance Taylor  <iant@google.com>
    Pedro Alves  <pedro@codesourcery.com>

* linux-x86-low.c (always_true): Delete.
(EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
trying to fool the compiler with always_true.

14 years ago * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
Pedro Alves [Sun, 20 Jun 2010 22:18:48 +0000 (22:18 +0000)] 
* tracepoint.c (condition_true_at_tracepoint): Don't run compiled
conditions in gdbserver.

14 years agomessage.txt
Danny Smith [Sun, 20 Jun 2010 09:51:16 +0000 (09:51 +0000)] 
message.txt

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

14 years agodaily update
Alan Modra [Sun, 20 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago * layout.cc (gdb_sections): Add .debug_types.
Cary Coutant [Sat, 19 Jun 2010 21:11:55 +0000 (21:11 +0000)] 
* layout.cc (gdb_sections): Add .debug_types.
(lines_only_debug_sections): Likewise.

14 years ago * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
Ulrich Weigand [Sat, 19 Jun 2010 17:59:06 +0000 (17:59 +0000)] 
* spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
value instead of hard-coded SPU_LS_SIZE.
(spu_software_single_step): Likewise.
* spu-tdep.h (SPU_LS_SIZE): Remove.

14 years agoChangeLog:
Ulrich Weigand [Sat, 19 Jun 2010 17:36:51 +0000 (17:36 +0000)] 
ChangeLog:

* spu-multiarch.c (spu_xfer_partial): Wrap around local store
limit on local store memory accesses.
* spu-linux-nat.c (spu_xfer_partial): Likewise.
* spu-tdep.c (spu_lslr): Remove.
(spu_pointer_to_address): Do not truncate addresses.
(spu_integer_to_address): Likewise.
(spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
* spu-tdep.h: Add comments.
(SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
(SPU_OVERLAY_LMA): Define.

gdbserver/ChangeLog:

* spu-low.c (spu_read_memory): Wrap around local store limit.
(spu_write_memory): Likewise.

testsuite/ChangeLog:

* gdb.arch/spu-ls.exp: New file.
* gdb.arch/spu-ls.c: Likewise.

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

14 years agodaily update
Alan Modra [Sat, 19 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

14 years ago2010-06-18 Stan Shebs <stan@codesourcery.com>
Stan Shebs [Fri, 18 Jun 2010 23:06:30 +0000 (23:06 +0000)] 
2010-06-18  Stan Shebs  <stan@codesourcery.com>

* osdata.c (get_osdata): Warn separately if target does not report
type list.
(info_osdata_command): Allow empty type, report error if target
does not return available types of OS data.
* linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
types if no annex supplied.

* gdb.texinfo (Operating System Auxiliary Information): Describe
"info os" when no arguments given.

14 years agogas:
Joseph Myers [Fri, 18 Jun 2010 22:44:20 +0000 (22:44 +0000)] 
gas:
* config/tc-tic6x.h (tic6x_segment_info_type): Add field
func_units_used.
* config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
(md_assemble): Clear func_units_used for new execute packet.
Check for duplicate functional units and update func_units_used
for instructions using a functional unit.

gas/testsuite:
* gas/tic6x/resource-func-unit-1.d,
gas/tic6x/resource-func-unit-1.l,
gas/tic6x/resource-func-unit-1.s,
gas/tic6x/resource-func-unit-2.d,
gas/tic6x/resource-func-unit-2.l,
gas/tic6x/resource-func-unit-2.s: New.

14 years ago * thread.c (thread_id_make_value): Make a value representing the
Stan Shebs [Fri, 18 Jun 2010 17:44:40 +0000 (17:44 +0000)] 
* thread.c (thread_id_make_value): Make a value representing the
current thread.
(_initialize_thread): Create $_thread.

* gdb.texinfo (Debugging Programs with Multiple Threads): Describe
$_thread.

* gdb.threads/thread-specific.exp: Add tests of $_thread.

14 years ago2010-06-18 Rafael Espindola <espindola@google.com>
Rafael Ávila de Espíndola [Fri, 18 Jun 2010 16:53:23 +0000 (16:53 +0000)] 
2010-06-18  Rafael Espindola  <espindola@google.com>

* plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
Make argument const.

2010-06-18  Rafael Espindola  <espindola@google.com>

* plugin.cc (add_input_file,add_input_library)
(Plugin_manager::add_input_file): Make filename arguments const.
* plugin.h (Plugin_manager::add_input_file): Make filename arguments
const.

14 years ago * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
Ulrich Weigand [Fri, 18 Jun 2010 16:51:10 +0000 (16:51 +0000)] 
* gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
* gdb.base/watch-cond.exp: Likewise.
* gdb.python/py-breakpoint.exp: Likewise.

14 years ago * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
Pedro Alves [Fri, 18 Jun 2010 15:08:29 +0000 (15:08 +0000)] 
* gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
clean_restart, make sure every test has a distinct message, and
that messages don't include the executable' full path.

14 years ago2010-06-18 Hui Zhu <teawater@gmail.com>
Hui Zhu [Fri, 18 Jun 2010 08:16:15 +0000 (08:16 +0000)] 
2010-06-18  Hui Zhu  <teawater@gmail.com>

* gdb.texinfo: (Process Record and Replay): Add documentation
for commands "record save" and "record restore".

14 years agodaily update
Alan Modra [Fri, 18 Jun 2010 00:00:04 +0000 (00:00 +0000)] 
daily update

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

14 years ago * gdb.arch/i386-size.exp: Updated expected output for
Doug Evans [Thu, 17 Jun 2010 22:55:53 +0000 (22:55 +0000)] 
* gdb.arch/i386-size.exp: Updated expected output for
DISASSEMBLY_OMIT_FNAME.

14 years agoMinor reformatting in dwarf2read.c:psymtabs_addrmap_cleanup.
Joel Brobecker [Thu, 17 Jun 2010 22:36:41 +0000 (22:36 +0000)] 
Minor reformatting in dwarf2read.c:psymtabs_addrmap_cleanup.

Really a tiny insignificant detail that just happened to catch my attention.
Fixed thusly.

2010-06-17  Joel Brobecker  <brobecker@adacore.com>

        * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
        last local variable declaration.  No real code change.

14 years ago * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
Tom Tromey [Thu, 17 Jun 2010 17:36:54 +0000 (17:36 +0000)] 
* dwarf2read.c (psymtabs_addrmap_cleanup): New function.
(dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
temporary obstack.

14 years ago PR binutils/11711
Nick Clifton [Thu, 17 Jun 2010 13:55:35 +0000 (13:55 +0000)] 
    PR binutils/11711
        * windres.c (enum option_values): New enum.
        (long_options): Use separate option number for --include-dir
        option.
        (main): Separate backwards compatibility check from code to
        implement --include-dir.  Check to see if directory exists and do
        not complain if it does.

14 years ago2010-06-17 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Thu, 17 Jun 2010 08:19:14 +0000 (08:19 +0000)] 
2010-06-17  Tristan Gingold  <gingold@adacore.com>

* Makefile.am (BFD32_BACKENDS_CFILES): Move vms-alpha.c to ...
(BFD64_BACKENDS_CFILES): ... here.
(BFD32_BACKENDS): Move vms-alpha.lo to ...
(BFD64_BACKENDS): ... here.
* Makefile.in: Regenerate.

14 years agooops - omitted from previous delta
Nick Clifton [Thu, 17 Jun 2010 08:17:05 +0000 (08:17 +0000)] 
oops - omitted from previous delta

14 years agodaily update
Alan Modra [Thu, 17 Jun 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

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

14 years agogdb/ChangeLog:
Sergio Durigan Junior [Wed, 16 Jun 2010 18:30:34 +0000 (18:30 +0000)] 
gdb/ChangeLog:

2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
    Jan Kratochvil  <jan.kratochvil@redhat.com>

* breakpoint.c: Include parser-defs.h.
(watchpoint_exp_is_const): New function.
(watch_command_1): Call watchpoint_exp_is_const to check
if the expression is constant.

gdb/doc/ChangeLog:

2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.texinfo: Include information about the correct use
of addresses in the `watch' command.

gdb/testsuite/ChangeLog:

2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
    Sergio Durigan Junior  <sergiodj@redhat.com>

* gdb.base/watch-notconst.c: New file.
* gdb.base/watch-notconst.S: New file.
* gdb.base/watch-notconst2.c: New file.
* gdb.base/watch-notconst2.S: New file.
* gdb.base/watch-notconst.exp: New file.
* gdb.base/watchpoint.c (global_ptr_ptr): New variable.
(func4): Add operations on `global_ptr_ptr'.
* gdb.base/watchpoint.exp (test_constant_watchpoint): New
routine to test watchpoints created with a constant expression.
(test_inaccessible_watchpoint): Include tests for watchpoints
created with a constant expression.

14 years ago2010-06-16 Doug Kwan <dougkwan@google.com>
Doug Kwan [Wed, 16 Jun 2010 18:19:18 +0000 (18:19 +0000)] 
2010-06-16  Doug Kwan  <dougkwan@google.com>

* arm.cc (Target_arm::do_finalize_sections): Do not emit an
.ARM.attributes section if we have not merged any input
attributes sections.

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