aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27*** empty log message ***gdbadmin1-1/+1
2010-12-26daily updateAlan Modra1-1/+1
2010-12-26*** empty log message ***gdbadmin1-1/+1
2010-12-25daily updateAlan Modra1-1/+1
2010-12-25* gdb.threads/tls.exp: Fix typo.Andreas Schwab2-1/+3
2010-12-25* gdb.threads/thread-specific.exp (get_thread_list): Update.Andreas Schwab3-4/+12
* gdb.threads/execl.exp: Update.
2010-12-25*** empty log message ***gdbadmin1-1/+1
2010-12-24daily updateAlan Modra1-1/+1
2010-12-24 * compress.c (decompress_contents): Style.Alan Modra2-69/+65
(bfd_get_full_section_contents): Do not decompress directly into caller buffer or directly return cached section contents. Check malloc return for compressed_buffer.
2010-12-24*** empty log message ***gdbadmin1-1/+1
2010-12-23daily updateAlan Modra1-1/+1
2010-12-23sim: start a gitignoreMike Frysinger2-0/+11
2010-12-23gdbserver: start a gitignoreMike Frysinger2-0/+8
2010-12-23 gdb/doc/Pedro Alves2-0/+20
* gdb.texinfo (Packets) <read registers packet>: Document support for registers that were not collected.
2010-12-23 * output.h (Output_data_reloc::add_output_section): Pass OD insteadCary Coutant2-3/+8
of OS to this->add. Add OD parameter to second form of the function.
2010-12-232010-12-23 Yao Qi <yao@codesourcery.com>Yao Qi3-0/+297
* gdb.arch/arm-disp-step.exp: New. * gdb.arch/arm-disp-step.S: New.
2010-12-232010-12-23 Yao Qi <yao@codesourcery.com>Yao Qi2-4/+214
* arm-tdep.c (thumb_analyze_prologue): Move some code ... (EXTRACT_MOVW_MOVT_IMM_T): ... here. New macro. (EXTRACT_MOVW_MOVT_IMM_A): New macro. (arm_analyze_load_stack_chk_guard): New. (arm_skip_stack_protector): New. (arm_skip_prologue): Adjust post_prologue_pc by arm_skip_stack_protector.
2010-12-23Add missing _() marker in error message.Joel Brobecker2-1/+6
gdb/ChangeLog: * mi/mi-main.c (mi_cmd_remove_inferior): Use _() marker for error message. Change spelling of "can not" into "cannot".
2010-12-232010-12-23 Yao Qi <yao@codesourcery.com>Yao Qi2-1/+5
* arm-tdep.c (arm_gdbarch_init): Remove invoke to set_gdbarch_deprecated_fp_regnum.
2010-12-23*** empty log message ***gdbadmin1-1/+1
2010-12-22daily updateAlan Modra1-1/+1
2010-12-22 * inferior.c (remove_inferior_command): Don't remove an active inferior.Marc Khouzam3-0/+11
* mi/mi-main.c (mi_cmd_remove_inferior): Ditto.
2010-12-22*** empty log message ***gdbadmin1-1/+1
2010-12-21daily updateAlan Modra1-1/+1
2010-12-21gdbTom Tromey7-17/+87
* thread.c (print_thread_info): Make a ui-out table in CLI mode. gdb/testsuite * gdb.threads/execl.exp: Update. * gdb.threads/linux-dp.exp: Update. * gdb.threads/manythreads.exp: Update. * gdb.threads/tls.exp: Update.
2010-12-212010-12-21 Kai Tietz <kai.tietz@onevision.com>Kai Tietz7-1/+47
* peXXigen.c (_bfd_XXi_final_link_postscript): Use bfd_get_symbol_leading_char to determine "_tls_used" name. 2010-12-21 Kai Tietz <kai.tietz@onevision.com> * ld-pe/pe.exp: Add TLS directory test. * ld-pe/tlssec.s: New. * ld-pe/tlssec64.d: New. * ld-pe/tlssec32.d: New.
2010-12-21Adjust URLs.Thomas Schwinge3-3/+3
2010-12-21 * peXXigen.c (_bfd_XXi_final_link_postscript): Use correct sizePierre Muller2-1/+13
for windows 64-bit TLS table size.
2010-12-21*** empty log message ***gdbadmin1-1/+1
2010-12-20daily updateAlan Modra1-1/+1
2010-12-20 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keepIan Lance Taylor3-2/+21
second of two consecutive entries with same offset.
2010-12-20 * ld-bootstrap/bootstrap.exp: Fix misplaced comment.Alan Modra2-3/+7
2010-12-20 * ld.texinfo (Expression Section): Describe treatment of numbersAlan Modra19-23/+75
and absolute symbols. * ldemul.c (after_open_default): Look up __ld_compatibility. * ldexp.c (fold_name): Convert absolute symbols to numbers when inside output section definitions, or when __ld_compatibility >= 221. (exp_fold_tree_1): Convert numbers to absolute when not in output section definition and __ld_compatibility < 221. Don't always convert values outside an output section definition to absolute. * ldexp.h (uses_defined): Comment. * ldlang.c (ld_compatibility): New variable. * ldlang.h (ld_compatibility): Declare. * emultempl/aix.em, * emultempl/armcoff.em, * emultempl/beos.em, * emultempl/elf32.em, * emultempl/genelf.em, * emultempl/lnk960.em, * emultempl/m68kcoff.em, * emultempl/mmo.em, * emultempl/pe.em, * emultempl/pep.em, * emultempl/sunos.em, * emultempl/z80.em: Call after_open_default from after_open function.
2010-12-20 PR ld/12001Alan Modra6-73/+46
Revert 2010-11-03 Nick Clifton * ldlang.c (ldlang_def_chain_list): Delete. (insert_defined, ldlang_add_def, lang_place_defineds): Delete. (lang_process): Don't call lang_place_defineds. (lang_add_assignment): Don't do anything special for --defsym. * ldexp.h (struct ldexp_control): Add uses_defined. (exp_fold_tree_no_dot): Declare. * ldexp.c (exp_fold_tree): Clear uses_defined. (exp_fold_tree_no_dot): Likewise. Make global. (fold_name <DEFINED>): Set uses_defined. (exp_fold_tree_1 <etree_assign>): Define symbol during first phase even when the value being assigned isn't valid. * ldlang.c (open_input_bfds): Process assignment statements. (lang_process): Bump lang_statement_iteration. (scan_for_self_assignment): Formatting. (print_assignment): Style. testsuite/ * ld-scripts/default-script2.d: Revert 2010-11-03 change.
2010-12-202010-12-20 Yao Qi <yao@codesourcery.com>Yao Qi2-0/+19
* arm-tdep.c (arm_register_reggroup_p): New. (arm_gdbarch_init): Set arm_register_reggroup_p for hook register_reggroup_p.
2010-12-20Forget to commit in my last check inYao Qi1-13/+13
2010-12-20 Yao Qi <yao@codesourcery.com> * features/arm-core.xml: Add attribute type to reg from r0 to r12. * features/arm-with-iwmmxt.c: Regenerate. * features/arm-with-neon.c: Regenerate. * features/arm-with-vfpv2.c: Regenerate. * features/arm-with-vfpv3.c: Regenerate.
2010-12-202010-12-20 Yao Qi <yao@codesourcery.com>Yao Qi5-58/+67
* features/arm-core.xml: Add attribute type to reg from r0 to r12. * features/arm-with-iwmmxt.c: Regenerate. * features/arm-with-neon.c: Regenerate. * features/arm-with-vfpv2.c: Regenerate. * features/arm-with-vfpv3.c: Regenerate.
2010-12-20*** empty log message ***gdbadmin1-1/+1
2010-12-19daily updateAlan Modra1-1/+1
2010-12-19*** empty log message ***gdbadmin1-1/+1
2010-12-18daily updateAlan Modra1-1/+1
2010-12-18include/opcode/Richard Sandiford2-2/+13
* mips.h: Update commentary after last commit.
2010-12-18include/opcode/Richard Sandiford13-1/+392
2010-12-14 Mingjie Xing <mingjie.xing@gmail.com> * mips.h (OP_*_OFFSET_A, OP_*_OFFSET_B, OP_*_OFFSET_C) (OP_*_RZ, OP_*_FZ, INSN2_M_FP_D, INSN2_WRITE_GPR_Z, INSN2_WRITE_FPR_Z) (INSN2_READ_GPR_Z, INSN2_READ_FPR_Z, INSN2_READ_GPR_D): Define. opcodes/ 2010-12-14 Mingjie Xing <mingjie.xing@gmail.com> * mips-opc.c (WR_z, WR_Z, RD_z, RD_Z, RD_d): Define. (mips_builtin_opcodes): Add loongson3a specific instructions. * mips-dis.c (print_insn_args): Handle the new arguments +a|b|c|z|Z. gas/ 2010-12-14 Mingjie Xing <mingjie.xing@gmail.com> * config/tc-mips.c (insn_uses_reg): Handle the new flags INSN2_READ_FPR_Z, INSN2_READ_GPR_D and INSN2_READ_GPR_Z. (append_insn): Handle delay-slot filling for the new flags. (validate_mips_insn): Handle the new arguments +a|b|c|z|Z. (mips_ip): Handle the new arguments +a|b|c|z|Z. gas/testsuite/ 2010-12-14 Mingjie Xing <mingjie.xing@gmail.com> * gas/mips/loongson-3a-2.s, gas/mips/loongson-3a-2.d, gas/mips/loongson-3a-3.s, gas/mips/loongson-3a-3.d: New tests. * gas/mips/mips.exp: Run them.
2010-12-18* config/rx-parse.y (SUB): Correct subtraction of immediateDJ Delorie2-1/+6
pattern.
2010-12-18 * mi/mi-main.c (mi_cmd_remove_inferior): Don't delete current inferior.Marc Khouzam2-0/+33
(get_other_inferior): New.
2010-12-18 * python/py-progspace.c (py_free_pspace): Obtain arch anotherMarc Khouzam2-3/+7
way to avoid dereferencing a null pointer.
2010-12-182010-12-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+5
* utils.c (do_my_cleanups): Comment fix-up.
2010-12-18*** empty log message ***gdbadmin1-1/+1
2010-12-17daily updateAlan Modra1-1/+1
2010-12-172010-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-20/+7
* COPYING.LIBGLOSS: Remove the GPL for fr30 target.