OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
14 years ago2009-11-17 Sebastian Pop <sebastian.pop@amd.com>
spop [Wed, 18 Nov 2009 13:04:16 +0000 (13:04 +0000)]
2009-11-17  Sebastian Pop  <sebastian.pop@amd.com>
    Quentin Neill  <quentin.neill@amd.com>

gas/
* config/tc-i386.c (cpu_arch): Added .xop and .cvt16.
(build_vex_prefix): Handle xop08.
(md_assemble): Don't special case the constant 3 for insns using MODRM.
(build_modrm_byte): Handle vex2sources.
(md_show_usage): Add xop and cvt16.
* doc/c-i386.texi: Document fma4, xop, and cvt16.

gas/testsuite/
* gas/i386/i386.exp: Run xop and cvt16 in 32-bit mode.
Run x86-64-xop and x86-64-cvt16 in 64-bit mode.
* gas/i386/lwp.d: Update name of the testcase.
* gas/i386/x86-64-xop.d: New.
* gas/i386/x86-64-xop.s: New.
* gas/i386/xop.d: New.
* gas/i386/xop.s: New.
* gas/i386/cvt16.d: New.
* gas/i386/cvt16.s: New.

opcodes/
* i386-dis.c (OP_Vex_2src_1): New.
(OP_Vex_2src_2): New.
(Vex_2src_1): New.
(Vex_2src_2): New.
(XOP_08): Added.
(VEX_LEN_XOP_08_A0): Added.
(VEX_LEN_XOP_08_A1): Added.
(VEX_LEN_XOP_09_80): Added.
(VEX_LEN_XOP_09_81): Added.
(xop_table): Added an entry for XOP_08.  Handle xop instructions.
(vex_len_table): Added entries for VEX_LEN_XOP_08_A0,
VEX_LEN_XOP_08_A1, VEX_LEN_XOP_09_80, VEX_LEN_XOP_09_81.
(get_valid_dis386): Handle XOP_08.
(OP_Vex_2src): New.
* i386-gen.c (cpu_flag_init): Add CPU_XOP_FLAGS and CPU_CVT16_FLAGS.
(cpu_flags): Add CpuXOP and CpuCVT16.
(opcode_modifiers): Add XOP08, Vex2Sources.
* i386-opc.h (CpuXOP): Added.
(CpuCVT16): Added.
(i386_cpu_flags): Add cpuxop and cpucvt16.
(XOP08): Added.
(Vex2Sources): Added.
(i386_opcode_modifier): Add xop08, vex2sources.
* i386-opc.tbl: Add entries for XOP and CVT16 instructions.
* i386-init.h: Regenerated.
* i386-tbl.h: Regenerated.

14 years ago*** empty log message ***
gdbadmin [Wed, 18 Nov 2009 09:00:03 +0000 (09:00 +0000)]
*** empty log message ***

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

14 years ago2009-11-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
jjohnstn [Wed, 18 Nov 2009 07:35:45 +0000 (07:35 +0000)]
2009-11-17  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

        * libm/common/fdlibm.h (logb, logbf): Move decls from here...
        * libc/include/math.h (logb, logbf): ...to here.

14 years ago2009-11-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 18 Nov 2009 07:31:40 +0000 (07:31 +0000)]
2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10955
* elfxx-ia64.c (elfNN_ia64_update_short_info): Also skip ABS
sections.

14 years ago2009-11-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 18 Nov 2009 05:57:21 +0000 (05:57 +0000)]
2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10955
* elfxx-ia64.c (elfNN_ia64_link_hash_table): Update comments.
(elfNN_ia64_update_short_info): Remove "->output_section" from
ia64_info->max_short_sec and ia64_info->min_short_sec.
(elfNN_ia64_choose_gp): Likewise.
(elfNN_ia64_relax_section): Pass tsec->output_section to
elfNN_ia64_update_short_info.

14 years ago * dbxread.c (set_namestring): Remove cast to unsigned. Check N_STRX
jkratoch [Wed, 18 Nov 2009 05:48:31 +0000 (05:48 +0000)]
* dbxread.c (set_namestring): Remove cast to unsigned.  Check N_STRX
overflow.

14 years ago2009-11-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 18 Nov 2009 04:21:53 +0000 (04:21 +0000)]
2009-11-17  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/10955
* elfxx-ia64.c (elfNN_ia64_link_hash_table): Add max_short_sec,
max_short_offset, min_short_sec and min_short_offset.
(elfNN_ia64_update_short_info): New.
(elfNN_ia64_relax_section): Update max_short_sec,
max_short_offset, min_short_sec and min_short_offset.
(elfNN_ia64_choose_gp): Use min_short_sec/max_short_sec if
they are set.

14 years ago2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
mkuvyrkov [Wed, 18 Nov 2009 03:06:45 +0000 (03:06 +0000)]
2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>

* features/m68k-core.xml: New file.

2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>

* gdb.xml/tdesc-regs.exp: Use for m68k.

14 years ago * regformats/reg-cf.dat: New file.
mkuvyrkov [Wed, 18 Nov 2009 03:05:05 +0000 (03:05 +0000)]
* regformats/reg-cf.dat: New file.

14 years ago2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
mkuvyrkov [Wed, 18 Nov 2009 02:59:42 +0000 (02:59 +0000)]
2009-11-17  Daniel Jacobowitz  <dan@codesourcery.com>

* m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.

14 years ago2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
mkuvyrkov [Wed, 18 Nov 2009 02:58:14 +0000 (02:58 +0000)]
2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2009-11-17  Vladimir Prus  <vladimir@codesourcery.com>

* Makefile.in (reg-cf.o, reg-cf.c): New targets.
* configure.ac: Check for __mcoldfire__ and set
gdb_cv_m68k_is_coldfire.
* configure.srv: Use gdb_cv_m68k_is_coldfire to select between
reg-cf.o and reg-m68k.o.
* configure: Regenerated.

2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>

* regformats/reg-cf.dat: New file.

14 years ago2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
mkuvyrkov [Wed, 18 Nov 2009 02:56:10 +0000 (02:56 +0000)]
2009-11-17  Daniel Jacobowitz  <dan@codesourcery.com>

* m68k-tdep.c (m68k_register_name): Check fpregs_present.
(m68k_gdbarch_init): Remove a duplicate of set_gdbarch_fp0_regnum.

14 years ago * gas/arm/vfma1.d: Only run on ELF based targets.
nickc [Wed, 18 Nov 2009 02:20:25 +0000 (02:20 +0000)]
    * gas/arm/vfma1.d: Only run on ELF based targets.

        PR binutils/10924
        * gas/arm/arch4t-eabi.d: Update expected disassembly.
        * gas/arm/arch4t.d: Likewise.
        * gas/arm/archv6t2.d: Likewise.
        * gas/arm/arm7t.d: Likewise.
        * gas/arm/inst.d: Likewise.
        * gas/arm/xscale.d: Likewise.

        PR binutils/10924
        * arm-dis.c (arm_opcodes): Add patterns to match undefined LDRB
        instruction variants.  Add pattern for MRS variant that was being
        confused with CMP.
        (arm_decode_shift): Place error message in a comment.
        (print_insn_arm): Note that writing back to the PC is
        unpredictable.
        Only print 'p' variants of cmp/cmn/teq/tst instructions if
        decoding for pre-V6 architectures.

14 years ago2009-11-17 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 18 Nov 2009 01:31:46 +0000 (01:31 +0000)]
2009-11-17  Paul Brook  <paul@codesourcery.com>
Daniel Jacobowitz  <dan@codesourcery.com>

gas/
* doc/c-arm.texi: Document .arch armv7e-m.
* config/tc-arm.c (arm_ext_v6_dsp, arm_ext_v7m): New.
(insns): Put Thumb versions of v5TExP instructions into
arm_ext_v5exp also.  Move some Thumb variants from
arm_ext_v6_notm to arm_ext_v6_dsp.
(arm_archs): Add armv7e-m architecture.
(aeabi_set_public_attributes): Handle -march=armv7e-m.

gas/testsuite/
* gas/arm/attr-march-armv7em.d: New test.
* gas/arm/arch7em-bad.d: New test.
* gas/arm/arch7em-bad.l: New test.
* gas/arm/arch7em.d: New test.
* gas/arm/arch7em.s: New test.

include/elf/
* arm.h (TAG_CPU_ARCH_V7E_M): Define.

include/opcode/
* arm.h (ARM_EXT_V6_DSP): Define.
(ARM_AEXT_V6T2, ARM_AEXT_NOTM): Include ARM_EXT_V6_DSP.
(ARM_AEXT_V7EM, ARM_ARCH_V7EM): Define.

binutils/
* readelf.c (arm_attr_tag_CPU_arch): Add v7E-M.

bfd/
* elf32-arm.c (using_thumb_only, arch_has_arm_nop,
arch_has_thumb2_nop): Handle TAG_CPU_ARCH_V7E_M.
(tag_cpu_arch_combine): Ditto. Correct MAX_TAG_CPU_ARCH test.

14 years ago * elf32-spu.c (struct spu_link_hash_table): Remove overlay_fixed,
uweigand [Tue, 17 Nov 2009 22:36:59 +0000 (22:36 +0000)]
* elf32-spu.c (struct spu_link_hash_table): Remove overlay_fixed,
reserved, and extra_stack_space members.
(spu_elf_auto_overlay): Use auto_overlay_fixed, auto_overlay_reserved,
and extra_stack_space members of htab->params instead.

14 years ago * po/bg.po: New Bulgarian translation.
nickc [Tue, 17 Nov 2009 20:03:57 +0000 (20:03 +0000)]
    * po/bg.po: New Bulgarian translation.
        * configure.in (ALL_LINGUAS): Add bg.po.
        * configure: Regenerate.

14 years ago2009-11-17 Tristan Gingold <gingold@adacore.com>
gingold [Tue, 17 Nov 2009 19:54:20 +0000 (19:54 +0000)]
2009-11-17  Tristan Gingold  <gingold@adacore.com>

* targets.c: Include alloca-conf.h

14 years ago2009-11-17 Edward Nevill <edward.nevill@arm.com>
ramana [Tue, 17 Nov 2009 19:43:09 +0000 (19:43 +0000)]
2009-11-17  Edward Nevill <edward.nevill@arm.com>

* arm-dis.c (print_insn_thumb32): Handle undefined instruction.

14 years ago Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
corinna [Tue, 17 Nov 2009 19:42:59 +0000 (19:42 +0000)]
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
* autoload.cc (WSADuplicateSocketW): Define.
(WSASocketW): Define.
* dtable.cc (dtable::release): Call dec_need_fixup_before if necessary.
(dtable::fixup_before_fork): New function.
(dtable::fixup_before_exec): New function.
* dtable.h (class dtable): Add member cnt_need_fixup_before.  Add
declarations for above new functions.
(dtable::dec_need_fixup_before): New inline method.
(dtable::inc_need_fixup_before): New inline method.
(dtable::need_fixup_before): New inline method.
* fhandler.h (fhandler_base::fixup_before_fork_exec): New virtual
method.
(fhandler_base::need_fixup_before): New virtual method.
(class fhandler_socket): Add member prot_info_ptr.
(fhandler_socket::init_fixup_before): Declare.
(fhandler_socket::need_fixup_before): New inline method.
(fhandler_socket::fixup_before_fork_exec): Declare.
(fhandler_socket::fixup_after_exec): Declare.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
prot_info_ptr to NULL.
(fhandler_socket::~fhandler_socket): Free prot_info_ptr conditionally.
(fhandler_socket::init_fixup_before): New method.
(fhandler_socket::fixup_before_fork_exec): Ditto.
(fhandler_socket::fixup_after_fork): Use WSASocketW to duplicate
socket if necessary.
(fhandler_socket::fixup_after_exec): New method.
(fhandler_socket::dup): Use fixup_before_fork_exec/fixup_after_fork
to duplicate socket if necessary.
* fork.cc (frok::parent): Start child suspended if some fhandler
needs fixup before fork.  If so, call dtable::fixup_before_fork after
CreateProcess and resume child.
* net.cc (fdsock): Try to find out if socket needs fixup before and
initialize socket accordingly.  Add HUGE comment to explain what happens
and why.
* spawn.cc (spawn_guts): Start child suspended if some fhandler needs
fixup before exec.  If so, call dtable::fixup_before_exec after
CreateProcess.

14 years ago * gas/rx/macros.inc (creg): Remove cpen.
nickc [Tue, 17 Nov 2009 19:36:47 +0000 (19:36 +0000)]
    * gas/rx/macros.inc (creg): Remove cpen.
        * gas/rx/mvfc.d: Remove expected uses of cpen register.
        * gas/rx/mvtc.d: Likewise.
        * gas/rx/popc.d: Likewise.
        * gas/rx/pushc.d: Likewise.

14 years agogdb/
jkratoch [Tue, 17 Nov 2009 18:41:32 +0000 (18:41 +0000)]
gdb/
Fix wrong debug output with `set debug infrun 1'.
* gdb/infrun.c (handle_inferior_event <debug_infrun>): New variable
old_chain.  Temporarily switch INFERIOR_PTID.
* target.h (target_stopped_by_watchpoint): Extend the comment.
(target_stopped_data_address): New comment.

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

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

14 years ago* Makefile.def: Restore host and target settings for gmp.
aoliva [Tue, 17 Nov 2009 07:57:46 +0000 (07:57 +0000)]
* Makefile.def: Restore host and target settings for gmp.
* Makefile.in: Rebuild.

14 years agoFix setenv and unsetenv corner cases.
ericb [Tue, 17 Nov 2009 05:05:49 +0000 (05:05 +0000)]
Fix setenv and unsetenv corner cases.

* environ.cc (setenv): Detect invalid argument.
(unsetenv): Distinguish EFAULT from EINVAL.

14 years ago* configure.ac: Add libelf to host_libs. Enable in-tree configury
aoliva [Tue, 17 Nov 2009 03:42:35 +0000 (03:42 +0000)]
* configure.ac: Add libelf to host_libs.  Enable in-tree configury
of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
Fix portability of test of C++ as bootstrap language.  Add
ppl/src/ppl-config.o to the bootstrap compare exclusion list.
* configure: Rebuild.
* Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
and cloog.  Fix in-tree ppl configuration.  Introduce libelf
in-tree building.
* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
(POSTSTAGE1_HOST_EXPORTS): Use it.
(STAGE[+id+]_CXXFLAGS): New.
(BASE_FLAGS_TO_PASS): Pass it down.
(configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
extra_exports.
(all-stage[+id+]-[+prefix+][+module+]): Likewise.
(configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
extra_exports.
* Makefile.in: Rebuild.
* configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
paths for *-w64-mingw* and x86_64-*mingw*.
* configure: Regenerated.
* configure.ac: Disable target-winsup & co for
x86_64-*-mingw* and *-w64-mingw* targets.
* configure: Regenerated.
* configure.ac (CLooG test): Use = with test.
* configure: Regenerate.
* configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
cloog if the ppl version check failed.  Move flags saving
before setting in libelf check.
* configure: Regenerate.
* configure.ac: Adjust the ppl and cloog configure to work as
documented.  Disable cloog if ppl was disabled.  Omit the version
checks if they were disabled.
* configure: Re-generate.

14 years ago * xcoffread.c (scan_xcoff_symtab): Update.
tromey [Tue, 17 Nov 2009 03:40:18 +0000 (03:40 +0000)]
* xcoffread.c (scan_xcoff_symtab): Update.
* symfile.h (add_psymbol_to_list): Update prototype.
* symfile.c (add_psymbol_to_bcache): Add copy_name argument.
(add_psymbol_to_list): Likewise.
* stabsread.c (define_symbol): Update.
* mdebugread.c (parse_partial_symbols): Update.
(handle_psymbol_enumerators): Update.
(new_symbol): Update.
* dbxread.c (read_dbx_symtab): Update.
* coffread.c (process_coff_symbol): Update.
* symtab.h (prim_record_minimal_symbol_full): Declare.
(SYMBOL_SET_NAMES): Add copy_name argument.
* symtab.c (struct demangled_name_entry): New struct.
(hash_demangled_name_entry): New function.
(eq_demangled_name_entry): Likewise.
(create_demangled_names_hash): Use new functions.
(symbol_set_names): Use struct demangled_name_entry.  Add
copy_name argument.
* minsyms.c (prim_record_minimal_symbol_full): New function.
(prim_record_minimal_symbol_and_info): Use it.
* elfread.c (record_minimal_symbol): Add name_len and copy_name
arguments.  Call prim_record_minimal_symbol_full.
(elf_symtab_read): Add copy_names argument.
(elf_symfile_read): Update calls to elf_symtab_read.
* dwarf2read.c (add_partial_symbol): Don't copy symbol names.
(load_partial_dies): Likewise.
(new_symbol): Likewise.
* cp-namespace.c (check_one_possible_namespace_symbol): Don't save
name on the obstack.  Update call to SYMBOL_SET_NAMES.

14 years ago * linux-low.c (linux_remove_process): Add `detaching' parameter.
palves [Tue, 17 Nov 2009 03:15:05 +0000 (03:15 +0000)]
* linux-low.c (linux_remove_process): Add `detaching' parameter.
Pass it to thread_db_free.
(linux_kill, linux_detach, linux_wait_1): Adjust to pass the
proper `detaching' argument to linux_remove_process.
* linux-low.h (thread_db_free): Add `detaching' parameter.
* thread-db.c (thread_db_init): Pass false as `detaching' argument
to thread_db_free.
(thread_db_free): Add `detaching' parameter.  Only
call td_ta_clear_event if detaching from process.

14 years ago * pathnames.sgml (pathnames-specialchars): Fix typos.
corinna [Mon, 16 Nov 2009 21:30:00 +0000 (21:30 +0000)]
* pathnames.sgml (pathnames-specialchars): Fix typos.

14 years ago * config/tc-arm.c (parse_operands): Encode APSR_nzcv as r15.
nickc [Mon, 16 Nov 2009 20:47:34 +0000 (20:47 +0000)]
    * config/tc-arm.c (parse_operands): Encode APSR_nzcv as r15.
        (do_vmrs): New function.
        (do_vmsr): New function.
        (insns): Add vmrs and vmsr.

        * gas/arm/vfp1xD.s: Add vmrs and vmsr instructions.
        * gas/arm/vfp1xD.d: Update expected disassembly.

14 years ago2009-11-16 Kai Tietz <kai.tietz@onevision.com>
ktietz [Mon, 16 Nov 2009 20:12:37 +0000 (20:12 +0000)]
2009-11-16  Kai Tietz  <kai.tietz@onevision.com>

        * windmc.c (set_endianess): Use bfd_get_target_info.
        * windres.c (set_endianess): Likewise.
        (find_arch_match): Removed.

14 years ago2009-11-16 Kai Tietz <kai.tietz@onevision.com>
ktietz [Mon, 16 Nov 2009 20:11:11 +0000 (20:11 +0000)]
2009-11-16  Kai Tietz  <kai.tietz@onevision.com>

        * targets.c (bfd_get_target_info): New function.
        (_bfd_find_arch_match): New function.
        * bfd-in2.h: Regenerated.

14 years ago * Makefile.in (cygserver.exe): Link with -static to avoid linking
corinna [Mon, 16 Nov 2009 17:50:07 +0000 (17:50 +0000)]
* Makefile.in (cygserver.exe): Link with -static to avoid linking
against cygstdc++-6.dll due to references to __cxa_pure_virtual.

14 years ago2009-11-15 Doug Kwan <dougkwan@google.com>
dougkwan [Mon, 16 Nov 2009 12:39:11 +0000 (12:39 +0000)]
2009-11-15  Doug Kwan  <dougkwan@google.com>

* arm.cc (Target_arm::may_use_arm_nop): New method definition.
(Arm_relocate_functions::arm_branch_common): Change method defintion
in class definition to a method declaration and update list of formal
parameters.
(Arm_relocate_functions::plt32, Arm_relocate_functions::call,
Arm_relocation_functions::jump24): Adjust call to
Arm_relocate_functions::arm_branch_common.  Update list of formal
parameters.
(Arm_relocate_functions::xpc25): New method definition.
(Arm_relocate_functions::arm_branch_common): Move method defintion
out from class definition.  Use stubs for mode-switching and extending
branch ranges.
(Target_arm::Relocate::relocate): Handle weakly-undefined symbols
specially.  Change code to enable use of stubs in ARM branches.

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

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

14 years ago * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
palves [Mon, 16 Nov 2009 05:13:58 +0000 (05:13 +0000)]
* gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.

14 years ago * infrun.c (handle_inferior_event): When handling a fork or vfork
palves [Mon, 16 Nov 2009 05:10:34 +0000 (05:10 +0000)]
* infrun.c (handle_inferior_event): When handling a fork or vfork
event, check if the bpstat causes a stop, instead of if it
explains the signal.
* breakpoint.c (bpstat_causes_stop): New.
* breakpoint.h (bpstat_causes_stop): Declare.

14 years ago * breakpoint.c (should_be_inserted): Don't insert breakpoints if
palves [Mon, 16 Nov 2009 05:07:57 +0000 (05:07 +0000)]
* breakpoint.c (should_be_inserted): Don't insert breakpoints if
the pspace doesn't allow breakpoints.
(insert_breakpoint_locations): Remove waiting_for_vfork_done
special case.  Expect watchpoints that shouldn't be inserted, to
not be inserted.
* progspace.h (struct program_space) <breakpoints_not_allowed>:
New field.
* infrun.c (handle_inferior_event): Clear it.
* linux-nat.c (linux_child_follow_fork): Set it.

14 years ago2009-11-15 Kai Tietz <kai.tietz@onevision.com>
ktietz [Sun, 15 Nov 2009 16:52:42 +0000 (16:52 +0000)]
2009-11-15  Kai Tietz  <kai.tietz@onevision.com>

* pe-dll.c (pe_undef_alias_cdecl_match): New function.
(pe_find_cdecl_alias_match): New function.
(pe_process_import_defs): Add matching for import symbols
declared as cdecl for fastcall/stdcall.
* emultempl/pe.em (pe_undef_cdecl_match): Treat fastcall
symbols, too.
(pe_fixup_stdcalls): Likewise.
(gld_XXX_after_open): Redo scanning for imported
fastcall/stdcall symbols as cdecl one.
* emultempl/pep.em (pep_undef_cdecl_match): Treat fastcall
symbols, too.
(pep_fixup_stdcalls): Likewise.
(gld_XXX_after_open): Redo scanning for imported
fastcall/stdcall symbols as cdecl one.

2009-11-15  Kai Tietz  <kai.tietz@onevision.com>

* ld-pe/direct2_client.c: New file.
* ld-pe/direct2_dll.c: Likewise.
* ld-pe/direct2_dll.def: Likewise.
* ld-pe/pe-run2.exp: Likewise.

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

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

14 years ago * rtl-traverse.scm (/rtx-canon): Flag an error for non-void
devans [Sun, 15 Nov 2009 05:16:34 +0000 (05:16 +0000)]
* rtl-traverse.scm (/rtx-canon): Flag an error for non-void
expressions used in a void context.

14 years ago * gen-all: Explicitly build binutils, gas, ld, gdb, sid.
devans [Sun, 15 Nov 2009 05:15:56 +0000 (05:15 +0000)]
* gen-all: Explicitly build binutils, gas, ld, gdb, sid.

14 years ago * gen-all: Explicitly build binutils, gas, ld, gdb, sid.
devans [Sun, 15 Nov 2009 05:11:39 +0000 (05:11 +0000)]
* gen-all: Explicitly build binutils, gas, ld, gdb, sid.

14 years ago opcodes/
devans [Sun, 15 Nov 2009 05:04:58 +0000 (05:04 +0000)]
opcodes/
* Makefile.am (stamp-xc16x): Use ../cpu/xc16x.cpu instead of
../cgen/cpu.
* Makefile.in: Regenerate.

cgen/
* cpu/xc16x.cpu: Delete, use copy in ../cpu.
* cpu/xc16x.opc: Ditto.

14 years ago2009-14-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 15 Nov 2009 04:58:41 +0000 (04:58 +0000)]
2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.

        Thanks to Bruno Martinez for the report.

14 years ago Must use VOID expression in VOID context.
devans [Sun, 15 Nov 2009 04:48:57 +0000 (04:48 +0000)]
Must use VOID expression in VOID context.
* xc16x.cpu (mov4): Fix mode of `sequence'.
(mov9, mov10): Ditto.
(movbsrr, moveb1, jmprel, jmpseg, jmps): Fix mode of `if'.
(callr, callseg, calls, trap, rets, reti): Ditto.
(jb, jbc, jnb, jnbs): Fix mode of `if'.  Comment out no-op `sll'.
(atomic, extr, extp, extp1, extpg1, extpr, extpr1): Fix mode of `cond'.
(exts, exts1, extsr, extsr1, prior): Ditto.

14 years ago2009-14-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sun, 15 Nov 2009 04:47:23 +0000 (04:47 +0000)]
2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
        IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
        SHGetIconOverlayIndex): Define.

        Thanks to Tim Kosse for report.

14 years ago2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 14 Nov 2009 16:22:05 +0000 (16:22 +0000)]
2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (OP_E_extended): Removed.

14 years agoCheck destination operand for lockable instructions.
hjl [Sat, 14 Nov 2009 15:04:33 +0000 (15:04 +0000)]
Check destination operand for lockable instructions.

gas/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (md_assemble): Check destination operand
for lockable instructions.

gas/testsuite/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/lock-1-intel.d: Updated.
* gas/i386/lock-1.d: Likewise.
* gas/i386/lock-1.s: Likewise.
* gas/i386/lockbad-1.l: Likewise.
* gas/i386/lockbad-1.s: Likewise.
* gas/i386/x86-64-lock-1-intel.d: Likewise.
* gas/i386/x86-64-lock-1.d: Likewise.
* gas/i386/x86-64-lock-1.s: Likewise.
* gas/i386/x86-64-lockbad-1.l: Likewise.
* gas/i386/x86-64-lockbad-1.s: Likewise.

14 years ago * configure.ac: If build != host, create a separate build-config.h
froydnj [Sat, 14 Nov 2009 11:22:31 +0000 (11:22 +0000)]
* configure.ac: If build != host, create a separate build-config.h
file desecribing the build machine.
* configure: Regenerate.
* lf.c: Include build-config.h instead of config.h.
* dgen.c: Likewise.
* igen.c: Likewise.
* misc.c: Likewise.
* misc.h: Likewise.
* filter.c: Likewise.
* table.c: Likewise.

14 years ago2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 14 Nov 2009 10:46:28 +0000 (10:46 +0000)]
2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (_i386_insn): Don't use bit field on
swap_operand.

14 years ago2009-11-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 09:54:57 +0000 (09:54 +0000)]
2009-11-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * include/io.h (_open_osfhandle): Correct definition.

        Thanks to Alexander Shaduri for the information.

14 years ago2009-13-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 09:50:49 +0000 (09:50 +0000)]
2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * include/wincon.h (AttachConsole): Correct guard.

        Thanks to Alexander Shaduri for report.

14 years ago2009-13-09 Robert Moerland <rjmoerland@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 09:45:35 +0000 (09:45 +0000)]
2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>

        * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
        (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.

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

14 years ago2009-13-09 Jacky Lai <crazyjacky@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 08:58:58 +0000 (08:58 +0000)]
2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>

        * include/winerror.h: Fix typos in macro names.

14 years ago2009-13-09 Jan Nijtmans <nijtmans@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 08:29:26 +0000 (08:29 +0000)]
2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>

        * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
        definition.

14 years ago * dcache.c (dcache_hit, dcache_read_line): Tweak comments.
devans [Sat, 14 Nov 2009 08:26:19 +0000 (08:26 +0000)]
* dcache.c (dcache_hit, dcache_read_line): Tweak comments.
(dcache_peek_byte, dcache_init, dcache_xfer_memory): Ditto.
* target.c (memory_xfer_partial): Tweak comments.
(target_xfer_partial, target_write_memory): Add comment.
(target_read_partial): Remove note from 2003-10-21.
(target_read, target_write): Add comments.

14 years agoCheck rex_ignored.
hjl [Sat, 14 Nov 2009 08:13:47 +0000 (08:13 +0000)]
Check rex_ignored.

gas/testsuite/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/rex.s: Add a test for VEX insn.
* gas/i386/rex.d: Updated.

opcodes/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (print_insn): Check rex_ignored.

14 years ago * inline-frame.c (find_inline_frame_state): Check for changed PC
drow [Sat, 14 Nov 2009 08:00:17 +0000 (08:00 +0000)]
* inline-frame.c (find_inline_frame_state): Check for changed PC
here...
(inline_frame_sniffer): ... not here.

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

14 years ago * ui-file.c (stdio_file_read): Call gdb_select before read.
drow [Sat, 14 Nov 2009 07:54:41 +0000 (07:54 +0000)]
* ui-file.c (stdio_file_read): Call gdb_select before read.

14 years ago * lib/gdb.exp (current_target_name): New procedure.
drow [Sat, 14 Nov 2009 07:51:59 +0000 (07:51 +0000)]
* lib/gdb.exp (current_target_name): New procedure.
(gdb_wrapper_target): New variable.
(gdb_wrapper_init): Set gdb_wrapper_target.
(default_gdb_init): Check gdb_wrapper_target before rebuilding the
wrapper.

14 years ago2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
drow [Sat, 14 Nov 2009 07:48:11 +0000 (07:48 +0000)]
2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>

* mips-tdep.c (mips_insn16_frame_this_id): Mark the outermost
frame.
(mips_insn32_frame_this_id): Likewise.

14 years ago2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
drow [Sat, 14 Nov 2009 07:47:12 +0000 (07:47 +0000)]
2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>

* elfread.c (elf_symtab_read): Only mark a minimal symbol as
special if it actually exists.  Merge the checks for this
conditions.

14 years ago2009-11-13 Kazu Hirata <kazu@codesourcery.com>
drow [Sat, 14 Nov 2009 07:36:30 +0000 (07:36 +0000)]
2009-11-13  Kazu Hirata  <kazu@codesourcery.com>
    Maxim Kuvyrkov  <maxim@codesourcery.com>

* remote-fileio.c (remote_fileio_request): Send Ctrl-C if it is
pending.
* remote-fileio.h: Update the prototype for remote_fileio_request.
* remote.c (struct remote_state): Add ctrlc_pending_p.
(remote_open_1): Clear ctrlc_pending_p.
(remote_stop_as): Set ctrlc_pending_p to 1.
(remote_wait_as): Pass ctrlc_pending_p to remote_fileio_request.

14 years ago * arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions.
drow [Sat, 14 Nov 2009 07:34:33 +0000 (07:34 +0000)]
* arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions.

14 years ago gdb/testsuite/
drow [Sat, 14 Nov 2009 07:33:49 +0000 (07:33 +0000)]
gdb/testsuite/
* gdb.base/remote.exp: Delete the slowest load test.
Do not load with fixed packet sizes.

14 years ago gdb/testsuite/
drow [Sat, 14 Nov 2009 07:28:54 +0000 (07:28 +0000)]
gdb/testsuite/
* gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.

14 years ago gdb/testsuite/
drow [Sat, 14 Nov 2009 07:25:00 +0000 (07:25 +0000)]
gdb/testsuite/
* gdb.base/freebpcmd.exp: Delete unused variable.  Specify
srcfile when setting a breakpoint.

14 years ago2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
drow [Sat, 14 Nov 2009 07:18:36 +0000 (07:18 +0000)]
2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>

* gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
macros.

14 years ago2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
drow [Sat, 14 Nov 2009 07:05:06 +0000 (07:05 +0000)]
2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>

* breakpoint.c (update_watchpoint): Only fiddle with frames for
local watchpoints.

14 years ago2009-11-13 Pedro Alves <pedro@codesourcery.com>
drow [Sat, 14 Nov 2009 07:00:22 +0000 (07:00 +0000)]
2009-11-13  Pedro Alves  <pedro@codesourcery.com>

* infrun.c (handle_inferior_event): Set stop_print_frame on
TARGET_WAITKIND_LOADED events, if stopping on solib-events.

14 years ago gdb/testsuite/
drow [Sat, 14 Nov 2009 06:58:59 +0000 (06:58 +0000)]
gdb/testsuite/
* gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
to be in memory.
* gdb.base/display.c (force_mem): New.
(do_loops): Use it.  Add breakpoint comments.
(do_vars): Add a breakpoint comment.
* gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
line numbers.

14 years ago2009-11-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 14 Nov 2009 06:36:34 +0000 (06:36 +0000)]
2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
        * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.

14 years agoRewrite prefix processing.
hjl [Sat, 14 Nov 2009 05:42:08 +0000 (05:42 +0000)]
Rewrite prefix processing.

gas/testsuite/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run long-1, long-1-intel, x86-64-long-1,
and x86-64-long-1-intel.

* gas/i386/long-1-intel.d: New.
* gas/i386/long-1.d: Likewise.
* gas/i386/long-1.s: Likewise.
* gas/i386/x86-64-long-1-intel.d: Likewise.
* gas/i386/x86-64-long-1.d: Likewise.
* gas/i386/x86-64-long-1.s: Likewise.

* gas/i386/jump16.d: Updated for prefix processing.
* gas/i386/naked.d: Likewise.
* gas/i386/nops-1-core2.d: Likewise.
* gas/i386/nops-1-i686.d: Likewise.
* gas/i386/nops-3-i686.d: Likewise.
* gas/i386/nops-4-i686.d: Likewise.
* gas/i386/nops-5-i686.d: Likewise.
* gas/i386/nops-5.d: Likewise.
* gas/i386/prefix.d: Likewise.
* gas/i386/rep.d: Likewise.
* gas/i386/string-ok.d: Likewise.
* gas/i386/x86-64-addr32-intel.d: Likewise.
* gas/i386/x86-64-addr32.d: Likewise.
* gas/i386/x86-64-cbw-intel.d: Likewise.
* gas/i386/x86-64-cbw.d: Likewise.
* gas/i386/x86-64-io-intel.d: Likewise.
* gas/i386/x86-64-io-suffix.d: Likewise.
* gas/i386/x86-64-io.d: Likewise.
* gas/i386/x86-64-lwp.d: Likewise.
* gas/i386/x86-64-nops-1-core2.d: Likewise.
* gas/i386/x86-64-nops-1-nocona.d: Likewise.
* gas/i386/x86-64-nops-1.d: Likewise.
* gas/i386/x86-64-nops-2.d: Likewise.
* gas/i386/x86-64-nops-3.d: Likewise.
* gas/i386/x86-64-nops-4-core2.d: Likewise.
* gas/i386/x86-64-nops-4.d: Likewise.
* gas/i386/x86-64-nops-5-k8.d: Likewise.
* gas/i386/x86-64-nops-5.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.
* gas/i386/x86-64-stack-intel.d: Likewise.
* gas/i386/x86-64-stack-suffix.d: Likewise.
* gas/i386/x86-64-stack.d: Likewise.

ld/testsuite/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* ld-x86-64/tlsbin.dd: Updated for prefix processing.
* ld-x86-64/tlsgdesc.dd: Likewise.
* ld-x86-64/tlsld1.dd: Likewise.
* ld-x86-64/tlspic.dd: Likewise.

opcodes/

2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (ckprefix): Updated to return 0 if number of
prefixes > 14 and record the last position for each prefix.
(lock_prefix): Removed.
(data_prefix): Likewise.
(addr_prefix): Likewise.
(repz_prefix): Likewise.
(repnz_prefix): Likewise.
(last_lock_prefix): New.
(last_repz_prefix): Likewise.
(last_repnz_prefix): Likewise.
(last_data_prefix): Likewise.
(last_addr_prefix): Likewise.
(last_rex_prefix): Likewise.
(last_seg_prefix): Likewise.
(MAX_CODE_LENGTH): Likewise.
(ADDR16_PREFIX): Likewise.
(ADDR32_PREFIX): Likewise.
(DATA16_PREFIX): Likewise.
(DATA32_PREFIX): Likewise.
(REP_PREFIX): Likewise.
(seg_prefix): Likewise.
(all_prefixes): Change size to MAX_CODE_LENGTH - 1.
(prefix_name): Handle ADDR16_PREFIX, ADDR32_PREFIX,
DATA16_PREFIX, DATA32_PREFIX and REP_PREFIX.
(get_valid_dis386): Updated.
(OP_C): Likewise.
(OP_Monitor): Likewise.
(REP_Fixup): Likewise.
(print_insn): Display all prefixes.
(putop): Set PREFIX_DATA on used_prefixes only if it is used.
(intel_operand_size): Likewise.
(OP_E_register): Likewise.
(OP_G): Likewise.
(OP_REG): Likewise.
(OP_IMREG): Likewise.
(OP_I): Likewise.
(OP_I64): Likewise.
(OP_sI): Likewise.
(CRC32_Fixup): Likewise.
(MOVBE_Fixup): Likewise.
(OP_E_memory): Set REFIX_DATA on used_prefixes when it is used
in 16bit mode.
(OP_J): Set REX_W used if it is used. Set PREFIX_DATA on
used_prefixes only if it is used.

14 years ago * gdb.base/pending.exp: Use gdb_run_cmd to start the program
froydnj [Sat, 14 Nov 2009 05:01:07 +0000 (05:01 +0000)]
* gdb.base/pending.exp: Use gdb_run_cmd to start the program
instead of a bare "run".

14 years ago * dcache.c (dcache_block): Replace member newer with next,prev.
devans [Sat, 14 Nov 2009 03:51:08 +0000 (03:51 +0000)]
* dcache.c (dcache_block): Replace member newer with next,prev.
(dcache_struct): Delete member newest.
(block_func): New typedef.
(append_block, remove_block, for_each_block): New functions.
(invalidate_block, free_block): New functions.
(dcache_invalidate): Update
(dcache_invalidate_line, dcache_alloc): Update to use new list
accessors.
(dcache_free): Ditto.  Fix memory leak.

14 years agogdb/ChangeLog:
ppluzhnikov [Sat, 14 Nov 2009 02:17:55 +0000 (02:17 +0000)]
gdb/ChangeLog:

2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>

* python/py-prettyprint.c (print_string_repr): Suppress
address printing

testsuite/ChangeLog:

2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>

* gdb.python/py-prettyprint.exp: Adjust.

14 years ago * net.cc (fdsock): Fill _rmem and _wmem with valid values returned
corinna [Fri, 13 Nov 2009 21:35:52 +0000 (21:35 +0000)]
* net.cc (fdsock): Fill _rmem and _wmem with valid values returned
from getsockopt if setsockopt with desired values failed.

14 years ago2009-11-13 Tristan Gingold <gingold@adacore.com>
gingold [Fri, 13 Nov 2009 19:32:58 +0000 (19:32 +0000)]
2009-11-13  Tristan Gingold  <gingold@adacore.com>

* avr-tdep.c (avr_push_dummy_call): Fix endianness issue and avoid
overlap between returned structure and return address/parameters.

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

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

14 years ago * remote-fileio.c (remote_fileio_func_read): Limit console
drow [Fri, 13 Nov 2009 06:00:59 +0000 (06:00 +0000)]
* remote-fileio.c (remote_fileio_func_read): Limit console
reads to 16K.

14 years ago testsuite/
drow [Fri, 13 Nov 2009 04:59:28 +0000 (04:59 +0000)]
testsuite/
* lib/cell.exp (skip_cell_tests): Clean up test files before
returning.

14 years ago testsuite/
drow [Fri, 13 Nov 2009 04:54:39 +0000 (04:54 +0000)]
testsuite/
* lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
and the breakpoint menu.  Do not call perror if a prompt is seen.
Consume the following GDB prompt.
* gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
* gdb.cp/namespace.exp: Use gdb_test.
* gdb.cp/templates.exp: Use gdb_test.
(test_template_breakpoints): Use gdb_test_multiple.

14 years ago2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
drow [Fri, 13 Nov 2009 04:47:25 +0000 (04:47 +0000)]
2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
    Paul Brook  <paul@codesourcery.com>

* c-typeprint.c (c_type_print_base): Skip artificial fields.
Use get_vptr_fieldno to skip the vtable pointer.
* dwarf2read.c (dwarf2_add_field): Set FIELD_ARTIFICIAL on artificial
fields.
(dwarf2_add_member_fn): Complain about virtual member functions
without DW_AT_vtable_elem_location and force TYPE_CPLUS_DYNAMIC.
* gdbtypes.c (get_vptr_fieldno): Update comment.
* gdbtypes.h (struct cplus_struct_type): Add is_dynamic.
(TYPE_CPLUS_DYNAMIC): New macro.
* gnu-v3-abi.c (gnuv3_dynamic_class): New.
(gnuv3_get_vtable): Rewrite to use gnuv3_dynamic_class.  Move higher.
(gnuv3_rtti_type, gnuv3_get_virtual_fn, gnuv3_baseclass_offset): Use
gnuv3_get_vtable.
* varobj.c (cplus_class_num_children, cplus_describe_child): Skip
artificial fields.  Use get_vptr_fieldno to skip the vtable pointer.

14 years ago testsuite/
drow [Fri, 13 Nov 2009 04:39:53 +0000 (04:39 +0000)]
testsuite/
* gdb.base/break1.c (struct some_struct, values): Move earlier.
(marker4): Reference values.

14 years ago testsuite/
drow [Fri, 13 Nov 2009 04:37:40 +0000 (04:37 +0000)]
testsuite/
* gdb.base/macscp.exp: Avoid the first FAIL if macro information
is missing.

14 years ago * gdb.base/break.c (need_malloc): New.
drow [Fri, 13 Nov 2009 04:35:26 +0000 (04:35 +0000)]
* gdb.base/break.c (need_malloc): New.
* gdb.base/constvars.c (main): Reference crass and crisp.
* gdb.base/gdb1821.c (main): Reference bar.
* gdb.cp/gdb1355.cc (main): Reference s1.
* gdb.cp/hang1.cc (dummy2, dummy3): Declare.
(main): Call them.
* gdb.cp/hang2.cc (dummy2): Define.
* gdb.cp/hang3.cc (dummy3): Define.
* gdb.cp/m-data.cc (main): Reference shadow.

14 years agoCorrect whitespace in previous patch.
drow [Fri, 13 Nov 2009 04:29:04 +0000 (04:29 +0000)]
Correct whitespace in previous patch.

14 years ago2009-11-12 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 13 Nov 2009 04:15:18 +0000 (04:15 +0000)]
2009-11-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.tbl: Remove IsLockable from add, adc, and, dec, inc,
or, sbb, sub, xor and xchg with register only operands.
* i386-tbl.h: Regenerated.

14 years ago2009-11-12 Paul Brook <paul@codesourcery.com>
drow [Fri, 13 Nov 2009 04:10:03 +0000 (04:10 +0000)]
2009-11-12  Paul Brook  <paul@codesourcery.com>
    Daniel Jacobowitz  <dan@codesourcery.com>

* dwarf2read.c (dwarf2_add_member_fn): Calculate virtual function
offset for classes without DW_AT_containing_type.

14 years ago2009-11-12 Paul Brook <paul@codesourcery.com>
drow [Fri, 13 Nov 2009 04:05:24 +0000 (04:05 +0000)]
2009-11-12  Paul Brook  <paul@codesourcery.com>
    Daniel Jacobowitz  <dan@codesourcery.com>

* dwarf2read.c (struct field_info): Add baseclasses.
(dwarf2_add_field): Add base classes to a separate list.
(dwarf2_attach_fields_to_type): Merge base classes and fields.

14 years ago * dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
drow [Fri, 13 Nov 2009 03:59:40 +0000 (03:59 +0000)]
* dwarf2read.c (process_psymtab_comp_unit): Initialize per_cu backlink
at the same time as the forward link.
(load_partial_comp_unit): Initialize per_cu links before calling
init_cu_die_reader.

14 years agogas/
hjl [Fri, 13 Nov 2009 03:57:13 +0000 (03:57 +0000)]
gas/

2009-11-12  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (LOCKREP_PREFIX): Removed.
(REP_PREFIX): New.
(LOCK_PREFIX): Likewise.
(PREFIX_GROUP): Likewise.
(REX_PREFIX): Updated.
(MAX_PREFIXES): Likewise.
(add_prefix): Updated.  Return enum PREFIX_GROUP.
(md_assemble): Check for lock without a lockable instruction.
(parse_insn): Updated.
(output_insn): Likewise.

gas/testsuite/

2009-11-12  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run lock-1, lock-1-intel, lockbad-1,
x86-64-lock-1, x86-64-lock-1-intel and x86-64-lockbad-1.

* gas/i386/lock-1-intel.d: New.
* gas/i386/lock-1.d: Likewise.
* gas/i386/lock-1.s: Likewise.
* gas/i386/lockbad-1.l: Likewise.
* gas/i386/lockbad-1.s: Likewise.
* gas/i386/x86-64-lock-1-intel.d: Likewise.
* gas/i386/x86-64-lock-1.d: Likewise.
* gas/i386/x86-64-lock-1.s: Likewise.
* gas/i386/x86-64-lockbad-1.l: Likewise.
* gas/i386/x86-64-lockbad-1.s: Likewise.

opcodes/

2009-11-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (opcode_modifiers): Add IsLockable.

* i386-opc.h (IsLockable): New.
(i386_opcode_modifier): Add islockable.

* i386-opc.tbl: Add IsLockable to add, adc, and, btc, btr,
bts, cmpxchg, cmpxch8b, dec, inc, neg, not, or, sbb, sub,
xor, xadd and xchg.
* i386-tbl.h: Regenerated.

14 years ago * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
froydnj [Fri, 13 Nov 2009 02:35:53 +0000 (02:35 +0000)]
* lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
remote host.