]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
13 years ago2010-08-18 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Wed, 18 Aug 2010 12:24:13 +0000 (12:24 +0000)] 
2010-08-18  Pedro Alves  <pedro@codesourcery.com>

PR corefile/8210

bfd/
* bfd-in2.h: Regenerate.
* corefile.c (bfd_core_file_pid): New.

* targets.c (BFD_JUMP_TABLE_CORE): Add NAME##_core_file_pid.
(struct bfd_target) <_core_file_pid>: New.

* libbfd-in.h (_bfd_nocore_core_file_pid): Declare.
* libbfd.c (_bfd_nocore_core_file_pid): New.

* elf-bfd.h (bfd_elf32_core_file_pid, bfd_elf64_core_file_pid):
Declare.
* elfcode.h (elf_core_file_pid): New define.
* elfcore.h (elf_core_file_pid): New function.

* elf.c (elfcore_make_pid): Rewrite.
(elfcore_grok_prstatus): Only set core_pid if not set yet.
(elfcore_grok_prstatus) [!HAVE_PRSTATUS_T_PR_WHO]: Fallback to
getting the lwpid from prstat.pr_pid.

* elf64-x86-64.c (elf64_x86_64_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
(elf64_x86_64_grok_psinfo): Extract the the main process's PID,
and store it in elf_tdata's core_pid field.
* elf32-i386.c (elf_i386_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
(elf_i386_grok_psinfo): Extract the the main process's PID, and
store it in elf_tdata's core_pid field.

* elf32-am33lin.c (elf32_am33lin_grok_prstatus): Write the LWPID
to elf_tdata's core_lwpid instead of to core_pid.
* elf32-arm.c (elf32_arm_nabi_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-cris.c (cris_elf_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-frv.c (elf32_frv_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-hppa.c (elf32_hppa_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-ppc.c (ppc_elf_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-s390.c (elf_s390_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-score.c (s3_bfd_score_elf_grok_prstatus): Write the LWPID
to elf_tdata's core_lwpid instead of to core_pid.
* elf32-score7.c (s7_bfd_score_elf_grok_prstatus): Write the LWPID
to elf_tdata's core_lwpid instead of to core_pid.
* elf32-sh.c (elf32_shlin_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf32-xtensa.c (elf_xtensa_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf64-hppa.c (elf64_hppa_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf64-mips.c (elf64_mips_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elf64-ppc.c (ppc64_elf_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.
* elfn32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to
elf_tdata's core_lwpid instead of to core_pid.

* plugin.c (bfd_plugin_core_file_pid): New function.
* aout-target.h (MY_core_file_pid): Define.
* aout-tic30.c (MY_core_file_pid, MY_core_file_p): New defines.
* coff-rs6000.c (coff_core_file_pid): New define.
(rs6000coff_vec, pmac_xcoff_vec): Use BFD_JUMP_TABLE_CORE.
* coff64-rs6000.c (coff_core_file_pid): New define.
(rs6000coff64_vec): Use BFD_JUMP_TABLE_CORE.
(xcoff64_core_file_pid): New define.
(aix5coff64_vec): Use BFD_JUMP_TABLE_CORE.
* mach-o-target.c (bfd_mach_o_core_file_pid): New define.
* aix386-core.c (aix386_core_file_pid): New define.
* hppabsd-core.c (hppabsd_core_core_file_pid): New define.
* hpux-core.c (hpux_core_core_file_pid): New define.
* irix-core.c (irix_core_core_file_pid): New define.
* lynx-core.c (lynx_core_file_pid): New define.
* osf-core.c (osf_core_core_file_pid): New define.
* ptrace-core.c (ptrace_unix_core_file_pid): New define.
* sco5-core.c (sco5_core_file_pid): New define.
* xcoff-target.h (coff_core_file_pid): New define.
* netbsd-core.c (netbsd_core_core_file_pid): New define.

gdb/
2010-08-18  Pedro Alves  <pedro@codesourcery.com>

PR corefile/8210

gdb/
* corelow.c (add_to_thread_list): Don't use
gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
(get_core_register_section): Don't use
gdbarch_core_reg_section_encodes_pid.

* gdbarch.sh (core_reg_section_encodes_pid): Delete.
* gdbarch.h, gdbarch.c: Regenerate.
* amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
gdbarch_core_reg_section_encodes_pid.
* i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
* sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
* sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.

13 years ago * macro.c (sub_actual): Add back ampersand suffix when no
Alan Modra [Wed, 18 Aug 2010 05:56:41 +0000 (05:56 +0000)] 
* macro.c (sub_actual): Add back ampersand suffix when no
substitution.
(macro_expand_body): Correct comment.

13 years agoForget to check in ChangeLog in my previous commit.
Yao Qi [Wed, 18 Aug 2010 03:20:46 +0000 (03:20 +0000)] 
Forget to check in ChangeLog in my previous commit.
http://sourceware.org/ml/gdb-cvs/2010-08/msg00098.html

13 years agoIn order to fix a checkin mistake in dw2-ref-missing-frame-func.c:r1.2,
Yao Qi [Wed, 18 Aug 2010 03:16:05 +0000 (03:16 +0000)] 
In order to fix a checkin mistake in dw2-ref-missing-frame-func.c:r1.2,
revert it back, and re-apply the correct patch again.

2010-08-18  Yao Qi  <yao@codesourcery.com

* gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
func_nofb_start and func_loopfb_start, so that address of functions
is equal to these labels on Thumb.

13 years agorevert back to previous revision
Yao Qi [Wed, 18 Aug 2010 03:06:39 +0000 (03:06 +0000)] 
revert back to previous revision

13 years ago2010-08-18 Yao Qi <yao@codesourcery.com
Yao Qi [Wed, 18 Aug 2010 02:44:02 +0000 (02:44 +0000)] 
2010-08-18  Yao Qi  <yao@codesourcery.com

* gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
func_nofb_start and func_loopfb_start, so that address of functions
is equal to these labels on Thumb.

13 years ago2010-08-18 Yao Qi <yao@codesourcery.com>
Yao Qi [Wed, 18 Aug 2010 02:30:07 +0000 (02:30 +0000)] 
2010-08-18  Yao Qi  <yao@codesourcery.com>

* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
to reflect latest c source file.

13 years ago2010-08-18 Yao Qi <yao@codesourcery.com>
Yao Qi [Wed, 18 Aug 2010 02:24:47 +0000 (02:24 +0000)] 
2010-08-18  Yao Qi  <yao@codesourcery.com>

* MAINTAINERS : Add myself under Write After Approval.

13 years agoAdd missing files.
H.J. Lu [Wed, 18 Aug 2010 00:43:46 +0000 (00:43 +0000)] 
Add missing files.

13 years ago*** empty log message ***
gdbadmin [Wed, 18 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Wed, 18 Aug 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

13 years ago * NEWS: Mention template parameter support.
Tom Tromey [Tue, 17 Aug 2010 21:34:12 +0000 (21:34 +0000)] 
* NEWS: Mention template parameter support.

13 years agogdb/testsuite/
Jan Kratochvil [Tue, 17 Aug 2010 21:31:13 +0000 (21:31 +0000)] 
gdb/testsuite/
* gdb.cp/infcall-dlopen.exp: New file.
* gdb.cp/infcall-dlopen.cc: New file.
* gdb.cp/infcall-dlopen-lib.cc: New file.

13 years ago * breakpoint.c (decref_bp_location): Assert the reference count is
Pedro Alves [Tue, 17 Aug 2010 21:12:32 +0000 (21:12 +0000)] 
* breakpoint.c (decref_bp_location): Assert the reference count is
sane.

13 years agogdb/
Pedro Alves [Tue, 17 Aug 2010 20:59:04 +0000 (20:59 +0000)] 
gdb/
2010-08-17  Pedro Alves  <pedro@codesourcery.com>

PR breakpoints/11371

* breakpoint.c (breakpoint_init_inferior): Decrement the
location's reference count instead of deleting right away.
(bpstat_free): Decrement the location's reference count.  Make
static.
(bpstat_copy): Increment the location's reference count.
(bpstat_find_breakpoint): Adjust.
(bpstat_num): Adjust.
(print_it_typical): Adjust.  Use the breakpoint pointer in the
bpstat instead of the location's owner.
(bpstat_alloc): Remove const qualifier from the 'bl' parameter.
Adjust to record the location's owner in the bpstat.
(watchpoint_check): Use the breakpoint pointer in the bpstat
instead of the location's owner.
(bpstat_check_breakpoint_conditions): Don't handle
bp_watchpoint_scope here.  Use the breakpoint pointer in the
bpstat instead of the location's owner.
(bpstat_stop_status): Defer inferior function calls to after
building the bpstat list.  Handle bp_watchpoint_scope here.  Use
the breakpoint pointer in the bpstat instead of the location's
owner.
(bpstat_what): Use the breakpoint pointer in the bpstat instead of
the location's owner.
(free_bp_location): Don't walk bpstats clearing locations.
(incref_bp_location): New.
(decref_bp_location): New.
(breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
instead of the location's owner.
(update_global_location_list): Clear the location's owner, and
decrement the location's reference count instead of deleting it
right away.
(breakpoint_retire_moribund): Decrement the location's reference
count instead of deleting it right away.
(bpstat_remove_bp_location): Delete.
(bpstat_remove_breakpoint): New.
(bpstat_remove_bp_location_callback): Delete.
(bpstat_remove_breakpoint_callback): New.
(delete_breakpoint): Iterate over all threads' stop_bpstat's
clearing references to the breakpoint that is being deleted.

* breakpoint.h (struct bp_location) <refc>: New field.
<owner>: Update comments.
(bpstat_free): Delete declaration.
(struct bpstats): Change the type of the breakpoint_at field to
struct breakpoint point, from struct bp_location pointer.  Add new
field bp_location_at.

gdb/testsuite/
2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
    Pedro Alves  <pedro@codesourcery.com>

PR breakpoints/11371

* gdb.base/watch-cond-infcall.exp: New file.
* gdb.base/watch-cond-infcall.c: New file.

13 years agoReplace Eb with Mb on prefetch and prefetchw.
H.J. Lu [Tue, 17 Aug 2010 20:37:26 +0000 (20:37 +0000)] 
Replace Eb with Mb on prefetch and prefetchw.

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

* i386-dis.c (reg_table): Replace Eb with Mb on prefetch and
prefetchw.

13 years agoAdd "?" pseudo-flag to ELF .section/.pushsection directives.
Roland McGrath [Tue, 17 Aug 2010 20:03:41 +0000 (20:03 +0000)] 
Add "?" pseudo-flag to ELF .section/.pushsection directives.

13 years agodaily update
Alan Modra [Tue, 17 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

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

13 years ago * NEWS: Fix typo.
Tom Tromey [Mon, 16 Aug 2010 21:19:29 +0000 (21:19 +0000)] 
* NEWS: Fix typo.

13 years ago * NEWS: Mention watch -location.
Tom Tromey [Mon, 16 Aug 2010 21:15:46 +0000 (21:15 +0000)] 
* NEWS: Mention watch -location.

13 years agogdb/
Jan Kratochvil [Mon, 16 Aug 2010 19:53:05 +0000 (19:53 +0000)] 
gdb/
* breakpoint.c (update_watchpoint): Add source empty line.  Prefer
EXP_STRING_REPARSE to EXP_STRING.
(watch_command_1): Set also EXP_STRING_REPARSE.
(delete_breakpoint): Free also EXP_STRING_REPARSE.
* breakpoint.h (struct breakpoint): New field exp_string_reparse.
Update comment for exp_string.

13 years agogdb
Tom Tromey [Mon, 16 Aug 2010 19:19:22 +0000 (19:19 +0000)] 
gdb
* value.c (release_value): Clear 'next' pointer.
* breakpoint.c (watch_command_1): Add 'just_location' argument.
(watch_command_wrapper): Update.
(watch_maybe_just_location): New function.
(watch_command): Update.
(rwatch_command_wrapper): Update.
(rwatch_command): Update.
(awatch_command_wrapper): Update.
(awatch_command): Update.
(check_for_argument): New function.
(_initialize_breakpoint): Update help text.
gdb/testsuite
* gdb.base/help.exp: Update.
* gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
watchpoint.
(test_watch_location): New proc.
(test_watchpoint_in_big_blob): Delete watchpoint.
* gdb.base/watchpoint.c (func5): New function.
(main): Call it.
gdb/doc
* gdb.texinfo (Set Watchpoints): Document -location option.

13 years ago * gdb.python/python.exp: Fix syntax in "post event insertion" test.
Doug Evans [Mon, 16 Aug 2010 18:01:40 +0000 (18:01 +0000)] 
* gdb.python/python.exp: Fix syntax in "post event insertion" test.

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

13 years agodaily update
Alan Modra [Mon, 16 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago*** empty log message ***
gdbadmin [Sun, 15 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 15 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago * arm-tdep.c (arm_push_dummy_call): Handle pointers to
Ulrich Weigand [Sat, 14 Aug 2010 00:45:39 +0000 (00:45 +0000)] 
* arm-tdep.c (arm_push_dummy_call): Handle pointers to
typedef'ed function types correctly.

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

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

13 years ago * python/python-internal.h (gdbpy_get_hook_function): Don't
Tom Tromey [Fri, 13 Aug 2010 20:50:47 +0000 (20:50 +0000)] 
* python/python-internal.h (gdbpy_get_hook_function): Don't
declare.

13 years agoCheck if .got.plt section is discarded before using it.
H.J. Lu [Fri, 13 Aug 2010 20:50:27 +0000 (20:50 +0000)] 
Check if .got.plt section is discarded before using it.

bfd/

2010-08-13  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/11913
* elf32-i386.c (elf_i386_finish_dynamic_sections): Check if
 .got.plt section is discarded.
 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Likewise.

ld/testsuite/

2010-08-13  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/11913
* ld-i386/discarded1.d: New.
* ld-i386/discarded1.s: Likewise.
* ld-i386/discarded1.t: Likewise.
* ld-x86-64/discarded1.d: Likewise.
* ld-x86-64/discarded1.s: Likewise.
* ld-x86-64/discarded1.t: Likewise.

* ld-i386/i386.exp: Run discarded1.
* ld-x86-64/x86-64.exp: Likewise.

13 years ago * testsuite/incremental_test_1.c: Add prototype to avoid warning.
Ian Lance Taylor [Fri, 13 Aug 2010 20:47:47 +0000 (20:47 +0000)] 
* testsuite/incremental_test_1.c: Add prototype to avoid warning.

13 years ago * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
Doug Evans [Fri, 13 Aug 2010 20:39:09 +0000 (20:39 +0000)] 
* gdb.texinfo (.debug_gdb_scripts section): Fix typo.

13 years agogdb/
Jan Kratochvil [Fri, 13 Aug 2010 17:35:39 +0000 (17:35 +0000)] 
gdb/
* cli-logging.c (logging_overwrite, logging_redirect): Make them
static.

13 years agogdb:
Ken Werner [Fri, 13 Aug 2010 16:19:48 +0000 (16:19 +0000)] 
gdb:
* python/python.c (gdbpy_solib_name): Remove the const qualifier of
the format strings to be compatible with Python 2.4.

13 years ago PR binutils/11889
Nick Clifton [Fri, 13 Aug 2010 16:02:16 +0000 (16:02 +0000)] 
    PR binutils/11889
        * readelf.c (get_32bit_elf_symbols): Check for a corrupt
        sh_entsize.
        (get_64bit_elf_symbols): Likewise.
        (process_symbol_table): Likewise.
        (process_section_groups): Check for corrupt headers.
        (process_version_sections): Check for corrupt indicies.
        (process_corefile_note_segment): Likewise.

13 years ago Easier and more stubborn MI memory read commands.
Vladimir Prus [Fri, 13 Aug 2010 13:22:44 +0000 (13:22 +0000)] 
Easier and more stubborn MI memory read commands.

* mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
and data-write-memory-bytes.
* mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
(mi_cmd_data_write_memory_bytes): New.
* mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
(mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
New.
(mi_cmd_list_features): Add "data-read-memory-bytes" feature.
* target.c (target_read_until_error): Remove.
(read_whatever_is_readable, free_memory_read_result_vector)
(read_memory_robust): New.
* target.h (target_read_until_error): Remove.
(struct memory_read_result, free_memory_read_result_vector)
(read_memory_robust): New.

13 years ago bfd/
Nathan Sidwell [Fri, 13 Aug 2010 13:03:46 +0000 (13:03 +0000)] 
bfd/
* elf32-m69k.c (elf32_m68k_print_private_bfd_data): Detect EMAC_B
variant.

binutils/
* readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
variants.

13 years ago * argv.c (expandargv): Limit the number of times that response
Nick Clifton [Fri, 13 Aug 2010 11:36:10 +0000 (11:36 +0000)] 
    * argv.c (expandargv): Limit the number of times that response
        files are opened in order to prevent infinite recursion.

13 years ago2010-08-13 Hui Zhu <teawater@gmail.com>
Hui Zhu [Fri, 13 Aug 2010 03:14:03 +0000 (03:14 +0000)] 
2010-08-13  Hui Zhu  <teawater@gmail.com>

* dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
(read_comp_unit): Initialize back_to.

13 years ago * dwarf.c (process_debug_info): Don't subtract section address
Alan Modra [Fri, 13 Aug 2010 00:21:19 +0000 (00:21 +0000)] 
* dwarf.c (process_debug_info): Don't subtract section address
when calculating location of cu abbrev within section.

13 years ago2010-08-12 Cary Coutant <ccoutant@google.com>
Doug Kwan [Fri, 13 Aug 2010 00:18:19 +0000 (00:18 +0000)] 
2010-08-12  Cary Coutant  <ccoutant@google.com>
    Doug Kwan  <dougkwan@google.com>

* resolve.cc (Symbol_table::should_override): When a weak dynamic
defintion overrides non-weak undef, remember that the original undef
is not weak.
* symtab.cc (Symbol_table::sized_write_global): For undef without
an original weak binding, set binding to global in output.
* testsuite/Makefile.am: Add new test strong_ref_weak_def.
* testsuite/Makefile.in: Regenerate.
* testsuite/strong_ref_weak_def.sh: New file.
* testsuite/strong_ref_weak_def_1.c: Ditto.
* testsuite/strong_ref_weak_def_2.c: Ditto.

13 years ago*** empty log message ***
gdbadmin [Fri, 13 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

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

13 years agogold/ChangeLog:
Cary Coutant [Thu, 12 Aug 2010 22:18:15 +0000 (22:18 +0000)] 
gold/ChangeLog:

* testsuite/incremental_test.sh: Rewrite.
* testsuite/incremental_test_1.c: Rewrite.
* testsuite/incremental_test_2.c: Rewrite.

13 years ago * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.
Cary Coutant [Thu, 12 Aug 2010 22:18:14 +0000 (22:18 +0000)] 
    * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.

13 years agoelfcpp/ChangeLog:
Cary Coutant [Thu, 12 Aug 2010 22:15:00 +0000 (22:15 +0000)] 
elfcpp/ChangeLog:

* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.

gold/ChangeLog:

* arm.cc (Target_arm::got_size): Add const.
(Target_arm::got_entry_count): New function.
(Target_arm::plt_entry_count): New function.
(Target_arm::first_plt_entry_offset): New function.
(Target_arm::plt_entry_size): New function.
(Output_data_plt_arm::entry_count): New function.
(Output_data_plt_arm::first_plt_entry_offset): New function.
(Output_data_plt_arm::get_plt_entry_size): New function.
* i386.cc (Target_i386::got_size): Add const.
(Target_i386::got_entry_count): New function.
(Target_i386::plt_entry_count): New function.
(Target_i386::first_plt_entry_offset): New function.
(Target_i386::plt_entry_size): New function.
(Output_data_plt_i386::entry_count): New function.
(Output_data_plt_i386::first_plt_entry_offset): New function.
(Output_data_plt_i386::get_plt_entry_size): New function.
* incremental-dump.cc (dump_incremental_inputs): Adjust call to
find_incremental_inputs_sections.  Dump incremental_got_plt section.
* incremental.cc: Include target.h.
(Sized_incremental_binary::do_find_incremental_inputs_sections): Add
parameter.  Adjust all callers.  Find incremental_got_plt section.
(Incremental_inputs::create_data_sections): Create incremental_got_plt
section.
(Output_section_incremental_inputs::set_final_data_size): Calculate
size of incremental_got_plt section.
(Output_section_incremental_inputs::do_write): Write the
incremental_got_plt section.
(Got_plt_view_info): New struct.
(Local_got_offset_visitor): New class.
(Global_got_offset_visitor): New class.
(Global_symbol_visitor_got_plt): New class.
(Output_section_incremental_inputs::write_got_plt): New function.
* incremental.h (Incremental_binary::find_incremental_inputs_sections):
Add parameter.  Adjust all callers.
(Incremental_binary::do_find_incremental_inputs_sections): Likewise.
(Incremental_inputs::got_plt_section): New function.
(Incremental_inputs::got_plt_section_): New data member.
(Incremental_got_plt_reader): New class.
* layout.cc (Layout::create_incremental_info_sections): Add the
incremental_got_plt section.
* object.h (Got_offset_list::get_list): New function.
(Got offset_list::for_all_got_offsets): New function.
(Sized_relobj::local_got_offset_list): New function.
* powerpc.cc (Target_powerpc::got_size): Add const.
(Target_powerpc::got_entry_count): New function.
(Target_powerpc::plt_entry_count): New function.
(Target_powerpc::first_plt_entry_offset): New function.
(Target_powerpc::plt_entry_size): New function.
(Output_data_plt_powerpc::entry_count): New function.
(Output_data_plt_powerpc::first_plt_entry_offset): New function.
(Output_data_plt_powerpc::get_plt_entry_size): New function.
* sparc.cc (Target_sparc::got_size): Add const.
(Target_sparc::got_entry_count): New function.
(Target_sparc::plt_entry_count): New function.
(Target_sparc::first_plt_entry_offset): New function.
(Target_sparc::plt_entry_size): New function.
(Output_data_plt_sparc::entry_count): New function.
(Output_data_plt_sparc::first_plt_entry_offset): New function.
(Output_data_plt_sparc::get_plt_entry_size): New function.
* symtab.h (Symbol::got_offset_list): New function.
(Symbol_table::for_all_symbols): New function.
* target.h (Sized_target::got_entry_count): New function.
(Sized_target::plt_entry_count): New function.
(Sized_target::plt_entry_size): New function.
* x86_64.cc (Target_x86_64::got_size): Add const.
(Target_x86_64::got_entry_count): New function.
(Target_x86_64::plt_entry_count): New function.
(Target_x86_64::first_plt_entry_offset): New function.
(Target_x86_64::plt_entry_size): New function.
(Output_data_plt_x86_64::entry_count): New function.
(Output_data_plt_x86_64::first_plt_entry_offset): New function.
(Output_data_plt_x86_64::get_plt_entry_size): New function.

13 years agoelfcpp/ChangeLog:
Cary Coutant [Thu, 12 Aug 2010 22:01:11 +0000 (22:01 +0000)] 
elfcpp/ChangeLog:

* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB,
SHT_GNU_INCREMENTAL_RELOCS.

gold/ChangeLog:

* archive.cc: Include incremental.h.
(Archive::Archive): Initialize incremental_info_.
(Archive::include_member): Record archive members in incremental info.
(Add_archive_symbols::run): Record begin and end of an archive in
incremental info.
(Lib_group::include_member): Record objects in incremental info.
* archive.h (Incremental_archive_entry): Forward declaration.
(Archive::set_incremental_info): New member function.
(Archive::incremental_info): New member function.
(Archive::Unused_symbol_iterator): New class.
(Archive::unused_symbols_begin): New member function.
(Archive::unused_symbols_end): New member function.
(Archive::incremental_info_): New data member.
* incremental-dump.cc (find_input_containing_global): New function.
(dump_incremental_inputs): Dump new incremental info sections.
* incremental.cc: Include symtab.h.
(Output_section_incremental_inputs): New class.
(Sized_incremental_binary::do_find_incremental_inputs_sections): Support
new incremental info sections.
(Sized_incremental_binary::do_check_inputs): Likewise.
(Incremental_inputs::report_archive): Remove.
(Incremental_inputs::report_archive_begin): New function.
(Incremental_inputs::report_archive_end): New function.
(Incremental_inputs::report_object): New function.
(Incremental_inputs::finalize_inputs): Remove.
(Incremental_inputs::report_input_section): New function.
(Incremental_inputs::report_script): Rewrite.
(Incremental_inputs::finalize): Do nothing but finalize string table.
(Incremental_inputs::create_incremental_inputs_section_data): Remove.
(Incremental_inputs::sized_create_inputs_section_data): Remove.
(Incremental_inputs::create_data_sections): New function.
(Incremental_inputs::relocs_entsize): New function.
(Output_section_incremental_inputs::set_final_data_size): New function.
(Output_section_incremental_inputs::do_write): New function.
(Output_section_incremental_inputs::write_header): New function.
(Output_section_incremental_inputs::write_input_files): New function.
(Output_section_incremental_inputs::write_info_blocks): New function.
(Output_section_incremental_inputs::write_symtab): New function.
* incremental.h (Incremental_script_entry): Forward declaration.
(Incremental_object_entry): Forward declaration.
(Incremental_archive_entry): Forward declaration.
(Incremental_inputs): Forward declaration.
(Incremental_inputs_header_data): Remove.
(Incremental_inputs_header): Remove.
(Incremental_inputs_header_write): Remove.
(Incremental_inputs_entry_data): Remove.
(Incremental_inputs_entry): Remove.
(Incremental_inputs_entry_write): Remove.
(enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
(Incremental_binary::find_incremental_inputs_sections): Add parameters.
(Incremental_binary::do_find_incremental_inputs_sections): Likewise.
(Sized_ncremental_binary::do_find_incremental_inputs_sections):
Likewise.
(Incremental_input_entry): New class.
(Incremental_script_entry): New class.
(Incremental_object_entry): New class.
(Incremental_archive_entry): New class.
(Incremental_inputs::Incremental_inputs): Initialize new data members.
(Incremental_inputs::report_inputs): Remove.
(Incremental_inputs::report_archive): Remove.
(Incremental_inputs::report_archive_begin): New function.
(Incremental_inputs::report_archive_end): New function.
(Incremental_inputs::report_object): Change prototype.
(Incremental_inputs::report_input_section): New function.
(Incremental_inputs::report_script): Change prototype.
(Incremental_inputs::get_reloc_count): New function.
(Incremental_inputs::set_reloc_count): New function.
(Incremental_inputs::create_data_sections): New function.
(Incremental_inputs::create_incremental_inputs_section_data): Remove.
(Incremental_inputs::inputs_section): New function.
(Incremental_inputs::symtab_section): New function.
(Incremental_inputs::relocs_section): New function.
(Incremental_inputs::get_stringpool): Add const.
(Incremental_inputs::command_line): Add const.
(Incremental_inputs::inputs): Remove.
(Incremental_inputs::command_line_key): New function.
(Incremental_inputs::input_file_count): New function.
(Incremental_inputs::input_files): New function.
(Incremental_inputs::relocs_entsize): New function.
(Incremental_inputs::sized_create_inputs_section_data): Remove.
(Incremental_inputs::finalize_inputs): Remove.
(Incremental_inputs::Input_info): Remove.
(Incremental_inputs::lock_): Remove.
(Incremental_inputs::inputs_): Change type.
(Incremental_inputs::inputs_map_): Remove.
(Incremental_inputs::current_object_entry_): New data member.
(Incremental_inputs::inputs_section_): New data member.
(Incremental_inputs::symtab_section_): New data member.
(Incremental_inputs::relocs_section_): New data member.
(Incremental_inputs::reloc_count_): New data member.
(Incremental_inputs_reader): New class.
(Incremental_symtab_reader): New class.
(Incremental_relocs_reader): New class.
* layout.cc (Layout::finalize): Move finalization of incremental info
and creation of incremental info sections to follow finalization of
symbol table.  Set offsets for postprocessing sections.
(Layout::create_incremental_info_sections): Call
Incremental_inputs::create_data_sections.  Add incremental symtab
and relocs sections.  Set sh_entsize and sh_link fields.  Arrange for
sections to layout after input sections.
* layout.h (struct Timespec): Forward declaration.
(Layout::incremental_inputs): Add const.
(Layout::create_incremental_info_sections): Add parameter.
* main.cc (main): Remove call to Incremental_inputs::report_inputs.
* object.cc: Include incremental.h.
(Relobj::finalize_incremental_relocs): New function.
(Sized_relobj::do_layout): Record input sections in incremental info.
* object.h (Object::output_section): New function.
(Object::output_section_offset): Moved from Relobj.
(Object::get_incremental_reloc_base): New function.
(Object::get_incremental_reloc_count): New function.
(Object::do_output_section): New function.
(Object::do_output_section_offset): Moved from Relobj.
(Object::do_get_incremental_reloc_base): New function.
(Object::do_get_incremental_reloc_count): New function.
(Object::Object): Initialize new data members.
(Relobj::output_section): Renamed do_output_section and moved to
protected.
(Relobj::output_section_offset): Moved to Object.
(Relobj::do_get_incremental_reloc_base): New function.
(Relobj::do_get_incremental_reloc_count): New function.
(Relobj::allocate_incremental_reloc_counts): New function.
(Relobj::count_incremental_reloc): New function.
(Relobj::finalize_incremental_relocs): New function.
(Relobj::next_incremental_reloc_index): New function.
(Relobj::reloc_counts_): New data member.
(Relobj::reloc_bases_): New data member.
(Sized_relobj::do_relocate_sections): Add parameter.  Change caller.
(Sized_relobj::relocate_sections): Add parameter.  Change all callers.
(Sized_relobj::incremental_relocs_scan): New function.
(Sized_relobj::incremental_relocs_scan_reltype): New function.
(Sized_relobj::incremental_relocs_write): New function.
(Sized_relobj::incremental_relocs_write_reltype): New function.
* plugin.cc (Plugin_manager::add_input_file): Rewrite test for
incremental link.
* readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
archives and object files elsewhere.
(Add_symbols::run): Report object files here.
(Finish_group::run): Report end of archive at end of group.
* reloc.cc: Include layout.h, incremental.h.
(Sized_relobj::do_read_relocs): Need relocations for incremental link.
(Sized_relobj::do_scan_relocs): Record relocations for incremental link.
(Sized_relobj::incremental_relocs_scan): New function.
(Sized_relobj::incremental_relocs_scan_reltype): New function.
(Sized_relobj::do_relocate_sections): Write incremental relocations.
(Sized_relobj::incremental_relocs_write): New function.
(Sized_relobj::incremental_relocs_write_reltype): New function.
* script.cc (read_input_script): Rewrite test for incremental link.
Change call to Incremental_inputs::report_script.
* symtab.h (Symbol_table::first_global_index): New function.
(Symbol_table::output_count): New function.

13 years ago2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
Pedro Alves [Thu, 12 Aug 2010 19:55:38 +0000 (19:55 +0000)] 
2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
    Pedro Alves  <pedro@codesourcery.com>

* dwarf2read.c: Include "c-lang.h" and "valprint.h".
(struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
(struct partial_die_info) <has_template_arguments>: New field.
<num_attrs>: Change type to unsigned char.
<building_fullname>: New field.
(dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
allocate a CU if we don't have one already.  Add a cleanup for the
CU.
(partial_die_full_name): Handle template arguments not in
DW_AT_name.
(dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
(load_full_comp_unit): Only allocate a CU if we don't have one
already.
(do_ui_file_peek_last): New.
(dwarf2_compute_name): Handle template parameters not in
DW_AT_name.
(read_comp_unit): Read and free abbrevs if not read yet.
(load_partial_dies): Handle template arguments not in DW_AT_name.
(find_partial_die): If we have a CU, but no a partial dies yet,
also read in the CU.
(dwarf2_const_value_attr): New, abstracted out from
dwarf2_const_value.
(dwarf2_const_value, dwarf2_const_value_data): Adjust to use
dwarf2_const_value_attr.
(determine_prefix): Detect and break loops created by RCVT's debug
info.
(maybe_queue_comp_unit): Bail out early if reading partial
symbols.
(follow_die_offset): Load full CU if we have no dies.
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
* dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.

13 years agoIndex: gold/arm.cc
Doug Kwan [Thu, 12 Aug 2010 18:27:46 +0000 (18:27 +0000)] 
Index: gold/arm.cc
===================================================================
RCS file: /cvs/src/src/gold/arm.cc,v
retrieving revision 1.116
diff -u -u -p -r1.116 arm.cc
--- gold/arm.cc 3 Aug 2010 14:07:12 -0000 1.116
+++ gold/arm.cc 6 Aug 2010 07:59:30 -0000
@@ -10290,11 +10290,11 @@ Target_arm<big_endian>::merge_object_att
      out_attr[i].set_int_value(in_attr[i].int_value());
    break;
  case elfcpp::Tag_ABI_PCS_wchar_t:
-   // FIXME: Make it possible to turn off this warning.
    if (out_attr[i].int_value()
        && in_attr[i].int_value()
        && out_attr[i].int_value() != in_attr[i].int_value()
-       && parameters->options().warn_mismatch())
+       && parameters->options().warn_mismatch()
+       && parameters->options().wchar_size_warning())
      {
        gold_warning(_("%s uses %u-byte wchar_t yet the output is to "
       "use %u-byte wchar_t; use of wchar_t values "
@@ -10315,10 +10315,10 @@ Target_arm<big_endian>::merge_object_att
    // Use whatever requirements the new object has.
    out_attr[i].set_int_value(in_attr[i].int_value());
  }
-       // FIXME: Make it possible to turn off this warning.
        else if (in_attr[i].int_value() != elfcpp::AEABI_enum_forced_wide
         && out_attr[i].int_value() != in_attr[i].int_value()
-        && parameters->options().warn_mismatch())
+        && parameters->options().warn_mismatch()
+        && parameters->options().enum_size_warning())
  {
    unsigned int in_value = in_attr[i].int_value();
    unsigned int out_value = out_attr[i].int_value();
Index: gold/options.h
===================================================================
RCS file: /cvs/src/src/gold/options.h,v
retrieving revision 1.147
diff -u -u -p -r1.147 options.h
--- gold/options.h 1 Jun 2010 23:37:57 -0000 1.147
+++ gold/options.h 6 Aug 2010 07:59:30 -0000
@@ -722,6 +722,10 @@ class General_options
   DEFINE_special(EL, options::ONE_DASH, '\0',
   N_("Link little-endian objects."), NULL);

+  DEFINE_bool(enum_size_warning, options::TWO_DASHES, '\0', true, NULL,
+       N_("(ARM only) Do not warn about objects with incompatible "
+  "enum sizes"));
+
   DEFINE_bool(fatal_warnings, options::TWO_DASHES, '\0', false,
        N_("Treat warnings as errors"),
        N_("Do not treat warnings as errors"));
@@ -1038,6 +1042,10 @@ class General_options
      N_("Report unresolved symbols as errors"),
      NULL, true);

+  DEFINE_bool(wchar_size_warning, options::TWO_DASHES, '\0', true, NULL,
+       N_("(ARM only) Do not warn about objects with incompatible "
+  "wchar_t sizes"));
+
   DEFINE_bool(whole_archive, options::TWO_DASHES, '\0', false,
               N_("Include all archive contents"),
               N_("Include only needed archive contents"));

13 years agoMention Makefile.in in ChangeLog.
H.J. Lu [Thu, 12 Aug 2010 17:53:17 +0000 (17:53 +0000)] 
Mention Makefile.in in ChangeLog.

13 years agoDisable -Werror on coff-tic4x.lo and coff-tic54x.lo.
H.J. Lu [Thu, 12 Aug 2010 17:49:42 +0000 (17:49 +0000)] 
Disable -Werror on coff-tic4x.lo and coff-tic54x.lo.

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

PR binutils/11909
* Makefile.am (coff-tic4x.lo): New.  Disable -Werror.
(coff-tic54x.lo): Likewise.

13 years ago PR ld/11843
Nick Clifton [Thu, 12 Aug 2010 16:23:32 +0000 (16:23 +0000)] 
    PR ld/11843
        * elflink.c (compute_bucket_count): Avoid futile long searches for
        the best bucket size.

13 years agoReally commit server.c bits of 2010-08-09's change...
Pedro Alves [Thu, 12 Aug 2010 15:16:12 +0000 (15:16 +0000)] 
Really commit server.c bits of 2010-08-09's change...

13 years ago * ldexp.c (new_rel): Remove "str". Update all call sites.
Alan Modra [Thu, 12 Aug 2010 13:36:50 +0000 (13:36 +0000)] 
* ldexp.c (new_rel): Remove "str".  Update all call sites.
(exp_fold_tree_1): When assigning to dot, calculate nextdot
using expld.result.section rather than expld.section.

13 years ago PR binutils/11742
Nick Clifton [Thu, 12 Aug 2010 13:11:11 +0000 (13:11 +0000)] 
    PR binutils/11742
        * readelf.c (get_archive_member_name): Do not read beyond the end
        of the ar_name field.

13 years agodaily update
Alan Modra [Thu, 12 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago*** empty log message ***
gdbadmin [Thu, 12 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago2010-08-11 Tom Tromey <tromey@redhat.com>
Phil Muldoon [Wed, 11 Aug 2010 20:54:12 +0000 (20:54 +0000)] 
2010-08-11  Tom Tromey  <tromey@redhat.com>
            Phil Muldoon  <pmuldoon@redhat.com>

* python/python.c (gdbpy_run_events): New function.
(gdbpy_post_event): Likewise.
(gdbpy_initialize_events): Likewise.
(_initialize_python): Call gdbpy_initialize_events.

2010-08-11  Tom Tromey  <tromey@redhat.com>
            Phil Muldoon <pmuldoon@redhat.com>

* gdb.texinfo (Basic Python): Describe post_event API.

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

* gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
tests.

13 years agogdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): Likewise...
Ken Werner [Wed, 11 Aug 2010 16:48:26 +0000 (16:48 +0000)] 
gdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): Likewise.(value_binop): Call scalar_binop or vector_binop depending on the types.* gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.(evaluate_subexp_with_coercion): Add vector check to not convert vectorsto pointers.* gdb/value.c (coerce_array): Add vector check to not coerce vectors.testsuite/ChangeLog:* gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.* gdb.base/gnu_vector.c: New File.* gdb.base/gnu_vector.exp: Likewise.

13 years ago2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
Thomas Schwinge [Wed, 11 Aug 2010 15:53:04 +0000 (15:53 +0000)] 
2010-08-11  Thomas Schwinge  <thomas@codesourcery.com>

* linux-low.c (linux_wait_1): Correctly return the ptid of the child
after its termination.

13 years ago2010-08-11 Brad Roberts <braddr@puremagic.com>
Tom Tromey [Wed, 11 Aug 2010 15:41:37 +0000 (15:41 +0000)] 
2010-08-11  Brad Roberts  <braddr@puremagic.com>

* d-lang.c (extract_identifiers): Handle multiple digits.

13 years agogdb/
Jan Kratochvil [Wed, 11 Aug 2010 13:24:32 +0000 (13:24 +0000)] 
gdb/
Code cleanup.
* dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
Rename to dummy_frame_unwind.
(dummy_frame_unwind): Remove.
* dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
* frame-unwind.c (frame_unwind_init): Use address of
dummy_frame_unwind and inline_frame_unwind.
* frame.c (create_sentinel_frame): Use address of
sentinel_frame_unwind.
* inline-frame.c (inline_frame_unwinder): Rename to
inline_frame_unwind.
(inline_frame_unwind): Remove.
* inline-frame.h (inline_frame_unwind): Reference directly the struct.
* sentinel-frame.c (sentinel_frame_unwinder): Rename to
sentinel_frame_unwind.
(sentinel_frame_unwind): Remove.
* sentinel-frame.h (sentinel_frame_unwind): Reference directly the
struct.

13 years agogdb/
Jan Kratochvil [Wed, 11 Aug 2010 13:22:57 +0000 (13:22 +0000)] 
gdb/
Code cleanup.
* frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
and returned value.  New comment from frame-unwind.h.
* frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
Extend the comment.
* frame.c (get_frame_id, frame_unwind_register_value)
(create_new_frame, get_prev_frame_1, frame_unwinder_is)
(get_frame_type, frame_unwind_arch): Do not use the return value of
frame_unwind_find_by_frame.

13 years ago2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon [Wed, 11 Aug 2010 12:48:24 +0000 (12:48 +0000)] 
2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
            Thiago Jung Bauermann  <bauerman@br.ibm.com>
    Tom Tromey  <tromey@redhat.com>

* python/python.c (gdbpy_solib_address):  New function.
(gdbpy_decode_line): Likewise.

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

* gdb.texinfo (Basic Python): Describe solib_address and
          decode_line Python APIs

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

* gdb.python/python.c: New File.
* gdb.python/python-sl.c: New File.
* gdb.python/python.exp: Test solib_address and decode_line
* functions.

13 years agodaily update
Alan Modra [Wed, 11 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago*** empty log message ***
gdbadmin [Wed, 11 Aug 2010 00:00:04 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago * gdb.texinfo (Pretty Printing API): Document
Tom Tromey [Tue, 10 Aug 2010 20:25:30 +0000 (20:25 +0000)] 
* gdb.texinfo (Pretty Printing API): Document
gdb.default_visualizer.

13 years agogdb
Tom Tromey [Tue, 10 Aug 2010 18:35:53 +0000 (18:35 +0000)] 
gdb
Revert gdb-add-index addition:
* Makefile.in (install-only): Don't install gdb-add-index.
* gdb-add-index.sh: Remove.
gdb/doc
Revert gdb-add-index addition:
* gdb.texinfo (Index Files): Don't document gdb-add-index.

13 years ago * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
Kevin Buettner [Tue, 10 Aug 2010 04:39:26 +0000 (04:39 +0000)] 
* remote-sim.c (gdbsim_xfer_inferior_memory): Replace
`target_has_execution' check with `to_has_memory' check.
(gdbsim_has_all_memory, gdbsim_has_memory): New functions.
(init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
with `gdbsim_has_all_memory' and `gdbsim_has_memory'.

13 years ago * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
Kevin Buettner [Tue, 10 Aug 2010 00:19:26 +0000 (00:19 +0000)] 
* remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
(resume_siggnal, resume_step): Move these static globals...
(struct sim_inferior_data): ...into this new struct.
(sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
New static globals.
(gdb_callback, callbacks_initialized): Move these globals to
a point earlier in the file.
(check_for_duplicate_sim_descriptor, get_sim_inferior_data)
(get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
(gdbsim_close_inferior, gdbsim_resume_inferior)
(gdbsim_stop_inferior): New functions.
(SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
New constants.
(gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
(gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
(gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
(gdbsim_xfer_inferior_memory, gdbsim_files_info)
(gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
(gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
new local variable `sim_data' in each of these functions.  Use
`sim_data' to reference former globals `program_loaded',
`gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
`resume_step'.
(gdbsim_open): Remove local variable `argv'.  Put results of call
to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
make a cleanup for it.  Free it though when a sim instance cannot
be obtained.
(gdbsim_close): Free sim_argv and null it out as appropriate.
Close sim instances in all inferiors.
(gdbsim_cntrl_c): Stop all inferiors.
(gdbsim_wait):
(_initialize_remote_sim): Initialize `sim_inferior_data_key'.

13 years ago*** empty log message ***
gdbadmin [Tue, 10 Aug 2010 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Tue, 10 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago PR ld/11891
Richard Henderson [Mon, 9 Aug 2010 23:58:52 +0000 (23:58 +0000)] 
    PR ld/11891
        * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Disallow relaxing
        to tlshi/lo until pos0 and pos1 are adjacent.  Use the destination
        register from the tldgd insn.

13 years agoComplete symbol construction before adding to pending list.
Sami Wagiaalla [Mon, 9 Aug 2010 20:34:06 +0000 (20:34 +0000)] 
Complete symbol construction before adding to pending list.

2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>

* dwarf2read.c (new_symbol): Add symbol to variable list at end of
function after symbol construction is complete.
Do the same for template symbol addition to template_symbols list.

13 years agoFixed stabs cplus_specific issue
Sami Wagiaalla [Mon, 9 Aug 2010 20:13:51 +0000 (20:13 +0000)] 
Fixed stabs cplus_specific issue

2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>

* symtab.c (symbol_get_demangled_name): Remove assertion and
return NULL when language_specific.cplus_specific is not initialized.
* stabsread.c (define_symbol): Set the name before calling
cp_scan_for_anonymous_namespaces.

13 years ago2010-08-09 Catherine Moore <clm@codesourcery.com>
Catherine Moore [Mon, 9 Aug 2010 19:54:13 +0000 (19:54 +0000)] 
2010-08-09  Catherine Moore  <clm@codesourcery.com>

        * elfxx-mips.c (mips_elf_perform_relocation): Improve
        interlinking error message.

2010-08-09  Catherine Moore  <clm@codesourcery.com>

        * ld-mips-elf/mode-change-error-1.d: New.
        * ld-mips-elf/mode-change-error-1a.s: New.
        * ld-mips-elf/mode-change-error-1b.s: New.
        * ld-mips-elf/mips-elf.exp: Run new test.

13 years agocreate and use symbol_set_language.
Sami Wagiaalla [Mon, 9 Aug 2010 19:42:48 +0000 (19:42 +0000)] 
create and use symbol_set_language.

2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>

* symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
SYMBOL_SET_LANGUAGE.
(symbol_init_language_specific): Renamed to symbol_set_language.
* symtab.c (symbol_init_language_specific): Removed redundant check
for language_cplus.
Renamed to symbol_set_language.
* stabsread.c (define_symbol): Updated.
(read_enum_type): Updated
* psymtab.c (add_psymbol_to_bcache): Updated.
* minsyms.c (install_minimal_symbols): Updated.
* coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
SYMBOL_LANGUAGE to set the language.
* minsyms.c (prim_record_minimal_symbol_full): Ditto.
* mdebugread.c (new_symbol): Ditto.
* cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
* dwarf2read.c (new_symbol_full): Ditto.
* jv-lang.c (add_class_symbol): Ditto.

13 years ago * as.c (show_usage): Don't list --compress-debug-sections if zlib not
Cary Coutant [Mon, 9 Aug 2010 18:08:18 +0000 (18:08 +0000)] 
* as.c (show_usage): Don't list --compress-debug-sections if zlib not
installed.
(main): Warn if --compress-debug-sections requested and zlib not
installed.
* doc/as.texinfo: Add --compress-debug-sections,
--nocompress-debug-sections.

13 years ago * linux-low.c (gdb_wants_lwp_stopped): Delete.
Pedro Alves [Mon, 9 Aug 2010 14:59:23 +0000 (14:59 +0000)] 
* linux-low.c (gdb_wants_lwp_stopped): Delete.
(gdb_wants_all_stopped): Delete.
(linux_wait_1): Don't call them.
* server.c (handle_v_cont): Tag all threads as want-stopped.
(gdb_wants_thread_stopped): Fix comments.  Tag the thread that
stopped as "client-wants-stopped".

13 years agodaily update
Alan Modra [Mon, 9 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years ago*** empty log message ***
gdbadmin [Mon, 9 Aug 2010 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

13 years ago*** empty log message ***
gdbadmin [Sun, 8 Aug 2010 00:00:34 +0000 (00:00 +0000)] 
*** empty log message ***

13 years agodaily update
Alan Modra [Sun, 8 Aug 2010 00:00:05 +0000 (00:00 +0000)] 
daily update

13 years agogdb/
Jan Kratochvil [Sat, 7 Aug 2010 15:00:39 +0000 (15:00 +0000)] 
gdb/
* defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
(make_cleanup_restore_page_info)
(set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
* gdbcmd.h (execute_command_to_string): New declaration.
* python/python.c (struct restore_ui_file_closure, restore_ui_file)
(make_cleanup_restore_ui_file): Move to utils.c
(execute_gdb_command) <to_string>: Move ...
* top.c (execute_command_to_string): ... here.  Call
set_batch_flag_and_make_cleanup_restore_page_info.
* utils.c (make_cleanup_restore_integer): New source file blank line.
(make_cleanup_restore_uinteger): New.
(struct restore_ui_file_closure, do_restore_ui_file)
(make_cleanup_restore_ui_file): Move here from python/python.c.
(init_page_info) <batch_flag>
(do_restore_page_info_cleanup, make_cleanup_restore_page_info)
(set_batch_flag_and_make_cleanup_restore_page_info): New.

gdb/testsuite/
* gdb.python/python.exp (show height, set height 10)
(verify pagination beforehand, verify pagination beforehand: q)
(gdb.execute does not page, verify pagination afterwards)
(verify pagination afterwards: q): New.

gdb/doc/
* gdb.texinfo (Mode Options) <-batch>
(Basic Python) <gdb.execute>: Describe setting width and height.

13 years agodaily update
Alan Modra [Sat, 7 Aug 2010 00:00:06 +0000 (00:00 +0000)] 
daily update

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

13 years agoRe-indent config/tc-i386.c.
H.J. Lu [Fri, 6 Aug 2010 19:47:00 +0000 (19:47 +0000)] 
Re-indent config/tc-i386.c.

2010-08-06  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (set_cpu_arch): Re-indent.
(md_parse_option): Likewise.

13 years ago * thread.c (add_thread_silent): Use null_ptid instead of
Pedro Alves [Fri, 6 Aug 2010 19:45:58 +0000 (19:45 +0000)] 
* thread.c (add_thread_silent): Use null_ptid instead of
minus_one_ptid while getting rid of stale inferior_ptid.

13 years ago * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
Corinna Vinschen [Fri, 6 Aug 2010 19:02:15 +0000 (19:02 +0000)] 
* dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
Throughout, call read_encoded_value with ptr_size rather than addr_size.
(decode_frame_entry_1): Remove redundant setting of
addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
on examined frame section.  Add comment to explain why.
* gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
comment to explain usage.
* gdbarch.c: Regenerate.
* gdbarch.h: Regenerate.

* xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.

13 years agoDon't generate multi-byte NOPs for i686.
H.J. Lu [Fri, 6 Aug 2010 18:22:50 +0000 (18:22 +0000)] 
Don't generate multi-byte NOPs for i686.

gas/

2010-08-06  Quentin Neill <quentin.neill@amd.com>

* config/tc-i386.c (arch_entry): Add negated bit to
  disambiguate flag names starting with "no".
  (cpu_arch): Add negated bit definitions.  Add
  ".nop" CPU extension.
  (i386_align_code): Use new .cpunop bit to decide
  when to generate alignment using nops.
  (set_cpu_arch): Use negated bit instead to decide
  when to use cpu_flags or vs. cpu_flags_and_not.
  (md_parse_option): Likewise.

gas/testsuite/

2010-08-06  Quentin Neill <quentin.neill@amd.com>

* gas/i386/arch-10-1.l: Add nopl instruction.
* gas/i386/arch-10-2.l: Likewise.
* gas/i386/arch-10-3.l: Likewise.
* gas/i386/arch-10-4.l: Likewise.
* gas/i386/arch-10.s: Likewise.
* gas/i386/arch-10.d: Add nopl instruction, and +nopl extension
flag to as flags.
* gas/i386/nops-5-i686.d: Change alignment code generated for
-mtune=i686.
* gas/i386/nops-5.d: Change alignment code generated for
.arch i686.
* gas/i386/x86-64-nops-5-k8.d: Likewise.
* gas/i386/x86-64-nops-5.d: Likewise.

opcodes/

2010-08-06  Quentin Neill <quentin.neill@amd.com>

* i386-gen.c (cpu_flag_init): Define CpuNop extension flag, add
to processor flags for PENTIUMPRO processors and later.
* i386-opc.h (enum): Add CpuNop.
(i386_cpu_flags): Add cpunop bit.
* i386-opc.tbl: Change nop cpu_flags.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.

13 years agoFix typos in comments in i386-opc.h.
H.J. Lu [Fri, 6 Aug 2010 16:33:43 +0000 (16:33 +0000)] 
Fix typos in comments in i386-opc.h.

2010-08-06  Quentin Neill <quentin.neill@amd.com>

* i386-opc.h (enum): Fix typos in comments.

13 years agogdb/
Jan Kratochvil [Fri, 6 Aug 2010 14:17:56 +0000 (14:17 +0000)] 
gdb/
Code cleanup.
* varobj.c (varobj_create): Move variables fi, old_fi and block to
a more inner block.

13 years ago * disassemble.c: Formatting.
Alan Modra [Fri, 6 Aug 2010 03:59:49 +0000 (03:59 +0000)] 
* disassemble.c: Formatting.
(disassemble_init_for_target <ARCH_m32c>): Comment on endian.

13 years ago PR ld/11887
Alan Modra [Fri, 6 Aug 2010 01:51:17 +0000 (01:51 +0000)] 
PR ld/11887
* ldlang.c (lang_add_vers_depend): Don't leave version_needed
uninitialised.

13 years agoAdd Cpu186 to ud1/ud2/ud2a/ud2b.
H.J. Lu [Fri, 6 Aug 2010 01:03:17 +0000 (01:03 +0000)] 
Add Cpu186 to ud1/ud2/ud2a/ud2b.

2010-08-05  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.tbl: Add Cpu186 to ud1/ud2/ud2a/ud2b.
* i386-tbl.h: Regenerated.

13 years agoAdd ud1 to x86.
H.J. Lu [Fri, 6 Aug 2010 00:52:57 +0000 (00:52 +0000)] 
Add ud1 to x86.

gas/testsuite/

2010-08-05  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run arch-4.

* gas/i386/arch-4.d: New.
* gas/i386/arch-4.s: Likewise.

* gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1.
* gas/i386/opcode-intel.d: Likewise.
* gas/i386/opcode-suffix.d: Likewise.
* gas/i386/opcode.d: Likewise.

opcodes/

2010-08-05  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (dis386_twobyte): Replace ud2a/ud2b with ud2/ud1.

* i386-opc.tbl: Add ud1.  Remove Cpu686 from ud2/ud2a/ud2b.
* i386-tbl.h: Regenerated.

13 years agodaily update
Alan Modra [Fri, 6 Aug 2010 00:00:06 +0000 (00:00 +0000)] 
daily update