deliverable/binutils-gdb.git
13 years ago * xcoffread.c (xcoff_sym_fns): Update.
Tom Tromey [Mon, 7 Mar 2011 16:17:29 +0000 (16:17 +0000)] 
* xcoffread.c (xcoff_sym_fns): Update.
* symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
(enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
* symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
(symbol_file_add_with_addrs_or_offsets): Likewise.
(reread_symbols): Handle OBJF_PSYMTABS_READ.
* somread.c (som_sym_fns): Update.
* psymtab.h (require_partial_symbols): Declare.
* psymtab.c (require_partial_symbols): New function.
(ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
(ALL_OBJFILE_PSYMTABS): Undef.
(ALL_PSYMTABS): Move from psympriv.h.
(lookup_partial_symtab, find_pc_sect_psymtab)
(lookup_symbol_aux_psymtabs, relocate_psymtabs)
(find_last_source_symtab_from_partial)
(forget_cached_source_info_partial)
(print_psymtab_stats_for_objfile, read_symtabs_for_function)
(expand_partial_symbol_tables, read_psymtabs_with_filename)
(map_symbol_names_psymtab, map_symbol_filenames_psymtab)
(find_symbol_file_from_partial, map_matching_symbols_psymtab)
(expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
Use ALL_OBJFILE_PSYMTABS_REQUIRED.
* psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
* objfiles.h (OBJF_PSYMTABS_READ): New macro.
* objfiles.c (objfile_has_partial_symbols): Handle lazily-read
psymtabs.
* mipsread.c (ecoff_sym_fns): Update.
* machoread.c (macho_sym_fns): Update.
* elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
(read_psyms): New function.
(elf_sym_fns, elf_sym_fns_gdb_index): Update.
(elf_sym_fns_lazy_psyms): New global.
* dwarf2read.c (dwarf2_initialize_objfile): Don't call
dwarf2_build_psymtabs.
* dbxread.c (aout_sym_fns): Update.
* coffread.c (coff_sym_fns): Update.

13 years agogdb
Tom Tromey [Mon, 7 Mar 2011 16:03:04 +0000 (16:03 +0000)] 
gdb
* infrun.c (print_exited_reason): Include inferior id and pid in
message.
gdb/testsuite
* lib/opencl.exp (skip_opencl_tests): Update for exit message
change.
* lib/mi-support.exp (mi_gdb_test): Update for exit message
change.
* lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
exit message change.
(skip_altivec_tests): Update for exit message change.
(skip_vsx_tests): Likewise.
(gdb_continue_to_end): Likewise.  Add 'command' argument.
* lib/cell.exp (skip_cell_tests): Update for exit message change.
* gdb.threads/tls.exp: Update for exit message change.
* gdb.threads/thread-unwindonsignal.exp: Use
gdb_continue_to_end.
* gdb.threads/step.exp (step_it): Update for exit message change.
(continue_all): Likewise.
* gdb.threads/print-threads.exp (test_all_threads): Update for
exit message change.
* gdb.threads/interrupted-hand-call.exp: Use
gdb_continue_to_end.
* gdb.threads/execl.exp: Use gdb_continue_to_end.
* gdb.python/py-prettyprint.exp (run_lang_tests): Use
gdb_continue_to_end.
* gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
* gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
* gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
* gdb.cp/method.exp: Update for exit message change.
* gdb.cp/mb-templates.exp: Update for exit message change.
* gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
* gdb.cp/annota3.exp: Update for exit message change.
* gdb.cp/annota2.exp: Update for exit message change.
* gdb.cell/fork.exp: Use gdb_continue_to_end.
* gdb.base/term.exp: Update for exit message change.
* gdb.base/step-test.exp (test_i): Update for exit message change.
* gdb.base/sigstep.exp (advance): Update for exit message change.
(advancei): Likewise.
* gdb.base/siginfo.exp: Update for exit message change.
* gdb.base/shlib-call.exp: Use gdb_continue_to_end.
* gdb.base/reread.exp: Use gdb_continue_to_end.
* gdb.base/langs.exp: Use gdb_continue_to_end.
* gdb.base/interrupt.exp: Update for exit message change.
* gdb.base/gdb1555.exp: Update for exit message change.
* gdb.base/exe-lock.exp: Use gdb_continue_to_end.
* gdb.base/ending-run.exp: Update for exit message change.
* gdb.base/chng-syms.exp: Update for exit message change.
* gdb.base/checkpoint.exp: Update for exit message change.
* gdb.base/catch-syscall.exp (check_for_program_end): Use
gdb_continue_to_end.
(test_catch_syscall_with_wrong_args): Likewise.
* gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
* gdb.base/break-interp.exp (test_ld): Update for exit message
change.
* gdb.base/bang.exp: Update for exit message change.
* gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
(do_call_attach_tests): Likewise.
* gdb.base/a2-run.exp: Update for exit message change.
* gdb.arch/ppc-dfp.exp: Update for exit message change.
* gdb.ada/tasks.exp: Use gdb_continue_to_end.
* gdb.ada/catch_ex.exp: Use gdb_continue_to_end.

13 years ago * target.h (struct target_ops) <to_has_execution>: Add ptid_t
Tom Tromey [Mon, 7 Mar 2011 15:58:13 +0000 (15:58 +0000)] 
* target.h (struct target_ops) <to_has_execution>: Add ptid_t
parameter.
(target_has_execution_1): Update.
(target_has_execution_current): Declare.
(target_has_execution): Call target_has_execution_current.
(default_child_has_execution): Update.
* target.c (default_child_has_execution): Add 'the_ptid'
parameter.
(target_has_execution_1): Likewise.
(target_has_execution_current): New function.
(add_target): Update.
(init_dummy_target): Update.
* remote-m32r-sdi.c (m32r_has_execution): New function.
(init_m32r_ops): Use it.
* record.c (record_core_has_execution): Now static.  Add
'the_ptid' parameter.
* inferior.c (have_live_inferiors): Don't save current thread.
Use target_has_execution_1.

13 years ago2011-03-07 Yao Qi <yao@codesourcery.com>
Yao Qi [Mon, 7 Mar 2011 11:42:54 +0000 (11:42 +0000)] 
2011-03-07  Yao Qi  <yao@codesourcery.com>

* Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.

13 years agoMinor reformatting in elfread.c:elf_symtab_read
Joel Brobecker [Mon, 7 Mar 2011 11:13:08 +0000 (11:13 +0000)] 
Minor reformatting in elfread.c:elf_symtab_read

gdb/ChangeLog:

        * elfread.c (elf_symtab_read): Minor reformatting.

13 years agominor reformatting in objc-lang.c:selectors_info
Joel Brobecker [Mon, 7 Mar 2011 10:41:34 +0000 (10:41 +0000)] 
minor reformatting in objc-lang.c:selectors_info

gdb/ChangeLog:

        * objc-lang.c (selectors_info): Minor reformatting.

13 years agoadd FALLTHROUGH comment in ada-lang.c:compare_names
Joel Brobecker [Mon, 7 Mar 2011 10:05:20 +0000 (10:05 +0000)] 
add FALLTHROUGH comment in ada-lang.c:compare_names

gdb/ChangeLog:

* ada-lang.c (compare_names): Add FALLTHROUGH comment.

13 years agosimplify ada-valprint.c:ada_val_print_array
Joel Brobecker [Mon, 7 Mar 2011 08:57:09 +0000 (08:57 +0000)] 
simplify ada-valprint.c:ada_val_print_array

Two things:
  - Move the declaration of a couple of variables inside the block
    where they are actually used;
  - Remove some code that checks against NULL/zero, because the
    condition should always be false. Add some gdb_asserts to
    make sure we never fail those assumptions.

gdb/ChangeLog:

        * ada-valprint.c (ada_val_print_array): Move the declaration of
        "byte_order" and "elttype" inside the block where these variables
        are actually used.  Remove some special handling for the case
        where "elttype" and "eltlen" are null.  Replace by a comment
        and a couple of assertion checks.

13 years agoRevert the last change on gas/elf/bad-size.err.
H.J. Lu [Mon, 7 Mar 2011 05:42:53 +0000 (05:42 +0000)] 
Revert the last change on gas/elf/bad-size.err.

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

* gas/elf/bad-size.err: Revert the last change.

13 years ago*** empty log message ***
gdbadmin [Mon, 7 Mar 2011 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 6 Mar 2011 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years ago2011-03-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 6 Mar 2011 18:37:07 +0000 (18:37 +0000)] 
2011-03-05  Michael Snyder  <msnyder@vmware.com>

* compress.c (bfd_compress_section_contents): Check for out of mem.

13 years ago2011-03-06 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 6 Mar 2011 18:27:03 +0000 (18:27 +0000)] 
2011-03-06  Michael Snyder  <msnyder@vmware.com>

* elf64-x86-64.c (elf_x86_64_relocate_section): Document
that case statement falls through intentionally.

13 years ago2011-03-06 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 6 Mar 2011 18:22:36 +0000 (18:22 +0000)] 
2011-03-06  Michael Snyder  <msnyder@vmware.com>

* elf32-i386.c (elf_i386_relocate_section): Document fall through.

13 years agoMention symbol name in non-constant .size expression.
H.J. Lu [Sun, 6 Mar 2011 14:05:25 +0000 (14:05 +0000)] 
Mention symbol name in non-constant .size expression.

gas/

2011-03-05  H.J. Lu  <hongjiu.lu@intel.com>

* config/obj-elf.c (elf_frob_symbol): Mention symbol name in
non-constant .size expression.

gas/testsuite/

2011-03-05  H.J. Lu  <hongjiu.lu@intel.com>

* gas/elf/bad-size.err: Updated.

13 years agogdbserver: configure + make clean fails (no 'common' subdir)
Joel Brobecker [Sun, 6 Mar 2011 07:40:52 +0000 (07:40 +0000)] 
gdbserver: configure + make clean fails (no 'common' subdir)

This problem was noticed during the nightly snapshot build,
but can be reduced to:

        % /path/to/gdb/gdbserver/configure
        % make clean

The "make clean" fails, because it tries to do a "make clean"
in the common/ subdirectory.  But the problem is that this
common/ subdirectory is NOT created during the configure phase,
but rather during the build phase.  The error is fatal because
we had put the common subdirectory in the list of REQUIRED_SUBDIRS.

This fixes the problem by removing it from the REQUIRED_SUBDIRS
list.

gdb/gdbserver/ChangeLog:

        * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).

13 years ago2011-03-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sun, 6 Mar 2011 01:32:47 +0000 (01:32 +0000)] 
2011-03-05  Michael Snyder  <msnyder@vmware.com>

* source.c (add_path): Replace semicolon at end of block.
* dwarf2expr.c (execute_stack_op): Ditto.

13 years agogdb: blackfin: enable simulator support
Mike Frysinger [Sun, 6 Mar 2011 00:22:38 +0000 (00:22 +0000)] 
gdb: blackfin: enable simulator support

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years agosim: bfin: new port
Mike Frysinger [Sun, 6 Mar 2011 00:20:21 +0000 (00:20 +0000)] 
sim: bfin: new port

This can boot Das U-Boot and a Linux kernel.  It also supports Linux
userspace FLAT and FDPIC (dynamic and static) ELFs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 years ago*** empty log message ***
gdbadmin [Sun, 6 Mar 2011 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sat, 5 Mar 2011 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years ago2011-03-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sat, 5 Mar 2011 22:02:47 +0000 (22:02 +0000)] 
2011-03-05  Michael Snyder  <msnyder@vmware.com>

* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
* mdebugread.c (parse_symbol): Ditto.
* parse.c (parse_exp_in_context): Ditto.
* source.c (add_path): Ditto.
* utils.c (gnu_debuglink_crc32): Ditto.
* varobj.c (variable_language): Ditto.

13 years ago2011-03-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sat, 5 Mar 2011 21:21:32 +0000 (21:21 +0000)] 
2011-03-05  Michael Snyder  <msnyder@vmware.com>

* linux-tdep.c (linux_get_siginfo_type): Stop memory leak.

13 years ago * gdb.base/help.exp (help thread find): Fix one forgotten quote.
Jan Kratochvil [Sat, 5 Mar 2011 13:15:02 +0000 (13:15 +0000)] 
* gdb.base/help.exp (help thread find): Fix one forgotten quote.

13 years agoGuard against M4 versions with a buggy strstr.
Ralf Wildenhues [Sat, 5 Mar 2011 07:33:13 +0000 (07:33 +0000)] 
Guard against M4 versions with a buggy strstr.

config/:
* override.m4: Error out if a buggy M4 was detected, to
avoid spurious diffs in generated files.

13 years agoRevert the last change.
H.J. Lu [Sat, 5 Mar 2011 04:31:41 +0000 (04:31 +0000)] 
Revert the last change.

13 years agofix make clean doesn't run in gdbserver/common
Joel Brobecker [Sat, 5 Mar 2011 03:45:26 +0000 (03:45 +0000)] 
fix make clean doesn't run in gdbserver/common

        011-03-05  Yao Qi  <yao@codesourcery.com>
        * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
        (subdir_do): New make target.  Copied from gdb/Makefile.
        (maintainer-clean, realclean, distclean, clean): Call corresponding
        make targets in common/Makefile.

13 years agoSet x86_cie_data_alignment to -4 for x32.
H.J. Lu [Sat, 5 Mar 2011 02:16:36 +0000 (02:16 +0000)] 
Set x86_cie_data_alignment to -4 for x32.

gas/

2011-03-04  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (x86_cie_stack_alignment): New.
(md_begin): Set x86_cie_data_alignment if it isn't set.  Set
x86_cie_stack_alignment.
(i386_target_format): Set x86_cie_data_alignment to -4 for x32.
(tc_x86_frame_initial_instructions): Use x86_cie_stack_alignment
instead of x86_cie_data_alignment on SP and RA.

gas/testsuite/

2011-03-04  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/ilp32/cfi/cfi-x86_64.d: Updated.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sat, 5 Mar 2011 01:12:05 +0000 (01:12 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* linux-fork.c (inferior_call_waitptid): Fix copy/paste error.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sat, 5 Mar 2011 00:52:41 +0000 (00:52 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* symfile.c (simple_overlay_update): Check for null return value
from lookup_minimal_symbol.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Sat, 5 Mar 2011 00:21:10 +0000 (00:21 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.

13 years ago*** empty log message ***
gdbadmin [Sat, 5 Mar 2011 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agoReport plugin symbols for --verbose=N.
H.J. Lu [Fri, 4 Mar 2011 23:44:01 +0000 (23:44 +0000)] 
Report plugin symbols for --verbose=N.

2011-03-04  H.J. Lu  <hongjiu.lu@intel.com>

* ld.texinfo: Document --verbose[=NUMBER].

* lexsup.c (ld_options): Update --verbose.
(parse_args): Set report_plugin_symbols.

* plugin.c (report_plugin_symbols): New.
(get_symbols): Report plugin symbols if report_plugin_symbols
is TRUE.

* plugin.h (report_plugin_symbols): New.

13 years agodaily update
Alan Modra [Fri, 4 Mar 2011 23:00:17 +0000 (23:00 +0000)] 
daily update

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 21:55:45 +0000 (21:55 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* xml-syscall.c (syscall_start_syscall): Assert name is non null.

13 years ago * eval.c (parse_and_eval_address_1): Remove function.
Thiago Jung Bauermann [Fri, 4 Mar 2011 20:07:22 +0000 (20:07 +0000)] 
* eval.c (parse_and_eval_address_1): Remove function.
* linespec.c (decode_indirect): Call parse_to_comma_and_eval
instead of parse_and_eval_address_1.
* value.h (parse_and_eval_address_1): Remove prototype.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 20:02:50 +0000 (20:02 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* remote.c (putpkt_binary): Document that case stmt falls through.

13 years ago * breakpointc (print_it_typical): Move NULL check from here...
Thiago Jung Bauermann [Fri, 4 Mar 2011 20:00:34 +0000 (20:00 +0000)] 
* breakpointc (print_it_typical): Move NULL check from here...
(print_bp_stop_message): ... to here.

13 years ago2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
Michael Snyder [Fri, 4 Mar 2011 19:57:31 +0000 (19:57 +0000)] 
2011-03-04  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>

* breakpoint.c (enable_command): Use break instead of continue,
and fill in a missing break.
(disable_command): Ditto.

13 years ago * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
Ulrich Weigand [Fri, 4 Mar 2011 19:23:42 +0000 (19:23 +0000)] 
* inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
(terminal_save_ours): Remove misleading comment.
(inflow_inferior_data_cleanup): Free ttystate.
(inflow_inferior_exit): Likewise.
(copy_terminal_info): Copy ttystate.

* serial.c (serial_copy_tty_state): New function.
* serial.h (serial_copy_tty_state): Add prototype.
(struct serial_ops): Add copy_tty_state callback.
* ser-base.c (ser_base_copy_tty_state): New function.
* ser-base.h (ser_base_copy_tty_state): Add prototype.
* ser-go32.c (dos_copy_tty_state): New function.
(dos_ops): Install copy_tty_state callback.
* ser-mingw.c (_initialize_ser_windows): Likewise.
* ser-pipe.c (_initialize_ser_pipe): Likewise.
* ser-unix.c (hardwire_copy_tty_state): New function.
(_initialize_ser_hardwire): Install it.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:58:22 +0000 (18:58 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* breakpoint.c (create_breakpoint): Add missing break statement.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:31:22 +0000 (18:31 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

Reverting this patch:
* infcall.c (call_function_by_hand): Add break statements for lint.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:25:32 +0000 (18:25 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* cplus-dem.c (ada_demangle): Stop memory leak.
Also fix a one line indent problem.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:20:43 +0000 (18:20 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

Reverting this patch:
* cli/cli-script.c (script_from_file): Add break for lint.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:12:47 +0000 (18:12 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* bind.c (rl_function_dumper): Free allocated memory.

13 years ago2011-03-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 18:02:54 +0000 (18:02 +0000)] 
2011-03-04  Michael Snyder  <msnyder@vmware.com>

* solib.c (reload_shared_libraries_1): Close memory leak.

13 years ago2011-03-04 Yao Qi <yao@codesourcery.com>
Yao Qi [Fri, 4 Mar 2011 06:31:54 +0000 (06:31 +0000)] 
2011-03-04  Yao Qi  <yao@codesourcery.com>

* Makefile.in: Remove GNU make feature --directory.

13 years agoAdjust test of with_ppl.
Sebastian Pop [Fri, 4 Mar 2011 04:21:34 +0000 (04:21 +0000)] 
Adjust test of with_ppl.

2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>

        * configure.ac: Adjust test of with_ppl.
        * configure: Regenerated.

13 years ago * archive.c (bsd_write_armap): Don't call stat in deterministic
Alan Modra [Fri, 4 Mar 2011 01:43:24 +0000 (01:43 +0000)] 
* archive.c (bsd_write_armap): Don't call stat in deterministic
mode, and don't use st_mtime if stat returns error.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Fri, 4 Mar 2011 00:38:29 +0000 (00:38 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* elf64-x86-64.c (elf_x86_64_relocate_section): Remove dead code.

13 years ago*** empty log message ***
gdbadmin [Fri, 4 Mar 2011 00:00:32 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 23:49:21 +0000 (23:49 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 23:47:21 +0000 (23:47 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* aoutx.h (aout_final_link): Use sizeof int not sizeof int*.
(aout_link_write_other_symbol): Missing break statement.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 23:43:08 +0000 (23:43 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* dwarf2.c (scan_unit_for_symbols): Stop memory leak.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 23:41:21 +0000 (23:41 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.

13 years agodaily update
Alan Modra [Thu, 3 Mar 2011 23:00:05 +0000 (23:00 +0000)] 
daily update

13 years agoSupprt TLS x32 IE->LE transition.
H.J. Lu [Thu, 3 Mar 2011 22:11:33 +0000 (22:11 +0000)] 
Supprt TLS x32 IE->LE transition.

bfd/

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

* elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
x32 IE->LE transition.
(elf_x86_64_relocate_section): Likewise.

ld/testsuite/

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

* ld-x86-64/tlsie4.dd: New.
* ld-x86-64/tlsie4.s: Likewise.

* ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 18:35:32 +0000 (18:35 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* remote-fileio.c (remote_fileio_func_fstat): Initialize all
fields of struct 'st' to zero.

13 years ago PR gdb/12538:
Tom Tromey [Thu, 3 Mar 2011 17:33:40 +0000 (17:33 +0000)] 
PR gdb/12538:
* dwarf2read.c (process_psymtab_comp_unit): Handle case where
DW_STRING is NULL.

13 years ago2011-03-03 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 17:28:45 +0000 (17:28 +0000)] 
2011-03-03  Michael Snyder  <msnyder@vmware.com>

* tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
sal.pspace before calling set_current_source_symtab_and_line.

13 years ago * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
Tom Tromey [Thu, 3 Mar 2011 16:57:58 +0000 (16:57 +0000)] 
* gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.aCC/configure (Makefile): Remove.
* gdb.hp/gdb.aCC/configure.ac: Remove.
* gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.base-hp/configure (Makefile): Remove.
* gdb.hp/gdb.base-hp/configure.ac: Remove.
* gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.compat/configure (Makefile): Remove.
* gdb.hp/gdb.compat/configure.ac: Remove.
* gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.defects/configure (Makefile): Remove.
* gdb.hp/gdb.defects/configure.ac: Remove.
* gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
* gdb.hp/gdb.objdbg/configure (Makefile): Remove.
* gdb.hp/gdb.objdbg/configure.ac: Remove.
* gdb.hp/configure.ac: Remove.
* gdb.hp/configure: Remove.
* gdb.hp/Makefile.in (SUBDIRS): No longer a configure
substitution.
(Makefile): Remove rule.
* gdb.cell/configure.ac: Remove.
* gdb.cell/configure: Remove.
* gdb.stabs/Makefile.in (Makefile): Remove.
(distclean): Don't remove config.status or config.log.
* gdb.stabs/configure (Makefile): Remove.
* gdb.stabs/configure.ac: Remove.
* configure: Rebuild.
* configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
Remove stabs- and cell-specific logic.  Test for existence of
../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
subdirectories, gdb.cell, and and gdb.stabs.
* Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.

13 years agoobjdump: fix typo in help message
Mike Frysinger [Thu, 3 Mar 2011 09:38:37 +0000 (09:38 +0000)] 
objdump: fix typo in help message

13 years ago2011-03-03 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 3 Mar 2011 04:16:33 +0000 (04:16 +0000)] 
2011-03-03  Yao Qi  <yao@codesourcery.com>

* Makefile.in (configure-common): Remove.  Let Makefile
in dir common to rebuild itself.
(common/Makefile): Likewise.

13 years agopy-inferior.exp: Avoid searching pattern beyond buffer
Joel Brobecker [Thu, 3 Mar 2011 03:55:31 +0000 (03:55 +0000)] 
py-inferior.exp: Avoid searching pattern beyond buffer

gdb/testsuite/ChangeLog:

        * gdb.python/py-inferior.exp: Avoid searching pattern beyond
        end of buffer.

13 years agoadd i18n markup in error message (utils.c:parse_escape)
Joel Brobecker [Thu, 3 Mar 2011 03:51:30 +0000 (03:51 +0000)] 
add i18n markup in error message (utils.c:parse_escape)

gdb/ChangeLog:

       * utils.c (parse_escape): Add i18n markup in error message.

13 years ago2011-03-03 Yao Qi <yao@codesourcery.com>
Yao Qi [Thu, 3 Mar 2011 02:18:24 +0000 (02:18 +0000)] 
2011-03-03  Yao Qi  <yao@codesourcery.com>

* gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
ARM_PC_REGNUM.
(thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
(displaced_write_reg, displaced_read_reg): Likewise.
(copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
(cleanup_block_load_pc, copy_block_xfer): Likewise.
(cleanup_branch): Replace magic number 14 and 15 with
ARM_LR_REGNUM and ARM_PC_REGNUM respectively.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 01:15:45 +0000 (01:15 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* maint.c (maintenance_do_deprecate): No need to check for NULL.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 3 Mar 2011 00:14:00 +0000 (00:14 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* cli/cli-script.c (script_from_file): Add break for lint.

13 years ago*** empty log message ***
gdbadmin [Thu, 3 Mar 2011 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 23:54:16 +0000 (23:54 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* mdebugread.c (parse_partial_symbols): Fix indent.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 23:40:42 +0000 (23:40 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
with xmalloc.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 23:14:32 +0000 (23:14 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* target-descriptions.c (tdesc_gdb_type): No need to call
xstrdup, callee saves a copy.

13 years agodaily update
Alan Modra [Wed, 2 Mar 2011 23:00:07 +0000 (23:00 +0000)] 
daily update

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 22:56:44 +0000 (22:56 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* printcmd.c (print_scalar_formatted): Use strncpy for safety.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 22:21:45 +0000 (22:21 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* infcall.c (call_function_by_hand): Add break statements for lint.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 22:11:27 +0000 (22:11 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* utils.c (parse_escape): Escape the escape char.

13 years ago * testsuite/script_test_9.t: Add TLS segment.
Cary Coutant [Wed, 2 Mar 2011 21:59:36 +0000 (21:59 +0000)] 
* testsuite/script_test_9.t: Add TLS segment.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 21:19:54 +0000 (21:19 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* python/py-inferior.c (build_inferior_list): Error out if
PyList_Append fails.
(gdbpy_inferiors): Error out if build_inferior_list fails.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 18:27:41 +0000 (18:27 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* linux-nat.c (linux_nat_xfer_partial): Preserve errno around
a function call.

13 years ago2011-03-02 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 18:09:11 +0000 (18:09 +0000)] 
2011-03-02  Michael Snyder  <msnyder@vmware.com>

* record.c (record_restore): Move printf to before error return.

13 years ago * ecoff.c: Incldue filenames.h
Nick Clifton [Wed, 2 Mar 2011 17:23:09 +0000 (17:23 +0000)] 
* ecoff.c: Incldue filenames.h

13 years ago * elflink.c (is_reloc_section): Remove function.
Bernd Schmidt [Wed, 2 Mar 2011 17:07:03 +0000 (17:07 +0000)] 
* elflink.c (is_reloc_section): Remove function.
(get_dynamic_reloc_section_name): Construct string manually.

13 years agouse gdb_test_no_output in gdb.python/py-inferior.exp
Joel Brobecker [Wed, 2 Mar 2011 15:17:01 +0000 (15:17 +0000)] 
use gdb_test_no_output in gdb.python/py-inferior.exp

gdb/testsuite/ChangeLog:

        * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
        gdb_test when running a test where we expected no output back.

13 years ago * configure.ac: Add check for gnu_indirect_function support in
Ian Lance Taylor [Wed, 2 Mar 2011 14:51:42 +0000 (14:51 +0000)] 
* configure.ac: Add check for gnu_indirect_function support in
the toolchain building binutils.
* configure: Rebuild.

13 years ago2011-03-02 Yao Qi <yao@codesourcery.com>
Yao Qi [Wed, 2 Mar 2011 05:33:37 +0000 (05:33 +0000)] 
2011-03-02  Yao Qi  <yao@codesourcery.com>

* arm-tdep.h (struct displaced_step_closure): Add two new fields
is_thumb and insn_size.
* arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
on both ARM and Thumb mode.
(arm_process_displaced_insn): Set is_thumb and insn_size.
(arm_displaced_init_closure): Handle both 16-bit and 32-bit.
(arm_displaced_step_fixup): Likewise.

13 years agoAdd -lpwl to ppllibs, and -lisl to clooglibs.
Sebastian Pop [Wed, 2 Mar 2011 03:49:38 +0000 (03:49 +0000)] 
Add -lpwl to ppllibs, and -lisl to clooglibs.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

* configure.ac: Add -lpwl to ppllibs.
* config/cloog.m4: Add -lisl to clooglibs.
* configure: Regenerated.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 01:09:52 +0000 (01:09 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* cli/cli-dump.c (dump_bfd_file): Check error return and warn.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 00:42:53 +0000 (00:42 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* jv-lang.c (evaluate_subexp_java): Conditional can't be true.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Wed, 2 Mar 2011 00:37:29 +0000 (00:37 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.

13 years ago*** empty log message ***
gdbadmin [Wed, 2 Mar 2011 00:00:02 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 23:42:44 +0000 (23:42 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* cli/cli-dump.c (restore_binary_file): Validate ftell return value.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 23:07:40 +0000 (23:07 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* ada-lang.c (ada_make_symbol_completion_list): Replace malloc
with xmalloc.

13 years agodaily update
Alan Modra [Tue, 1 Mar 2011 23:00:06 +0000 (23:00 +0000)] 
daily update

13 years agoDon't use filename_cmp in plugin test DSO.
H.J. Lu [Tue, 1 Mar 2011 22:55:35 +0000 (22:55 +0000)] 
Don't use filename_cmp in plugin test DSO.

2011-03-01  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/12529
* testplug.c: Don't include "filenames.h".
(onclaim_file): Don't use filename_cmp.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 22:42:33 +0000 (22:42 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* ada-lang.c (aggregate_assign_others): Rename inner scope variable
which shadows function parameter.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 22:24:30 +0000 (22:24 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* tracepoint.c (create_tsv_from_upload): Superfluous call
to xstrdup.  Callee already calls xstrdup.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 22:16:40 +0000 (22:16 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* linespec.c (decode_line_1): Remove unnecessary null check.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 22:13:48 +0000 (22:13 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* tracepoint.c (scope_info): Fix mem leak, remove underused
variable.

13 years ago2011-03-01 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
Michael Snyder [Tue, 1 Mar 2011 21:54:53 +0000 (21:54 +0000)] 
2011-03-01  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>

* python/py-prettyprint.c (apply_val_pretty_printer): Remove
superfluous null check.

13 years ago2011-03-01 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Tue, 1 Mar 2011 21:51:35 +0000 (21:51 +0000)] 
2011-03-01  Michael Snyder  <msnyder@vmware.com>

* std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
(value_of_builtin_frame_fp_reg): Ditto.

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