OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
14 years ago2009-12-07 Rafael Avila de Espindola <espindola@google.com>
espindola [Tue, 8 Dec 2009 06:36:52 +0000 (06:36 +0000)]
2009-12-07  Rafael Avila de Espindola  <espindola@google.com>

PR gold/11055
* incremental-dump.cc (dump_incremental_inputs): New.
(main): Use dump_incremental_inputs.

14 years agoSync with GCC:
ghazi [Tue, 8 Dec 2009 05:24:59 +0000 (05:24 +0000)]
Sync with GCC:

PR middle-end/30447
PR middle-end/30789
PR other/40302

* configure.ac: Require MPC.
* configure: Regenerate.

* configure.ac: Update minimum MPC version to 0.8.
* configure: Regenerate.

14 years ago * configure.tgt: Add rx-*-elf target.
kevinb [Tue, 8 Dec 2009 04:58:39 +0000 (04:58 +0000)]
* configure.tgt: Add rx-*-elf target.
* rx-tdep.c: New target.

14 years ago2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 8 Dec 2009 02:14:55 +0000 (02:14 +0000)]
2009-12-07  H.J. Lu  <hongjiu.lu@intel.com>

PR gold/10893
* i386.cc (Target_i386::Scan::globa): Use is_func instead of
checking elfcpp::STT_FUNC.
(Target_i386::Relocate::relocate): Likewise.
* x86_64.cc (Target_x86_64::Scan::global): Likewise.

* symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
symbols from shared libraries into normal FUNC symbols.

* symtab.h (Symbol): Add is_func and use it.

14 years ago2009-12-07 Tristan Gingold <gingold@adacore.com>
gingold [Mon, 7 Dec 2009 18:47:38 +0000 (18:47 +0000)]
2009-12-07  Tristan Gingold  <gingold@adacore.com>

* symfile.h (struct sym_fns): Adjust comment on sym_read.
* symfile.c (syms_from_objfile): Pass all symfile flags to sym_read.
* dbxread.c (dbx_symfile_read): Rename mainline to symfile_flags,
adjust header comment.
* elfread.c (elf_symfile_read): Ditto.
* somread.c (som_symfile_read): Ditto.
* xcoffread.c (xcoff_initial_scan): Ditto.
* coffread.c (coff_symfile_read): Rename mainline to symfile_flags.
* machoread.c (macho_symfile_read): Ditto.
* mipsread.c (mipscoff_symfile_read): Ditto.

14 years ago2009-12-07 Tristan Gingold <gingold@adacore.com>
gingold [Mon, 7 Dec 2009 18:36:40 +0000 (18:36 +0000)]
2009-12-07  Tristan Gingold  <gingold@adacore.com>

* dbxread.c (dbx_symfile_read): No need to test mainline to call
init_psymbol_list.
* xcoffread.c (xcoff_initial_scan): Ditto;
* coffread.c (coff_symfile_read): Remove call to init_psymbol_list.
* elfread.c (elf_symfile_read): Ditto.
* machoread.c (macho_symfile_read): Ditto.

14 years ago*** empty log message ***
gdbadmin [Mon, 7 Dec 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Mon, 7 Dec 2009 08:00:05 +0000 (08:00 +0000)]
daily update

14 years ago * include/cygwin/version.h: Bump DLL minor version number to 1.
corinna [Sun, 6 Dec 2009 21:24:33 +0000 (21:24 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 1.

14 years ago2009-12-05 Doug Kwan <dougkwan@google.com>
dougkwan [Sun, 6 Dec 2009 11:49:45 +0000 (11: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.

14 years ago2009-12-05 Doug Kwan <dougkwan@google.com>
dougkwan [Sun, 6 Dec 2009 11:20:53 +0000 (11: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.

14 years ago*** empty log message ***
gdbadmin [Sun, 6 Dec 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years ago2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 6 Dec 2009 08:22:54 +0000 (08: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.

14 years agodaily update
amodra [Sun, 6 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 5 Dec 2009 16:28:44 +0000 (16: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.

14 years ago*** empty log message ***
gdbadmin [Sat, 5 Dec 2009 09:00:03 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Sat, 5 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago * valops.c (value_struct_elt_for_reference): Do not rely on
drow [Sat, 5 Dec 2009 05:26:32 +0000 (05:26 +0000)]
* valops.c (value_struct_elt_for_reference): Do not rely on
field order.

14 years ago2009-12-04 Rafael Avila de Espindola <espindola@google.com>
espindola [Sat, 5 Dec 2009 03:18:18 +0000 (03: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.

14 years agopda
espindola [Sat, 5 Dec 2009 00:47:49 +0000 (00:47 +0000)]
pda

14 years agoSupport fxsave64 and fxrstor64.
hjl [Fri, 4 Dec 2009 16:51:40 +0000 (16: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.

14 years ago * ld.texinfo: Make it clear that --nmagic disables linking
jiez [Fri, 4 Dec 2009 16:28:13 +0000 (16:28 +0000)]
* ld.texinfo: Make it clear that --nmagic disables linking
against shared libraries.

14 years ago*** empty log message ***
gdbadmin [Fri, 4 Dec 2009 09:00:03 +0000 (09:00 +0000)]
*** empty log message ***

14 years ago2009-12-03 Doug Kwan <dougkwan@google.com>
dougkwan [Fri, 4 Dec 2009 08:13:55 +0000 (08: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.

14 years agodaily update
amodra [Fri, 4 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
pmuldoon [Fri, 4 Dec 2009 06:19:48 +0000 (06: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.

14 years agogdb
tromey [Fri, 4 Dec 2009 03:30:00 +0000 (03: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.

14 years agogdb/
jkratoch [Fri, 4 Dec 2009 02:59:02 +0000 (02: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.

14 years agoChangeLog:
ppluzhnikov [Fri, 4 Dec 2009 02:47:05 +0000 (02: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.

14 years agoinclude/
daney [Fri, 4 Dec 2009 02:01:45 +0000 (02: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.

14 years ago2009-12-03 Craig Howland <howland@LGSInnovations.com>
jjohnstn [Fri, 4 Dec 2009 01:11:27 +0000 (01:11 +0000)]
2009-12-03  Craig Howland <howland@LGSInnovations.com>

        * libc/stdlib/strtod.c:  Correct "NO_REENT" to "_REENT_ONLY".
        * libc/stdlib/wcstod.c:  Ditto.
        * libc/stdlib/dtoastub.c:  Ditto.

14 years ago2009-12-03 Rafael Avila de Espindola <espindola@google.com>
espindola [Fri, 4 Dec 2009 00:43:01 +0000 (00: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.

14 years ago2009-12-03 Tristan Gingold <gingold@adacore.com>
gingold [Thu, 3 Dec 2009 23:21:20 +0000 (23:21 +0000)]
2009-12-03  Tristan Gingold  <gingold@adacore.com>

* machoread.c (macho_sym_fns): Set sym_segment routine.

14 years ago2009-12-03 Tristan Gingold <gingold@adacore.com>
gingold [Thu, 3 Dec 2009 23:14:02 +0000 (23: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.

14 years ago PR binutils/11045
nickc [Thu, 3 Dec 2009 21:28:36 +0000 (21: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.

14 years agogdb/testsuite/
jkratoch [Thu, 3 Dec 2009 20:40:17 +0000 (20: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}.

14 years ago PR ld/11047
amodra [Thu, 3 Dec 2009 17:31:28 +0000 (17: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.

14 years ago2009-12-02 Rafael Avila de Espindola <espindola@google.com>
espindola [Thu, 3 Dec 2009 13:26:01 +0000 (13: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.

14 years agotweak comment
devans [Thu, 3 Dec 2009 12:03:17 +0000 (12:03 +0000)]
tweak comment

14 years ago*** empty log message ***
gdbadmin [Thu, 3 Dec 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Thu, 3 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago PR gas/11013
nickc [Thu, 3 Dec 2009 05:26:29 +0000 (05: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.

14 years agogdb/ChangeLog:
ppluzhnikov [Thu, 3 Dec 2009 04:29:41 +0000 (04: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.

14 years ago2009-12-02 Rafael Avila de Espindola <espindola@google.com>
espindola [Thu, 3 Dec 2009 03:14:22 +0000 (03:14 +0000)]
2009-12-02  Rafael Avila de Espindola  <espindola@google.com>

       * incremental.cc (Incremental_inputs_entry): Remove unused argument
       from the get_* methods.

14 years ago * cgen-engine.h: Remove duplicated comment.
devans [Thu, 3 Dec 2009 02:25:55 +0000 (02:25 +0000)]
* cgen-engine.h: Remove duplicated comment.

14 years ago2009-12-02 Rafael Avila de Espindola <espindola@google.com>
espindola [Thu, 3 Dec 2009 01:27:14 +0000 (01: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.

14 years ago * fhandler_socket.cc (send_internal): Don't split datagram messages
corinna [Thu, 3 Dec 2009 00:23:02 +0000 (00:23 +0000)]
* fhandler_socket.cc (send_internal): Don't split datagram messages
into pieces.

* syslog.cc (vsyslog): Set default facility to LOG_USER if it hasn't
been set yet.

14 years ago2009-12-02 Rafael Avila de Espindola <espindola@google.com>
espindola [Wed, 2 Dec 2009 23:51:22 +0000 (23: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.

14 years ago PR binutils/11017
nickc [Wed, 2 Dec 2009 23:04:15 +0000 (23: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.

14 years ago2009-12-02 Tristan Gingold <gingold@adacore.com>
gingold [Wed, 2 Dec 2009 20:44:34 +0000 (20: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.

14 years ago2009-12-02 Tristan Gingold <gingold@adacore.com>
gingold [Wed, 2 Dec 2009 20:34:36 +0000 (20: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.

14 years ago2009-10-23 Tristan Gingold <gingold@adacore.com>
gingold [Wed, 2 Dec 2009 20:16:40 +0000 (20: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.

14 years ago * setup2.sgml (setup-env): Clarify that Windows environment gets
corinna [Wed, 2 Dec 2009 18:36:54 +0000 (18:36 +0000)]
* setup2.sgml (setup-env): Clarify that Windows environment gets
copied over.  Add paragraph about TMP, TEMP, and TMPDIR.

14 years ago*** empty log message ***
gdbadmin [Wed, 2 Dec 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Wed, 2 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago * gcore.c: Include solib.h.
jsm28 [Wed, 2 Dec 2009 07:46:07 +0000 (07: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.

14 years ago * gdb.texinfo (Reverse Execution): Fix typo.
tromey [Wed, 2 Dec 2009 07:15:27 +0000 (07:15 +0000)]
* gdb.texinfo (Reverse Execution): Fix typo.

14 years ago2009-12-01 Rafael Avila de Espindola <espindola@google.com>
espindola [Wed, 2 Dec 2009 06:15:06 +0000 (06:15 +0000)]
2009-12-01  Rafael Avila de Espindola  <espindola@google.com>

       * incremental-dump.cc (main): Fix typos.

14 years ago * readelf.c (get_machine_name, get_osabi_name): Handle more
jsm28 [Wed, 2 Dec 2009 01:37:31 +0000 (01:37 +0000)]
* readelf.c (get_machine_name, get_osabi_name): Handle more
allocated values.

14 years ago * fhandler_registry.cc (fhandler_registry::open): Mark /proc/registry
corinna [Wed, 2 Dec 2009 01:31:02 +0000 (01:31 +0000)]
* fhandler_registry.cc (fhandler_registry::open): Mark /proc/registry
directory and siblings as nohandle fhandler.

14 years ago * diagnostics.h, diagnostics.c (print_sigint_message): New function.
kevinb [Tue, 1 Dec 2009 09:27:08 +0000 (09:27 +0000)]
* diagnostics.h, diagnostics.c (print_sigint_message): New function.
* linux-target.c (linux_process_rcmd): Add monitor commands
"interrupt-with-SIGSTOP and interrupt-with-SIGINT".
* server.h (struct child_process): Add new field
interrupt_with_SIGSTOP.
* thread-db.c (thread_db_break_program): Interrupt using either
SIGSTOP or SIGINT depending upon user's preference.

14 years ago*** empty log message ***
gdbadmin [Tue, 1 Dec 2009 09:00:03 +0000 (09:00 +0000)]
*** empty log message ***

14 years ago* rx/rx.c (decode_opcode): fix SWHILE logic.
dj [Tue, 1 Dec 2009 08:37:39 +0000 (08:37 +0000)]
* rx/rx.c (decode_opcode): fix SWHILE logic.

14 years agodaily update
amodra [Tue, 1 Dec 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years agogdb/testsuite/
jkratoch [Tue, 1 Dec 2009 07:56:34 +0000 (07:56 +0000)]
gdb/testsuite/
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.

14 years agogdb/testsuite/
jkratoch [Tue, 1 Dec 2009 07:55:27 +0000 (07: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.

14 years agomerge from gcc
dj [Tue, 1 Dec 2009 06:50:19 +0000 (06:50 +0000)]
merge from gcc

14 years agoconfig:
jsm28 [Tue, 1 Dec 2009 01:46:35 +0000 (01: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.

14 years ago* speclib: Use last dll found since that's the real name of the cygwin DLL.
cgf [Tue, 1 Dec 2009 00:40:22 +0000 (00:40 +0000)]
* speclib: Use last dll found since that's the real name of the cygwin DLL.

14 years ago PR gas/11030
nickc [Mon, 30 Nov 2009 23:45:29 +0000 (23:45 +0000)]
    PR gas/11030
        * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
        Coldfire ISA A+.

14 years ago PR gas/11032
nickc [Mon, 30 Nov 2009 23:36:21 +0000 (23:36 +0000)]
    PR gas/11032
        * config/tc-arm.c (relax_adr): Cope with a frag with no symbol.

14 years agoFix typo: "Dimitry" should be "Dmitry"
nickc [Mon, 30 Nov 2009 19:14:55 +0000 (19:14 +0000)]
Fix typo: "Dimitry" should be "Dmitry"

14 years ago PR ld/11006
amodra [Mon, 30 Nov 2009 09:27:45 +0000 (09:27 +0000)]
PR ld/11006
* lexsup.c (parse_args): Allow nested --start-group, --end-group.

14 years ago*** empty log message ***
gdbadmin [Mon, 30 Nov 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Mon, 30 Nov 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago * setfacl.c (getaclentry): Allow to delete default entries for the
corinna [Sun, 29 Nov 2009 23:28:29 +0000 (23:28 +0000)]
* setfacl.c (getaclentry): Allow to delete default entries for the
owner and owner group.

14 years ago*** empty log message ***
gdbadmin [Sun, 29 Nov 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Sun, 29 Nov 2009 08:00:05 +0000 (08:00 +0000)]
daily update

14 years ago * target.c (target_terminal_inferior): Use target_can_async_p, not
vprus [Sun, 29 Nov 2009 02:00:53 +0000 (02:00 +0000)]
* target.c (target_terminal_inferior): Use target_can_async_p, not
target_is_async_p.

14 years ago2009-11-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 28 Nov 2009 15:07:27 +0000 (15:07 +0000)]
2009-11-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/_mingw.h: Increment version to 3.17.

14 years ago2009-11-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 28 Nov 2009 14:28:35 +0000 (14:28 +0000)]
2009-11-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * mingwex/gdtoa/misc.c: Fix security vulnerability in gdtoa:
 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0689

14 years ago * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,
jsm28 [Sat, 28 Nov 2009 12:18:00 +0000 (12: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.

14 years ago*** empty log message ***
gdbadmin [Sat, 28 Nov 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Sat, 28 Nov 2009 08:00:04 +0000 (08:00 +0000)]
daily update

14 years ago2009-11-27 Rafael Avila de Espindola <espindola@google.com>
espindola [Sat, 28 Nov 2009 01:15:26 +0000 (01: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.

14 years agogdb/
uweigand [Sat, 28 Nov 2009 01:11:56 +0000 (01:11 +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.

14 years ago * ada-lang.c: Apply some corrections to the previous comment addition.
brobecke [Sat, 28 Nov 2009 00:33:47 +0000 (00:33 +0000)]
    * ada-lang.c: Apply some corrections to the previous comment addition.

14 years ago * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix typos in
corinna [Fri, 27 Nov 2009 23:27:22 +0000 (23:27 +0000)]
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix typos in
comments.  Always open file synchronized when reading header bytes,
otherwise suffer stack corruption.

14 years ago * cygcheck.cc (dump_sysinfo): Fix typo in products.
corinna [Fri, 27 Nov 2009 19:01:50 +0000 (19:01 +0000)]
* cygcheck.cc (dump_sysinfo): Fix typo in products.

14 years ago2009-11-27 Tristan Gingold <gingold@adacore.com>
gingold [Fri, 27 Nov 2009 18:00:36 +0000 (18: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.

14 years agoAdd $(THREADSLIB) $(LIBDL) to incremental-dump.
hjl [Fri, 27 Nov 2009 11:05:34 +0000 (11: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.

14 years ago * ada-lang.c: Update the comment explaining how to evaluate
brobecke [Fri, 27 Nov 2009 10:49:41 +0000 (10:49 +0000)]
    * ada-lang.c: Update the comment explaining how to evaluate
        Ada expressions.

14 years ago2009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
hjl [Fri, 27 Nov 2009 10:47:03 +0000 (10:47 +0000)]
2009-11-26  Per Øyvind Karlsen <peroyvind@mandriva.org>

* plugin.c (bfd_plugin_bfd_copy_link_hash_symbol_type): Define.

14 years ago*** empty log message ***
gdbadmin [Fri, 27 Nov 2009 09:00:33 +0000 (09:00 +0000)]
*** empty log message ***

14 years agodaily update
amodra [Fri, 27 Nov 2009 08:00:05 +0000 (08:00 +0000)]
daily update

14 years ago * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
palves [Fri, 27 Nov 2009 07:18:40 +0000 (07:18 +0000)]
* win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
events, don't leave current_inferior pointing at null.

14 years ago * win32-low.c (LOG): Delete.
palves [Fri, 27 Nov 2009 07:16:29 +0000 (07: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.

14 years ago * win32-low.c (win32_add_one_solib): If the dll name is
palves [Fri, 27 Nov 2009 07:14:39 +0000 (07:14 +0000)]
* win32-low.c (win32_add_one_solib): If the dll name is
"ntdll.dll", prepend the system directory to the dll path.

14 years ago PR ld/10956
nickc [Thu, 26 Nov 2009 22:45:24 +0000 (22: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.

14 years ago * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather than
corinna [Thu, 26 Nov 2009 19:58:05 +0000 (19:58 +0000)]
* dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather than
hMainProc as process handle when duplicating the stdout handle.
Explain why.  Add Win32 error code to debug output.