OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
14 years agoAdd missing files.
hjl [Wed, 18 Aug 2010 00:43:46 +0000 (00:43 +0000)]
Add missing files.

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

14 years agodaily update
amodra [Wed, 18 Aug 2010 00:00:06 +0000 (00:00 +0000)]
daily update

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

14 years agogdb/testsuite/
jkratoch [Tue, 17 Aug 2010 21:31:12 +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.

14 years agoMake PATH_MAX consistent with MAX_PATH
keithmarshall [Tue, 17 Aug 2010 21:18:21 +0000 (21:18 +0000)]
Make PATH_MAX consistent with MAX_PATH

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

14 years agogdb/
palves [Tue, 17 Aug 2010 20:59:01 +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.

14 years agoReplace Eb with Mb on prefetch and prefetchw.
hjl [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.

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

14 years agodaily update
amodra [Tue, 17 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

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

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

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

14 years agogdb/
jkratoch [Mon, 16 Aug 2010 19:53:04 +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.

14 years agogdb
tromey [Mon, 16 Aug 2010 19:19:20 +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.

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

14 years ago * include/cygwin/version.h: Bump DLL minor version number to 6.
corinna [Mon, 16 Aug 2010 13:41:18 +0000 (13:41 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 6.

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

14 years agodaily update
amodra [Mon, 16 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

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

14 years agodaily update
amodra [Sun, 15 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

14 years ago * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipe
corinna [Sat, 14 Aug 2010 11:16:08 +0000 (11:16 +0000)]
* pipe.cc (fhandler_pipe::open): Duplicate content of opened pipe
fhandler before calling dup method.

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

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

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

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

14 years agoCheck if .got.plt section is discarded before using it.
hjl [Fri, 13 Aug 2010 20:50:25 +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.

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

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

14 years ago * mount.cc (from_fstab): Fix potentially fatal typo.
corinna [Fri, 13 Aug 2010 19:10:22 +0000 (19:10 +0000)]
* mount.cc (from_fstab): Fix potentially fatal typo.

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

14 years agogdb:
kwerner [Fri, 13 Aug 2010 16:19:47 +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.

14 years ago PR binutils/11889
nickc [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.

14 years ago Easier and more stubborn MI memory read commands.
vprus [Fri, 13 Aug 2010 13:22:39 +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.

14 years ago bfd/
nathan [Fri, 13 Aug 2010 13:03:44 +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.

14 years ago * faq-programming.xml (faq.programming.win32-api): Remove simplicity.
corinna [Fri, 13 Aug 2010 11:52:13 +0000 (11:52 +0000)]
* faq-programming.xml (faq.programming.win32-api): Remove simplicity.
Add note and xrefs to User's Guide chapters explaining restrictions
using the Win32 API.
* new-features.sgml (ov-new1.7.6): Add note about Win CWD.
* overview2.sgml (ov-hi-intro): Add note and xrefs about Win32 API
restrictions.  Tone down flexibility.
* pathnames.sgml (pathnames-intro): Add xref to pathnames-win32-api
section.
(pathnames-win32-api): New section describing Win32 CWD restriction.
* setup2.sgml (setup-env-ov): New sub-section.
(setup-env-win32): Ditto, describing Win32 environment restriction.

14 years ago * cygheap.h (class cwdstuff): Make drive_length private.
corinna [Fri, 13 Aug 2010 11:51:52 +0000 (11:51 +0000)]
* cygheap.h (class cwdstuff): Make drive_length private.
Add "error" member.
(cwdstuff::get_error): New inline method.
(cwdstuff::get_error_desc): Declare.
(cwdstuff::set): Change first parameter to pointer to path_conv.
* path.cc (chdir): Drop doit.  Align call to cwdstuff::set to
new arguments.
(cwdstuff::init): Only call cwdstuff::set if it's not already
initialized.  Add comment.  Drop third parameter in call to
cwdstuff::set.
(cwdstuff::set): Partially rewrite.  Add lots of comments to explain
everything.  Drop "doit" since it's not used anymore.  Always create
new handle to CWD if not in a virtual path.  Drop PEB locking when
reading PEB values in init phase.  Check for accessibility to set
correct error code.  Drop Vista workaround.  Never write back into PEB.
Set Win32 CWD to \\?\PIPE\ on init.  Simplify creation of win32 path.
Set new error member to a meaningful value.
(cwdstuff::get_error_desc): New method to generate error message
from cwd error code.
* spawn.cc (spawn_guts): Call cwdstuff::get_error_desc to create
more meaningful error message when not being able to start native
Win32 app due to CWD restrictions.  When starting native Win32 app,
lock cwd and use in calls to CreateProcessW/CreateProcessAsUserW.

14 years ago * argv.c (expandargv): Limit the number of times that response
nickc [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.

14 years ago2010-08-13 Hui Zhu <teawater@gmail.com>
teawater [Fri, 13 Aug 2010 03:14:01 +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.

14 years ago * dwarf.c (process_debug_info): Don't subtract section address
amodra [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.

14 years ago2010-08-12 Cary Coutant <ccoutant@google.com>
dougkwan [Fri, 13 Aug 2010 00:18:18 +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.

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

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

14 years agogold/ChangeLog:
ccoutant [Thu, 12 Aug 2010 22:18:14 +0000 (22:18 +0000)]
gold/ChangeLog:

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

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

14 years agoelfcpp/ChangeLog:
ccoutant [Thu, 12 Aug 2010 22:14:59 +0000 (22:14 +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.

14 years agoelfcpp/ChangeLog:
ccoutant [Thu, 12 Aug 2010 22:01:10 +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.

14 years ago2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
palves [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.

14 years agoIndex: gold/arm.cc
dougkwan [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"));

14 years agoMention Makefile.in in ChangeLog.
hjl [Thu, 12 Aug 2010 17:53:17 +0000 (17:53 +0000)]
Mention Makefile.in in ChangeLog.

14 years agoDisable -Werror on coff-tic4x.lo and coff-tic54x.lo.
hjl [Thu, 12 Aug 2010 17:49:41 +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.

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

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

14 years ago * ldexp.c (new_rel): Remove "str". Update all call sites.
amodra [Thu, 12 Aug 2010 13:36:49 +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.

14 years ago PR binutils/11742
nickc [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.

14 years agodaily update
amodra [Thu, 12 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

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

14 years ago2010-08-11 Tom Tromey <tromey@redhat.com>
pmuldoon [Wed, 11 Aug 2010 20:54:09 +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.

14 years ago* libc/include/sys/dir.h: New BSD-compatibility header.
yselkowitz [Wed, 11 Aug 2010 18:14:53 +0000 (18:14 +0000)]
* libc/include/sys/dir.h: New BSD-compatibility header.

14 years agogdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): Likewise...
kwerner [Wed, 11 Aug 2010 16:48:24 +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.

14 years ago2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
tschwinge [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.

14 years ago2010-08-11 Brad Roberts <braddr@puremagic.com>
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.

14 years agogdb/
jkratoch [Wed, 11 Aug 2010 13:24:31 +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.

14 years agogdb/
jkratoch [Wed, 11 Aug 2010 13:22:56 +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.

14 years ago2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
pmuldoon [Wed, 11 Aug 2010 12:48:21 +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.

14 years ago * new-features.sgml (ov-new1.7.6): Document "bind" option.
corinna [Wed, 11 Aug 2010 11:12:10 +0000 (11:12 +0000)]
* new-features.sgml (ov-new1.7.6): Document "bind" option.
* pathnames.sgml (mount-table): Add "bind" option with example.

14 years ago * mount.cc (do_mount): Don't treat "bind" mount as remote mount.
corinna [Wed, 11 Aug 2010 11:01:14 +0000 (11:01 +0000)]
* mount.cc (do_mount): Don't treat "bind" mount as remote mount.
(mount_entries): Drop the "bind" option from output.
* utils.sgml (mount): Match examples to actual mount output.  Add
"bind" option and add example.

14 years ago * mount.cc (struct opt): Add "bind" option.
corinna [Wed, 11 Aug 2010 10:58:05 +0000 (10:58 +0000)]
* mount.cc (struct opt): Add "bind" option.
(mount_info::from_fstab_line): Handle "bind" option.
(fillout_mntent): Add "bind" option to mnt_opts.
(mount): Handle "bind" option.
* include/sys/mount.h (MOUNT_BIND): New mount flag.

14 years ago* mingw: Use sysroot, if present, for mingw_dir.
yselkowitz [Wed, 11 Aug 2010 03:01:55 +0000 (03:01 +0000)]
* mingw: Use sysroot, if present, for mingw_dir.

14 years agodaily update
amodra [Wed, 11 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

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

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

14 years agogdb
tromey [Tue, 10 Aug 2010 18:35:50 +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.

14 years ago* sigproc.cc (init_sig_pipe): Add retry loop.
cgf [Tue, 10 Aug 2010 16:44:36 +0000 (16:44 +0000)]
* sigproc.cc (init_sig_pipe): Add retry loop.

14 years ago Remove the use of prms_id and bug_id throughout the testsuite,
muller [Tue, 10 Aug 2010 09:50:04 +0000 (09:50 +0000)]
Remove the use of prms_id and bug_id throughout the testsuite,
as they are now on the banned variable list in lib/gdb.exp.

14 years ago * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
kevinb [Tue, 10 Aug 2010 04:39:24 +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'.

14 years ago * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
kevinb [Tue, 10 Aug 2010 00:19:25 +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'.

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

14 years agodaily update
amodra [Tue, 10 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

14 years ago PR ld/11891
rth [Mon, 9 Aug 2010 23:58:51 +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.

14 years agoComplete symbol construction before adding to pending list.
swagiaal [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.

14 years agoFixed stabs cplus_specific issue
swagiaal [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.

14 years ago2010-08-09 Catherine Moore <clm@codesourcery.com>
clm [Mon, 9 Aug 2010 19:54:12 +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.

14 years agocreate and use symbol_set_language.
swagiaal [Mon, 9 Aug 2010 19:42:44 +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.

14 years ago * as.c (show_usage): Don't list --compress-debug-sections if zlib not
ccoutant [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.

14 years ago* cygheap.h (cygheap_fdmanip): Delete fh and use fd index into cygheap->fdtab
cgf [Mon, 9 Aug 2010 16:53:34 +0000 (16:53 +0000)]
* cygheap.h (cygheap_fdmanip): Delete fh and use fd index into cygheap->fdtab
throughout.
(cygheap_fdnew): Replace fh by using fd index into cygheap->fdtab throughout.
(cygheap_fdget): Ditto.  (cygheap_fdenum): Ditto.

14 years ago* new-features.sgml (ov-new1.7.6): Document POSIX Monotonic Clock.
yselkowitz [Mon, 9 Aug 2010 16:49:28 +0000 (16:49 +0000)]
* new-features.sgml (ov-new1.7.6): Document POSIX Monotonic Clock.

14 years agoImplement POSIX.1-2004 Monotonic Clock.
yselkowitz [Mon, 9 Aug 2010 16:47:43 +0000 (16:47 +0000)]
Implement POSIX.1-2004 Monotonic Clock.
* hires.h: Change hires_us to hires_ns, with nanosecond resolution.
(hires_ns::primed_ft): Remove.
(hires_ns::nsecs): New prototype.
(hires_ns::usecs): Rewrite in terms of nsecs.
(hires_ns::resolution): New prototype.
* times.cc: Change hires_us to hires_ns.
(ntod): Declare.
(systime): Remove.
(hires_ns::prime): Increase resolution to nanoseconds.
(hires_ns::nsecs): Rename usecs to nsecs to reflect increased resolution.
Remove justdelta argument.
(hires_ns::resolution): New function.
(clock_gettime): Accept CLOCK_MONOTONIC.
Use EINVAL instead of ENOSYS per POSIX.1-2004.
(clock_getres): Ditto.
(clock_setres): Use EINVAL instead of ENOSYS to conform with other
implementations.
* strace.cc (strace::microseconds): Adjust for hires_ns.
* sysconf.cc (sca): Set _SC_MONOTONIC_CLOCK to _POSIX_MONOTONIC_CLOCK.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

14 years ago * linux-low.c (gdb_wants_lwp_stopped): Delete.
palves [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".

14 years ago * libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.
corinna [Mon, 9 Aug 2010 08:29:22 +0000 (08:29 +0000)]
* libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.

14 years ago * new-features.sgml (ov-new1.7.6): Document /proc/filesystems.
corinna [Mon, 9 Aug 2010 08:20:51 +0000 (08:20 +0000)]
* new-features.sgml (ov-new1.7.6): Document /proc/filesystems.

14 years ago * fhandler_proc.cc: Add /proc/filesystems virtual file.
corinna [Mon, 9 Aug 2010 08:18:29 +0000 (08:18 +0000)]
* fhandler_proc.cc: Add /proc/filesystems virtual file.
(format_proc_filesystems): New function.
* mount.cc (fs_names): Move to global scope. Redefine as array
of { "name", block_device? } structs.
(fillout_mntent): Use name member of fs_names.
* mount.h (fs_names): New prototype.

14 years ago * include/dlfcn.h (RTLD_LOCAL): Define.
corinna [Mon, 9 Aug 2010 07:48:23 +0000 (07:48 +0000)]
* include/dlfcn.h (RTLD_LOCAL): Define.

14 years agodaily update
amodra [Mon, 9 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

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

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

14 years agodaily update
amodra [Sun, 8 Aug 2010 00:00:05 +0000 (00:00 +0000)]
daily update

14 years agogdb/
jkratoch [Sat, 7 Aug 2010 15:00:36 +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.

14 years agodaily update
amodra [Sat, 7 Aug 2010 00:00:06 +0000 (00:00 +0000)]
daily update