Doug Kwan [Sun, 6 Dec 2009 02:49:46 +0000 (02:49 +0000)]
2009-12-05 Doug Kwan <dougkwan@google.com>
elfcpp/ChangeLog:
* arm.h: Define enums for Tag_CPU_arch EABI attribute.
gold/ChangeLog:
* arm.cc (Target_arm::arm_info): Initialize new fields
attributes_section and attributes_vendor.
* i386.cc (Target_i386::i386_info): Same.
* object.cc (Sized_relobj::do_layout): Skip attribute section.
* gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
fields attributes_section and attributes_vendor.
* sparc.cc (Target_sparc::sparc_info): Same.
* target.h (Target::attributes_section, Target::attributes_vendor,
Target::is_attributes_section, Target::attribute_arg_type,
Target::attributes_order): New method definitions.
(Target::Target_info::attributes_section,
Target::Target_info::attributes_vendor): New fields.
(Target::do_attribute_arg_type, Target::do_attributes_order): New
virtual method definitions.
* x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
attributes_section and attributes_vendor.
* testsuite/testfile.cc (Target_test::test_target_info): Same.
Doug Kwan [Sun, 6 Dec 2009 02:20:53 +0000 (02:20 +0000)]
2009-12-05 Doug Kwan <dougkwan@google.com>
* arm.cc: Update comments about interworking and stub generation.
(Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
considered as non-PIC.
(Arm_relocate_functions::base_abs): Fix formatting.
(Arm_relocate_functions::got_prel): Fix comment. Change interface
of function to use GOT entry address instead of offset.
(Target_arm::Scan::global): Issue an error if a symbol would need a
PLT does not get one because it is untyped. Remove code to create
dynamic symbols for relative branches.
(Target_arm::Relocate::relocate: Use 0 instead of false since function
takes unsigned integer instead of boolean.
gdbadmin [Sun, 6 Dec 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
H.J. Lu [Sat, 5 Dec 2009 23:22:54 +0000 (23:22 +0000)]
2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
* testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
(two_file_test_LDADD): Likewise.
(common_test_1_LDADD): Likewise.
(exception_test_LDADD) Likewise.
(weak_test_LDADD): Likewise.
(many_sections_test_LDADD): Likewise.
(initpri1_LDADD): Likewise.
(script_test_1_LDADD): Likewise.
(script_test_2_LDADD): Likewise.
(justsyms_LDADD): Likewise.
(binary_test_LDADD): Likewise.
(large_LDADD): Likewise.
* testsuite/Makefile.in: Regenerated.
Alan Modra [Sat, 5 Dec 2009 23:00:04 +0000 (23:00 +0000)]
daily update
H.J. Lu [Sat, 5 Dec 2009 07:28:45 +0000 (07:28 +0000)]
2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
* resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
(Symbol_table::override_with_special): Likewise.
(Symbol_table::add_from_object): Likewise.
gdbadmin [Sat, 5 Dec 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Fri, 4 Dec 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Daniel Jacobowitz [Fri, 4 Dec 2009 20:26:33 +0000 (20:26 +0000)]
* valops.c (value_struct_elt_for_reference): Do not rely on
field order.
Rafael Ávila de Espíndola [Fri, 4 Dec 2009 18:18:18 +0000 (18:18 +0000)]
2009-12-04 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
Don't set the data_offset twice.
Rafael Ávila de Espíndola [Fri, 4 Dec 2009 15:47:49 +0000 (15:47 +0000)]
pda
H.J. Lu [Fri, 4 Dec 2009 07:51:41 +0000 (07:51 +0000)]
Support fxsave64 and fxrstor64.
gas/testsuite/
2009-12-03 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run x86-64-fxsave and x86-64-fxsave-intel.
* gas/i386/rex.d: Updated for fxsave64.
* gas/i386/x86-64-fxsave-intel.d: New.
* gas/i386/x86-64-fxsave.d: Likewise.
* gas/i386/x86-64-fxsave.s: Likewise.
opcodes/
2009-12-03 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (FXSAVE_Fixup): New.
(FXSAVE): Likewise.
(mod_table): Use FXSAVE on fxsave and fxrstor.
* i386-opc.tbl: Add fxsave64 and fxrstor64.
* i386-tbl.h: Regenerated.
Jie Zhang [Fri, 4 Dec 2009 07:28:13 +0000 (07:28 +0000)]
* ld.texinfo: Make it clear that --nmagic disables linking
against shared libraries.
gdbadmin [Fri, 4 Dec 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***
Doug Kwan [Thu, 3 Dec 2009 23:13:55 +0000 (23:13 +0000)]
2009-12-03 Doug Kwan <dougkwan@google.com>
* arm.cc: Remove comment about missing .ARM.exidx section symbols.
(Target_arm::do_finalize_sections): Add parameter for symbol table
pointer. Add __exidx_start and __exidx_end symbols as appropriate.
* i386.cc (Target_i386::do_finalize_sections): Add an additional
parameter for symbol table pointer.
* layout.cc (Layout::finalize): Call Target::finalize_sections with
an additional parameter for a pointer to symbol table.
* powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
parameter for a symbol table pointer.
* sparc.cc (Target_sparc::do_finalize_sections): Ditto.
* target.h (Target::finalize_sections, Target::do_finalize_sections):
Ditto.
* x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
parameter for a symbol table pointer.
Alan Modra [Thu, 3 Dec 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Phil Muldoon [Thu, 3 Dec 2009 21:19:49 +0000 (21:19 +0000)]
2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
* python/py-type.c (convert_field): New attribute "is_base_class".
doc/
2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
* gdb.texinfo (Types In Python): Describe "is_base_class".
testsuite/
2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
PR python/10805
* gdb.python/py-type.exp: New file.
* gdb.python/py-type.c: New file.
* Makefile.in: Add py-type.
Tom Tromey [Thu, 3 Dec 2009 18:30:02 +0000 (18:30 +0000)]
gdb
* python/python.c (gdbpy_parse_and_eval): New function.
(GdbMethods): Add "parse_and_eval".
gdb/testsuite
* gdb.python/py-value.exp (test_parse_and_eval): New
function.
gdb/doc
* gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
Jan Kratochvil [Thu, 3 Dec 2009 17:59:02 +0000 (17:59 +0000)]
gdb/
* linux-thread-db.c (find_new_threads_once): Change errp and err types
to td_err_e.
(thread_db_find_new_threads_2): Change err type to td_err_e.
Paul Pluzhnikov [Thu, 3 Dec 2009 17:47:08 +0000 (17:47 +0000)]
ChangeLog:
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/11022
* breakpoint.c (invalidate_bp_value_on_memory_change):
New function.
(_initialize_breakpoint): Add it as memory change observer.
testsuite/ChangeLog:
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/11022
* gdb.base/pr11022.exp: New test.
* gdb.base/pr11022.c: New test.
David Daney [Thu, 3 Dec 2009 17:01:46 +0000 (17:01 +0000)]
include/
2009-12-03 David Daney <ddaney@caviumnetworks.com>
Adam Nemet <adambnemet@gmail.com>
* elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
binutils/
2009-12-03 David Daney <ddaney@caviumnetworks.com>
Adam Nemet <adambnemet@gmail.com>
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
Rafael Ávila de Espíndola [Thu, 3 Dec 2009 15:43:01 +0000 (15:43 +0000)]
2009-12-03 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (Incremental_inputs_header)
(Incremental_inputs_header_write, Incremental_inputs_entry)
(Incremental_inputs_entry_write): Move ...
* incremental.h (Incremental_inputs_header)
(Incremental_inputs_header_write, Incremental_inputs_entry)
(Incremental_inputs_entry_write): here.
Tristan Gingold [Thu, 3 Dec 2009 14:21:22 +0000 (14:21 +0000)]
2009-12-03 Tristan Gingold <gingold@adacore.com>
* machoread.c (macho_sym_fns): Set sym_segment routine.
Tristan Gingold [Thu, 3 Dec 2009 14:14:03 +0000 (14:14 +0000)]
2009-12-03 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_make_bfd_section): Force debug flags for
all sections of the __DWARF segment.
Nick Clifton [Thu, 3 Dec 2009 12:28:37 +0000 (12:28 +0000)]
PR binutils/11045
* dwarf.c (do_debug_pubtypes): New variable.
(dwarf_select_sections_by_names): Handle .debug_pubtypes.
(dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
(dwarf_select_sections_all): Set do_debug_pubtypes.
(debug_displays): Add support for .debug_pubtypes.
* dwarf.h (do_debug_pubtypes): Export.
* objdump.c (usage): Add -wt or --dwarf=pubtypes.
* readelf.c (usage): Likewise.
(process_section_headers): Enable debug display if
do_debug_pubtypes is set.
* doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
Jan Kratochvil [Thu, 3 Dec 2009 11:40:18 +0000 (11:40 +0000)]
gdb/testsuite/
Fix spurious false FAILs.
* gdb.base/structs.c (chartest): New.
(main): Fill-in chartest.
* gdb.base/structs.exp (anychar_re, first): New.
(start_structs_test): Import global anychar_re and first.
New gdb_test call "set print elements 300; ${testfile}"
(start_structs_test <$first>): New block.
(any): Import global anychar_re. New variable ac. Use ${ac}.
Alan Modra [Thu, 3 Dec 2009 08:31:29 +0000 (08:31 +0000)]
PR ld/11047
* elf32-ppc.c (ppc_elf_relocate_section): Delete __tls_get_addr
symbol reference from relocs belonging to calls that are
optimized away.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
Rafael Ávila de Espíndola [Thu, 3 Dec 2009 04:26:01 +0000 (04:26 +0000)]
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (make_sized_incremental_binary): Set the target.
Error if it is incompatible.
* output.h (Output_file): Add filename method.
gdbadmin [Thu, 3 Dec 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Wed, 2 Dec 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Nick Clifton [Wed, 2 Dec 2009 20:26:30 +0000 (20:26 +0000)]
PR gas/11013
* arm-dis.c (thumb32_opc): Adjust disassembly of QADD, QDADD, QSUB
and QDSUB.
* gas/arm/arch7em.d: Update expected disassembly.
* gas/arm/thumb32.d: Likewise.
* config/tc-arm.c (do_t_simd2): New function.
(insns): Use do_t_simd2 for QADD, QDADD, QSUB and QDSUB.
Paul Pluzhnikov [Wed, 2 Dec 2009 19:29:42 +0000 (19:29 +0000)]
gdb/ChangeLog:
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* ada-lang.c (ada_value_assign): Use observer_notify_memory_changed.
* valops.c (value_assign): Likewise.
* defs.h (deprecated_memory_changed_hook): Remove.
* top.c (deprecated_memory_changed_hook): Likewise.
* interps.c (clear_interpreter_hooks): Adjust.
gdb/gdbtk/ChangeLog:
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* generic/gdbtk-hooks.c (gdbtk_memory_changed): Adjust.
(gdbtk_add_hooks): Adjust.
gdb/doc/ChangeLog:
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
* observer.texi: New memory_changed observer.
Rafael Ávila de Espíndola [Wed, 2 Dec 2009 18:14:22 +0000 (18:14 +0000)]
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (Incremental_inputs_entry): Remove unused argument
from the get_* methods.
Doug Evans [Wed, 2 Dec 2009 17:25:56 +0000 (17:25 +0000)]
* cgen-engine.h: Remove duplicated comment.
Rafael Ávila de Espíndola [Wed, 2 Dec 2009 16:27:15 +0000 (16:27 +0000)]
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
* incremental-dump.cc (main): Check that the offeset of a script is 0.
* incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
Write 0 for the data_offset of scripts.
Rafael Ávila de Espíndola [Wed, 2 Dec 2009 14:51:22 +0000 (14:51 +0000)]
2009-12-02 Rafael Avila de Espindola <espindola@google.com>
* testsuite/Makefile.am: Add the incremental_test.sh test.
* testsuite/incremental_test.sh: New.
* testsuite/incremental_test_1.c: New.
* testsuite/incremental_test_2.c: New.
Nick Clifton [Wed, 2 Dec 2009 14:04:17 +0000 (14:04 +0000)]
PR binutils/11017
* dlltool.c (PAGE_SIZE): Delete.
(PAGE_MASK): Provide default definition based on COFF_PAGE_SIZE.
Check for DLLTOOL_DEFAULT_MX86_64 and DLLTOOL_DEFAULT_I386.
* coff-i386.h (COFF_PAGE_SIZE): Definition moved to coff/i386.h
* i386lh (COFF_PAGE_SIZE): Define.
* x86_64.h (COFF_PAGE_SIZE): Define.
Tristan Gingold [Wed, 2 Dec 2009 11:44:35 +0000 (11:44 +0000)]
2009-12-02 Tristan Gingold <gingold@adacore.com>
* symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in
prototype.
* dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in
definition, simplify code assuming it is always 0.
* coffread.c (coff_symfile_read): Adjust call.
* elfread.c (elf_symfile_read): Ditto.
* machoread.c (macho_symfile_read): Explicitely calls
init_psymbol_list if mainline is set.
Tristan Gingold [Wed, 2 Dec 2009 11:34:37 +0000 (11:34 +0000)]
2009-12-02 Tristan Gingold <gingold@adacore.com>
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter.
(dwarf2_build_psymtabs_hard): Ditto.
(dwarf2_build_psymtabs): Ajust calls.
* stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on
the prototype.
(coffstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on
the definition.
(elfstab_build_psymtabs): Ditto.
(stabsect_build_psymtabs): Ditto.
* coffread.c (coff_symfile_read): Adjust call.
* elfread.c (elf_symfile_read): Ditto.
* somread.c (som_symfile_read): Ditto.
Tristan Gingold [Wed, 2 Dec 2009 11:16:42 +0000 (11:16 +0000)]
2009-10-23 Tristan Gingold <gingold@adacore.com>
* charset.c (_initialize_charset): Set a default value to
auto_host_charset_name if empty.
gdbadmin [Wed, 2 Dec 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Tue, 1 Dec 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Joseph Myers [Tue, 1 Dec 2009 22:46:15 +0000 (22:46 +0000)]
* gcore.c: Include solib.h.
(gcore_create_callback): Call solib_keep_data_in_core when
considering not saving memory in core file.
* solib-svr4.c (svr4_keep_data_in_core): New.
(_initialize_svr4_solib): Initialize
svr4_so_ops.keep_data_in_core.
* solib.c (solib_keep_data_in_core): New.
* solib.h (solib_keep_data_in_core): Declare.
* solist.h (struct target_so_ops): Add keep_data_in_core.
Tom Tromey [Tue, 1 Dec 2009 22:15:27 +0000 (22:15 +0000)]
* gdb.texinfo (Reverse Execution): Fix typo.
Rafael Ávila de Espíndola [Tue, 1 Dec 2009 21:15:06 +0000 (21:15 +0000)]
2009-12-01 Rafael Avila de Espindola <espindola@google.com>
* incremental-dump.cc (main): Fix typos.
Joseph Myers [Tue, 1 Dec 2009 16:37:32 +0000 (16:37 +0000)]
* readelf.c (get_machine_name, get_osabi_name): Handle more
allocated values.
gdbadmin [Tue, 1 Dec 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***
DJ Delorie [Mon, 30 Nov 2009 23:37:39 +0000 (23:37 +0000)]
* rx/rx.c (decode_opcode): fix SWHILE logic.
Alan Modra [Mon, 30 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Jan Kratochvil [Mon, 30 Nov 2009 22:56:34 +0000 (22:56 +0000)]
gdb/testsuite/
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
Jan Kratochvil [Mon, 30 Nov 2009 22:55:27 +0000 (22:55 +0000)]
gdb/testsuite/
* gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
Force $srcfile file.
* gdb.base/foll-fork.c (callee): Comment out the printf call.
DJ Delorie [Mon, 30 Nov 2009 21:50:19 +0000 (21:50 +0000)]
merge from gcc
Joseph Myers [Mon, 30 Nov 2009 16:46:47 +0000 (16:46 +0000)]
config:
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
AC_CANONICAL_TARGET.
bfd:
* configure: Regenerate.
binutils:
* configure: Regenerate.
gas:
* configure: Regenerate.
gdb:
* configure: Regenerate.
gprof:
* configure: Regenerate.
ld:
* configure: Regenerate.
Nick Clifton [Mon, 30 Nov 2009 14:45:30 +0000 (14:45 +0000)]
PR gas/11030
* m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
Coldfire ISA A+.
Nick Clifton [Mon, 30 Nov 2009 14:36:21 +0000 (14:36 +0000)]
PR gas/11032
* config/tc-arm.c (relax_adr): Cope with a frag with no symbol.
Nick Clifton [Mon, 30 Nov 2009 10:14:56 +0000 (10:14 +0000)]
Fix typo: "Dimitry" should be "Dmitry"
Alan Modra [Mon, 30 Nov 2009 00:27:45 +0000 (00:27 +0000)]
PR ld/11006
* lexsup.c (parse_args): Allow nested --start-group, --end-group.
gdbadmin [Mon, 30 Nov 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Sun, 29 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update
gdbadmin [Sun, 29 Nov 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Sat, 28 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update
Vladimir Prus [Sat, 28 Nov 2009 17:00:55 +0000 (17:00 +0000)]
* target.c (target_terminal_inferior): Use target_can_async_p, not
target_is_async_p.
Joseph Myers [Sat, 28 Nov 2009 03:18:00 +0000 (03:18 +0000)]
* common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,
EM_TI_C5500, EM_CUDA): Define.
(EM_res140, EM_res141, EM_res142): Remove.
gdbadmin [Sat, 28 Nov 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Fri, 27 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Rafael Ávila de Espíndola [Fri, 27 Nov 2009 16:15:26 +0000 (16:15 +0000)]
2009-11-27 Rafael Avila de Espindola <espindola@google.com>
PR gold/11025
* incremental-dump.cc (main): Use llu to print 64 bit values.
Ulrich Weigand [Fri, 27 Nov 2009 16:12:00 +0000 (16:12 +0000)]
gdb/
* s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints
of type bp_hardware_watchpoint.
gdb/testsuite/
* gdb.base/hbreak.exp: Disable for s390*-*-* targets.
* gdb.base/watchpoint-hw-hit-once.exp: Likewise.
* gdb.threads/watchthreads-reorder.exp: Likewise.
Joel Brobecker [Fri, 27 Nov 2009 15:33:47 +0000 (15:33 +0000)]
* ada-lang.c: Apply some corrections to the previous comment addition.
Tristan Gingold [Fri, 27 Nov 2009 09:00:36 +0000 (09:00 +0000)]
2009-11-27 Tristan Gingold <gingold@adacore.com>
* pe-dll.c (pe_implied_import_dll): Return early if there is no
export entries.
H.J. Lu [Fri, 27 Nov 2009 02:05:34 +0000 (02:05 +0000)]
Add $(THREADSLIB) $(LIBDL) to incremental-dump.
2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
$(LIBDL).
(incremental_dump_LDADD): Likewise.
* Makefile.in: Regenerated.
Joel Brobecker [Fri, 27 Nov 2009 01:49:41 +0000 (01:49 +0000)]
* ada-lang.c: Update the comment explaining how to evaluate
Ada expressions.
H.J. Lu [Fri, 27 Nov 2009 01:47:03 +0000 (01:47 +0000)]
2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
* plugin.c (bfd_plugin_bfd_copy_link_hash_symbol_type): Define.
gdbadmin [Fri, 27 Nov 2009 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Thu, 26 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update
Pedro Alves [Thu, 26 Nov 2009 22:18:40 +0000 (22:18 +0000)]
* win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
events, don't leave current_inferior pointing at null.
Pedro Alves [Thu, 26 Nov 2009 22:16:29 +0000 (22:16 +0000)]
* win32-low.c (LOG): Delete.
(OUTMSG): Output to stderr.
(OUTMSG2): Conditionalize on `debug_threads' variable, instead of
on compile time LOG macro.
(win32_wait): Fix debug output.
Pedro Alves [Thu, 26 Nov 2009 22:14:39 +0000 (22:14 +0000)]
* win32-low.c (win32_add_one_solib): If the dll name is
"ntdll.dll", prepend the system directory to the dll path.
Nick Clifton [Thu, 26 Nov 2009 13:45:25 +0000 (13:45 +0000)]
PR ld/10956
* ld.h (struct args_type): Rename 'relax' field to
'disable_target_specific_optimizations' and turn it into a
tri-state variable.
(RELAXATION_DISABLED_BY_DEFAULT): New macro.
(RELAXATION_DISABLED_BY_USER): New macro.
(RELAXATION_ENABLED): New macro.
(DISABLE_RELAXATION): New macro.
(ENABLE_RELAXATION): New macro.
* lexsup (enum option_values): Add OPTION_NO_RELAX.
(struct ld_options): Add --no-relax.
(parse_args): Handle OPTION_NO_RELAX. Use DISABLE_RELAXATION and
ENABLE_RELAXATION macros.
* ldlang.c (lang_relax_sections): Use RELAXATION_ENABLED macro.
(lang_process): Likewise.
* ldmain.c (main): Initialise
disable_target_specific_optimizations field.
(multiple_definition): Use RELAXATION_ENABLED macro.
* ld.texinfo: Document new command line option.
* emultempl/alphaelf.em: Remove --no-relax option.
(before_allocation): Test RELAXATION_DISABLED_BY_USER macro.
Use ENABLE_RELAXATION macro.
* emultempl/avrelf.em: (after_allocation): Test RELAXATION_ENABLED
macro.
* emultempl/cr16elf.em: Remove --no-relax option.
(before_allocation): Test RELAXATION_DISABLED_BY_USER macro.
Use ENABLE_RELAXATION macro.
* emultempl/crxelf.em: Remove --no-relax option.
(before_allocation): Test RELAXATION_DISABLED_BY_USER macro.
Use ENABLE_RELAXATION macro.
* emultempl/mmix-elfnmmo.em: (before_allocation): Use
ENABLE_RELAXATION macro.
* emultempl/needrelax.em: (before_allocation): Use
ENABLE_RELAXATION macro.
* emultempl/ppc32elf.em: (before_allocation): Test
RELAXATION_DISABLED_BY_DEFAULT macro. Use
ENABLE_RELAXATION macro.
* emultempl/sh64elf.em: (before_allocation): Test
RELAXATION_ENABLED macro. Use DISABLE_RELAXATION macro.
* emultempl/xtensaelf.em: Remove --no-relax option.
(before_allocation): Test RELAXATION_ENABLED macro.
Use ENABLE_RELAXATION macro.
gdbadmin [Thu, 26 Nov 2009 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***
DJ Delorie [Wed, 25 Nov 2009 23:35:00 +0000 (23:35 +0000)]
merge from gcc
Alan Modra [Wed, 25 Nov 2009 23:00:05 +0000 (23:00 +0000)]
daily update
Ben Elliston [Wed, 25 Nov 2009 22:41:09 +0000 (22:41 +0000)]
* configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.
* configure: Regenerate.
Daniel Jacobowitz [Wed, 25 Nov 2009 20:43:29 +0000 (20:43 +0000)]
PR gdb/8704
* breakpoint.c (find_condition_and_thread): Correct task error message.
* c-exp.y (yylex): Stop before "thread N", "task N", or abbreviations
of those.
doc/
* gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
are allowed after the breakpoint condition.
testsuite/
* gdb.base/condbreak.exp: Test combinations of "break *EXP",
"if", and "thread". Correct matching in the previous test.
Daniel Jacobowitz [Wed, 25 Nov 2009 15:31:54 +0000 (15:31 +0000)]
* gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
Sebastian Pop [Wed, 25 Nov 2009 15:15:30 +0000 (15:15 +0000)]
2009-11-17 Quentin Neill <quentin.neill@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
gas/testsuite/
* gas/i386/x86-64-fma4.d: Add new patterns.
* gas/i386/x86-64-fma4.s: Same.
* gas/i386/x86-64-xop.d: Adjusted.
opcodes/
* i386-dis.c (get_vex_imm8): Increase bytes_before_imm when
decoding the second source operand from the immediate byte.
(OP_EX_VexW): Pass an extra integer to identify the second
and third source arguments.
Doug Kwan [Wed, 25 Nov 2009 08:08:45 +0000 (08:08 +0000)]
2009-11-25 Doug Kwan <dougkwan@google.com>
Revert:
2009-11-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::Target_arm): Move method definition
outside of class definition. Add code to handle
--target1-rel, --target1-abs and --target2= options.
(Target_arm::get_reloc_reloc_type): Change method to be
non-static and const.
(Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
New data member declaration.
(Target_arm::Scan::local, Target_arm::Scan::global,
Target_arm::Relocate::relocate,
Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
Adjust call to Target_arm::get_real_reloc_type.
(Target_arm::get_real_reloc_type): Use command line options
to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
* options.h (--target1-rel, --target1-abs, --target2): New
ARM-only options.
Kai Tietz [Wed, 25 Nov 2009 06:59:01 +0000 (06:59 +0000)]
2009-11-25 Kai Tietz <kai.tietz@onevision.com>
* scripttempl/pe.sc: (.note.GNU-stack): Mark as discardable.
(.gnu.lto_*): Likewise.
* scripttempl/pep.sc: (.note.GNU-stack): Mark as discardable.
(.gnu.lto_*): Likewise.
Ben Elliston [Wed, 25 Nov 2009 04:54:32 +0000 (04:54 +0000)]
* functions.texi: Rebuild.
Ben Elliston [Wed, 25 Nov 2009 04:35:01 +0000 (04:35 +0000)]
* README: Mention changes to Makefile.in and functions.texi.
* gather-docs: Mention 'make stamp-functions' in the header.
Doug Kwan [Wed, 25 Nov 2009 04:32:36 +0000 (04:32 +0000)]
2009-11-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::Target_arm): Move method definition outside of
class definition. Add code to handle --target1-rel, --target1-abs
and --target2= options.
(Target_arm::get_reloc_reloc_type): Change method to be non-static
and const.
(Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
member declaration.
(Target_arm::Scan::local, Target_arm::Scan::global,
Target_arm::Relocate::relocate,
Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
call to Target_arm::get_real_reloc_type.
(Target_arm::get_real_reloc_type): Use command line options to
determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
* options.h (--target1-rel, --target1-abs, --target2): New ARM-only
options.
Doug Kwan [Wed, 25 Nov 2009 04:11:56 +0000 (04:11 +0000)]
2009-11-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::Target_arm): Move method definition outside of
class definition. Add code to handle --target1-rel, --target1-abs
and --target2= options.
(Target_arm::get_reloc_reloc_type): Change method to be non-static
and const.
(Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
member declaration.
(Target_arm::Scan::local, Target_arm::Scan::global,
Target_arm::Relocate::relocate,
Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
call to Target_arm::get_real_reloc_type.
(Target_arm::get_real_reloc_type): Use command line options to
determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
* options.h (--target1-rel, --target1-abs, --target2): New ARM-only
options.
Rafael Ávila de Espíndola [Wed, 25 Nov 2009 00:10:05 +0000 (00:10 +0000)]
2009-11-24 Rafael Avila de Espindola <espindola@google.com>
* Makefile.am: Build incremental-dump
* Makefile.in: Regenerate.
* incremental-dump.cc: New.
* incremental.cc (Incremental_inputs_header_data,
Incremental_inputs_entry_data): Move to incremental.h
* incremental.h: (Incremental_inputs_header_data,
Incremental_inputs_entry_data): Move from incremental.cc
2009-11-24 Rafael Avila de Espindola <espindola@google.com>
* elfcpp_file.h: Include elfcpp.h.
gdbadmin [Wed, 25 Nov 2009 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***
Alan Modra [Tue, 24 Nov 2009 23:00:04 +0000 (23:00 +0000)]
daily update
Joel Brobecker [Tue, 24 Nov 2009 22:59:53 +0000 (22:59 +0000)]
* acinclude.m4: Include ../config/zlib.m4.
* configure.ac: Use AM_ZLIB to check for zlib support.
* configure: Regenerate.
Joel Brobecker [Tue, 24 Nov 2009 22:58:08 +0000 (22:58 +0000)]
* common/aclocal.m4: Add include of ../../config/zlib.m4.
* common/common.m4: Use AM_ZLIB to check for zlib support.
* ppc/configure.ac: Likewise.
* arm/configure, avr/configure, common/configure, cr16/configure,
cris/configure, d10v/configure, erc32/configure, frv/configure,
h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
m32r/configure, m68hc11/configure, mcore/configure,
microblaze/configure, mips/configure, mn10300/configure,
moxie/configure, ppc/configure, sh/configure, sh64/configure,
v850/configure: Regenerate.
Rafael Ávila de Espíndola [Tue, 24 Nov 2009 22:50:44 +0000 (22:50 +0000)]
2009-11-24 Rafael Avila de Espindola <espindola@google.com>
* incremental.cc (Incremental_inputs_header,
Incremental_inputs_header_write, Incremental_inputs_entry,
Incremental_inputs_entry_write): Add a typedef with the data type.
Joel Brobecker [Tue, 24 Nov 2009 22:47:20 +0000 (22:47 +0000)]
* acinclude.m4: Add include of ../config/zlib.m4.
* configure.in: AM_ZLIB to check for zlib support.
* configure: Regenerate.
Joel Brobecker [Tue, 24 Nov 2009 22:35:29 +0000 (22:35 +0000)]
* zlib.m4: New file.
Joel Brobecker [Tue, 24 Nov 2009 21:37:52 +0000 (21:37 +0000)]
* breakpoint.c (expand_line_sal_maybe): Adjust adjust the SAL
past the function prologue in the case where we were given only
one SAL.