H.J. Lu
c32fa91d70
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.
2009-11-12 18:57:14 +00:00
Nathan Froyd
bdf7534a4d
* lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
...
remote host.
2009-11-12 17:35:54 +00:00
Maxim Kuvyrkov
75aa492e67
* thread-db.c (thread_db_free): Fix typo.
2009-11-12 15:33:50 +00:00
Tristan Gingold
8f0ac70082
2009-11-12 Tristan Gingold <gingold@adacore.com>
...
* avr/interp.c (sim_write): Allow byte access.
(sim_read): Ditto.
2009-11-12 15:24:04 +00:00
Tristan Gingold
33bcfade88
2009-11-12 Tristan Gingold <gingold@adacore.com>
...
* avr/interp.c (sim_load): Clear memory before loading.
2009-11-12 15:17:42 +00:00
Nathan Froyd
f24fce7781
* gdb.base/step-line.exp: Copy step-line.inp to the remote host.
...
* gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
* gdb.dwarf2/dw2-compressed.exp: Likewise.
* gdb.dwarf2/dw2-intercu.exp: Likewise.
* gdb.dwarf2/dw2-intermix.exp: Likewise.
* gdb.dwarf2/dw2-producer.exp: Likewise.
* gdb.dwarf2/mac-fileno.exp: Likewise.
* gdb.python/py-prettyprint.exp (run_lang_tests): Copy
py-prettyprint.py to the remote host.
* gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2009-11-12 15:15:26 +00:00
Daniel Jacobowitz
79862e4574
gas/testsuite/
...
* gas/arm/copro.d, gas/arm/fp-save.d, gas/arm/float.d,
gas/arm/fpa-mem.d: Update for removed generic coprocessor instructions
and expanded PC-relative offsets.
opcodes/
* arm-dis.c (coprocessor_opcodes): Use %A instead of %C. Remove
generic coprocessor instructions for FPA loads and stores.
(print_insn_coprocessor): Remove %C support. Display address for
PC-relative offsets in %A.
2009-11-12 14:49:45 +00:00
Nick Clifton
fa78c13aad
Updated Russian bfd translation.
...
Updated Indonesian gas translation.
2009-11-12 09:35:23 +00:00
H.J. Lu
1b9f0c97ad
2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
...
* config/tc-i386.c (build_modrm_byte): Don't set register
operand twice.
2009-11-12 02:21:46 +00:00
H.J. Lu
f310f33d50
gas/testsuite/
...
2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/prefix.d: Swap order of ADDR and REP prefixes.
* gas/i386/rep.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.
opcodes/
2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (all_prefixes): New.
(ckprefix): Set all_prefixes.
(print_insn): Print all_prefixes instead of lock_prefix,
repz_prefix, repnz_prefix, addr_prefix and data_prefix.
2009-11-12 02:13:06 +00:00
Paul Pluzhnikov
21e1bee4d2
gdb/ChangeLog:
...
2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/10838
* linux-thread-db.c (thread_db_info): New member.
(disable_thread_event_reporting): Call td_ta_clear_event.
gdbserver/ChangeLog:
2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/10838
* thread-db.c (thread_db_free): Call td_ta_clear_event.
2009-11-12 00:47:39 +00:00
gdbadmin
20406f4ad3
*** empty log message ***
2009-11-12 00:00:33 +00:00
Keith Seitz
1e5a1abc15
* linespec.c (lookup_prefix_sym): Lookup the symbol
...
in both STRUCT_DOMAIN and VAR_DOMAIN.
2009-11-11 23:34:11 +00:00
Keith Seitz
40f0318e99
* gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
...
use it instead of "Foo".
* gdb.cp/classes.exp (do_tests): Add a test to access
a method through a typedef'd class name.
2009-11-11 23:33:51 +00:00
Alan Modra
a8acdf4603
daily update
2009-11-11 23:00:05 +00:00
Michael Snyder
f801e1e0ba
2009-11-11 Michael Snyder <msnyder@vmware.com>
...
* darwin-nat-info.c: Update copyright.
* dbxread.c: Ditto.
* gdbarch.sh: Ditto.
* gdbarch.c: Ditto.
* gdbarch.h: Ditto.
* inline-frame.c: Ditto.
* inline-frame.h: Ditto.
2009-11-11 20:07:39 +00:00
Nathan Froyd
f3d9f7fb03
* gdb.base/long_long.exp: Permit leading zeros on floating-point
...
exponents.
* gdb.base/pointers.exp: Likewise.
* gdb.cp/ref-types.exp: Likewise.
2009-11-11 20:01:24 +00:00
Michael Snyder
1e061d1a6b
2009-11-11 Michael Snyder <msnyder@vmware.com>
...
* s390-nat.c: Update copyright.
2009-11-11 19:38:34 +00:00
Michael Snyder
5efc7e4417
ChangeLog, typo, obvious.
2009-11-11 19:30:23 +00:00
Michael Snyder
9659616a96
2009-10-28 Michael Snyder <msnyder@vmware.com>
...
* findvar.c (top level): Fix and add comments.
2009-11-11 19:27:02 +00:00
Keith Seitz
66c53f2b15
* c-expy. (operator_stoken): New function.
...
(OPERATOR): New token.
(NEW): New token.
(DELETE): New token.
(operator): New rule.
(name): Add operator.
(ident_tokens): Add "new", "delete", and "operator".
* gdbtypes.c (rank_one_type): Don't complain about
void pointer conversion badness if both types are
void pointers.
2009-11-11 16:45:46 +00:00
Keith Seitz
a4216f37f0
* gdb.cp/cplusfuncs.cc (class foo): Add operators
...
new[] and delete[].
* gdb.cp/cplusfuncs.exp (dm_type_void): Change to
"void".
(probe_demangler): Remove all single-quoting of
method and variable names.
(info_func_regexp): Remove the word "void" from any
occurrence of "(void)".
(print_addr_2): Remove all single-quoting of
method names.
(print_addr_2_kfail): Likewise.
(print_addr): Single-quote C function names before
passing to print_addr_2.
(test_paddr_operator_functions): Remove single-quoting
for method names.
Add tests for operator new[] and operator delete[].
2009-11-11 16:45:16 +00:00
Pedro Alves
a5832c8fbd
* agentexpr.texi (Tracing On Symmetrix): Delete section.
...
(Using Agent Expressions): Delete cross reference.
2009-11-11 15:08:50 +00:00
Nick Clifton
c1e2689731
PR binutils/10924
...
* arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
(print_insn_arm): Extend %s format control code to check for
unpredictable addressing modes. Add support for %S format control
code which suppresses this check.
(W_BIT, I_BIT, U_BIT, P_BIT): New macros.
(WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
PRE_BIT_SET): New macros.
(print_insn_coprocessor): Use the new macros instead of magic
constants.
(print_arm_address): Likewise.
(pirnt_insn_arm): Likewise.
(print_insn_thumb32): Likewise.
2009-11-11 09:44:45 +00:00
Nick Clifton
41327c9d6d
Updated Indonesian translation.
2009-11-11 09:36:08 +00:00
Jan Kratochvil
32a0e54790
gdb/
...
* symfile.c (separate_debug_file_exists): Change parameter parent_name
to parent_objfile. New variables parent_stat and abfd_stat. Call
strcmp and then bfd_stat functions to verify if NAME matches.
(find_separate_debug_file): Update the passed parameter at caller.
2009-11-11 05:04:34 +00:00
Jan Kratochvil
9b14d7aa41
gdb/
...
* objfiles.c (objfile_relocate): Update also the field psymtabs_addrmap.
gdb/testsuite/
* gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2009-11-11 04:59:48 +00:00
Jan Kratochvil
ee2fb9eb60
binutils/
...
* configure.in: Stop checking for fopen64 and stat64.
* strings.c (file_off, file_open, statbuf, file_stat): Remove.
(strings_file): Change file_off to file_ptr, file_open to fopen,
statbuf to struct stat and file_stat to stat.
(get_char): Change parameter type file_off * to file_ptr *.
(print_strings): Change parameter and variable `start' type file_off to
file_ptr.
* configure: Regenerate.
* config.in: Regenerate.
2009-11-11 04:54:32 +00:00
Jan Kratochvil
da2f07f1aa
bfd/
...
* configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
AC_SYS_LARGEFILE and checking the Solaris largefile exception.
* aclocal.m4: Regenerate.
* configure: Regenerate.
binutils/
* configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
AC_SYS_LARGEFILE and checking the Solaris largefile exception.
* aclocal.m4: Regenerate.
* configure: Regenerate.
gas/
* configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.
gdb/
* configure.ac: Call ACX_LARGEFILE.
* aclocal.m4: Call m4_include for ../config/largefile.m4 and
../config/plugins.m4.
* configure: Regenerate.
* config.in: Regenerate.
gprof/
* configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.
ld/
* configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2009-11-11 04:42:42 +00:00
gdbadmin
82337b2901
*** empty log message ***
2009-11-11 00:00:33 +00:00
Alan Modra
a692e5cefa
daily update
2009-11-10 23:00:05 +00:00
Keith Seitz
072bba3b0f
* c-exp.y: Add new rule for resolving method overloads.
...
* eval.c (make_params): New function.
(free_param_types): New function.
(evaluate_subexp_standard): Pass expect_type to value_aggregate_elt.
Handle case TYPE_INSTANCE.
(evaluate_subexp_for_address): Pass expect_type to value_aggregate_elt.
* expression.h (enum exp_opcode): Add TYPE_INSTANCE.
(compare_parameters): Add declaration.
* parse.c (operator_length_standard): Add TYPE_INSTANCE.
* valops.c (value_aggregate_elt): Add new expect_type parameter.
Pass expect_type to value_struct_elt_for_reference.
(value_struct_elt_for_reference): Add expect_type parameter and use
compare_parameters.
Check for overload matches with and without artificial parameters.
Skip artificial methods.
(compare_parameters): New function.
* value.h (value_aggregate_elt): Add new expect_type parameter.
2009-11-10 22:17:58 +00:00
Keith Seitz
85feb311d3
* gdb.cp/overload.exp: Add tests for resolving overloaded
...
methods in expression parsing/evaluation.
2009-11-10 22:17:06 +00:00
Joseph Myers
de64a9acc6
* solib-svr4.c (enable_break): Call
...
gdbarch_convert_from_func_ptr_addr on results of looking up
fallback symbol names.
2009-11-10 21:36:48 +00:00
Daniel Jacobowitz
751254059d
2009-11-10 Daniel Gutson <dgutson@codesourcery.com>
...
* procfs.c (procfs_do_thread_registers): Added a call to fetch
register values before saving them in the core file
through the gcore command.
(procfs_corefile_thread_callback): Removed the backup of
inferior_ptid before calling procfs_do_thread_registers since
the function already saves and restores it before returning.
2009-11-10 21:00:41 +00:00
Daniel Jacobowitz
fa33544892
* lib/gdb.exp (default_gdb_version): Use --version instead of
...
--command.
2009-11-10 20:54:55 +00:00
Michael Snyder
e124be18d9
2009-11-10 Michael Snyder <msnyder@vmware.com>
...
* dcache.c: Fix typo, shorten long lines in comment.
2009-11-10 18:36:50 +00:00
Maxim Kuvyrkov
0d999f3337
* config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.
...
* config/tc-m68k.c (mcf5206_ctrl): Fix whitespace.
(mcf52223_ctrl): Remove non-existent registers.
(mcf54418): Define.
(mcf54455): Remove MBAR.
(m68k_cpus): Add lines for MCF5441x family.
(m68k_ip, init_table): Handle RGPIOBAR, ACR[4-7].
* m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01].
2009-11-10 18:05:24 +00:00
Nick Clifton
3ab904c416
PR ld/10864
...
* ld.texinfo (Entry Point): Mention that the default entry symbol
is not 'start' on some targets.
2009-11-10 16:34:53 +00:00
Tristan Gingold
7d2552b4b6
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c: Add AVR_PSEUDO_PC_REGNUM and AVR_NUM_PSEUDO_REGS.
(struct gdbarch_tdep): Add void_type, func_void_type and pc_type
fields.
(avr_register_name): Add "pc" name, renames "PC" to "PC2".
(avr_register_type): Handle AVR_PSEUDO_PC_REGNUM.
(avr_write_pc): Fix indentation.
(avr_pseudo_register_read): New function.
(avr_pseudo_register_write): New function.
(avr_frame_prev_register): Handle AVR_PSEUDO_PC_REGNUM.
(avr_gdbarch_init): Create types for pc. Register pseudo regs.
2009-11-10 11:14:38 +00:00
Tristan Gingold
8a1d23b2ab
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c (avr_integer_to_address): New function.
(avr_gdbarch_init): Set integer_to_address.
2009-11-10 10:48:51 +00:00
Tristan Gingold
8c201e543a
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c (avr_skip_prologue): First try to skip prologue
using skip_prologue_using_sal.
2009-11-10 10:35:57 +00:00
Tristan Gingold
1bd0bb725f
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c (avr_extract_return_value): Remove.
(avr_return_value): Mostly rewritten. Fix handling for structures.
(avr_push_dummy_call): Handle struct_return.
2009-11-10 Tristan Gingold <gingold@adacore.com>
* avr-tdep.c (avr_scan_prologue): Decode instructions used for
small stack allocation.
Adjust code for prologue that don't write SP.
2009-11-10 10:22:22 +00:00
Nathan Sidwell
ec3c07fc0f
* lib/gdb.exp (gdb_compile_test): New.
...
(skip_ada_tests, skip_java_tests): New.
(gdb_compile): Use gdb_compile_test for f77.
* lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
* lib/java.exp (compile_java_from_source): Remove runtests check,
use gdb_compile_test to record result.
* gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
gdb.ada/exec_changed.exp, gdb.ada/start.exp,
gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
adjust gdb_compile invocations.
2009-11-10 10:16:10 +00:00
Tristan Gingold
ee143e8142
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c (avr_make_saddr): Return 0 for NULL.
2009-11-10 10:05:47 +00:00
Tristan Gingold
53f6a2c9fa
2009-11-10 Tristan Gingold <gingold@adacore.com>
...
* avr-tdep.c (avr_dwarf_reg_to_regnum): New function.
(avr_gdbarch_init): Call set_gdbarch_dwarf2_reg_to_regnum.
2009-11-10 09:49:52 +00:00
gdbadmin
db81c99eac
*** empty log message ***
2009-11-10 00:00:03 +00:00
Joel Brobecker
5bc8e71ca0
* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
2009-11-09 23:19:11 +00:00
Doug Kwan
43d12afeb9
2009-11-10 Doug Kwan <dougkwan@google.com>
...
* arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
in method declaration.
(Target_arm::relocate_stub): New method declaration.
(Target_arm::default_target): Change to return a pointer instead of
a const reference.
(Reloc_stub::stub_type_for_reloc): Adjust for the change in
Target_arm::default_target.
(Arm_Relobj::do_relocate_sections): Remove options paramater in
method definition.
(Target_arm::relocate_section): Adjust view.
(Target_arm::relocate_stub): New method definition.
2009-11-09 23:16:55 +00:00
Doug Kwan
ac33a407ac
2009-11-10 Doug Kwan <dougkwan@google.com>
...
* i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
a format warning.
* incremental.cc (open_incremental_binary): Initialized local
variables to avoid warnings.
* object.cc (make_elf_object): Ditto.
* x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
a format warning.
2009-11-09 23:07:30 +00:00