aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-12-13Fix a typo.H.J. Lu1-1/+1
2006-12-132006-12-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* config/tc-i386.c (build_modrm_byte): Set the Operand_PCrel bit only.
2006-12-132006-12-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-9/+11
* config/tc-i386.c (match_template): Use a for loop to set operand_types array.
2006-12-13gas/H.J. Lu7-17/+66
2006-12-13 H.J. Lu <hongjiu.lu@intel.com> PR gas/3712 * config/tc-i386.c (match_template): Use MAX_OPERANDS for the number of operands. Issue an error if MAX_OPERANDS != 4. Add the 4th operand check. gas/testsuite/ 2006-12-13 H.J. Lu <hongjiu.lu@intel.com> PR gas/3712 * gas/i386/inval.s: Add invalid insertq. * gas/i386/x86-64-inval.s: Likewise. * gas/i386/inval.l: Updated. * gas/i386/x86-64-inval.l: Likewise.
2006-12-132006-12-13 Dave Brolley <brolley@redhat.com>Dave Brolley2-2/+7
* lib/ld-lib.exp (big_or_little_endian): Accept -meb and -mel for big and little endian respectively.
2006-12-132006-12-13 Paul Brook <paul@codesourcery.com>Paul Brook3-3/+13
gas/ * config/tc-arm.c (arm_arch_option_table): Add v7-{a,r,m}. * doc/c-arm.texi: Fix spelling of ARMv7 profile variants.
2006-12-132006-12-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2-1/+33
* spu-tdep.c (spu_init_vector_type): New function. (spu_builtin_type_vec128.): New static variable. (spu_register_type): Return spu_builtin_type_vec128 as default. (_initialize_spu_tdep): Call spu_init_vector_type.
2006-12-13*** empty log message ***gdbadmin1-1/+1
2006-12-12daily updateAlan Modra1-1/+1
2006-12-122006-12-12 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* config/tc-i386.h (WordMem): Document it for 64 bit memory reference.
2006-12-12bfd/Daniel Jacobowitz12-35/+72
* doc/Makefile.am (bfd_TEXINFOS): Set. (bfd.info bfd.dvi bfd.html): Delete rule. * doc/Makefile.in: Regenerated. gas/ * doc/Makefile.am (as_TEXINFOS): Set. (as.info as.dvi as.html): Delete rule. * doc/Makefile.in: Regenerated. gprof/ * Makefile.am (gprof_TEXINFOS): Set. (gprof.info gprof.dvi gprof.html): Delete rule. * Makefile.in: Regenerated. ld/ * Makefile.am (ld_TEXINFOS): Set. (ld.info ld.dvi ld.html): Delete rule. * Makefile.in: Regenerated.
2006-12-12 * ldlang.c (print_output_section_statement): Print load addressAlan Modra4-17/+20
when lma differs from vma. testsuite/ * ld-scripts/overlay-size-map.d: Update.
2006-12-12sync a change from gccAlan Modra3-2/+9
2006-12-12*** empty log message ***gdbadmin1-1/+1
2006-12-11daily updateAlan Modra1-1/+1
2006-12-11 MAINTAINERS (SH): Remove my entry.Joern Rennecke2-1/+4
2006-12-112006-12-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+14
* i386-dis.c (Eq): Replaced by ... (Mq): New. This. (Ma): Defined with OP_M instead of OP_E. (grps): Updated cmpxchg8b and vmptrst for Eq -> Mq. (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
2006-12-11bfd/Daniel Jacobowitz35-152/+356
* configure.in: Define GENINSRC_NEVER. * doc/Makefile.am (bfd.info): Remove srcdir prefix. (MAINTAINERCLEANFILES): Add info file. (DISTCLEANFILES): Pretend to add info file. * po/Make-in (.po.gmo): Put gmo files in objdir. * configure, Makefile.in, doc/Makefile.in: Regenerated. binutils/ * configure.in: Define GENINSRC_NEVER. * doc/Makefile.am (MAINTAINERCLEANFILES): Add info file. (DISTCLEANFILES): Pretend to add info file. * po/Make-in (.po.gmo): Put gmo files in objdir. * configure, Makefile.in, doc/Makefile.in: Regenerated. gas/ * configure.in: Define GENINSRC_NEVER. * doc/Makefile.am (as.info): Remove srcdir prefix. (MAINTAINERCLEANFILES): Add info file. (DISTCLEANFILES): Pretend to add info file. * po/Make-in (.po.gmo): Put gmo files in objdir. * configure, Makefile.in, doc/Makefile.in: Regenerated. gprof/ * configure.in: Define GENINSRC_NEVER. * doc/Makefile.am (gprof.info): Remove srcdir prefix. (MAINTAINERCLEANFILES): Add info file. (DISTCLEANFILES): Pretend to add info file. * po/Make-in (.po.gmo): Put gmo files in objdir. * configure, Makefile.in: Regenerated. ld/ * configure.in: Define GENINSRC_NEVER. * doc/Makefile.am (ld.info): Remove srcdir prefix. (MAINTAINERCLEANFILES): Add info file. (DISTCLEANFILES): Pretend to add info file. * po/Make-in (.po.gmo): Put gmo files in objdir. * configure, Makefile.in: Regenerated. opcodes/ * po/Make-in (.po.gmo): Put gmo files in objdir.
2006-12-11 * elflink.c (bfd_elf_gc_sections): Also search for correspondingEric Botcazou2-4/+26
sections with .gnu.linkonce.t. prefix.
2006-12-11 * configure.in: Handle spu makefile frag.Alan Modra6-135/+158
* config/mt-spu: New file. * Makefile.tpl (MAINT): Define (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. * configure: Regenerate. * Makefile.in: Regenerate.
2006-12-11 * config.sub, config.guess: Update from upstream sources.Ben Elliston3-5/+22
2006-12-11 * configure.in: Sync with GCC (spu-*-*).Ben Elliston3-0/+11
* configure: Sync with GCC.
2006-12-11*** empty log message ***gdbadmin1-1/+1
2006-12-10daily updateAlan Modra1-1/+1
2006-12-102006-12-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-5/+29
* i386-dis.c (X86_64_1): New. (X86_64_2): Likewise. (X86_64_3): Likewise. (dis386): Replace 0x60, 0x61 and 0x62 entries with x86-64 tables. (x86_64_table): Add entries for 0x60, 0x61 and 0x62.
2006-12-10*** empty log message ***gdbadmin1-1/+1
2006-12-09daily updateAlan Modra1-1/+1
2006-12-092006-12-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-21/+25
* i386-dis.c: Adjust white spaces.
2006-12-09Fix ChangeLog entry.H.J. Lu1-1/+1
2006-12-092006-12-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* config/tc-i386.h (template): Use MAX_OPERANDS instead of 4 operand_types array.
2006-12-09 * win32-nat.c (env_sort): Remove.Corinna Vinschen3-182/+11
(win32_create_inferior): Remove code which creates a Windows environment. Use Cygwin function call instead. Propagate current environment to inferior process.
2006-12-09*** empty log message ***gdbadmin1-1/+1
2006-12-08daily updateAlan Modra1-1/+1
2006-12-08 * config/tc-z8k.c (whatreg): Add comment describing function.Christian Groessler2-10/+42
Return NULL if symbol name characters follow the register number. (parse_reg): Use NULL instead of 0 for pointer values. Stop processing if whatreg returned NULL.
2006-12-08(varobj_update): Ensure frame is restored whenNick Roberts1-5/+6
variable object is out of scope.
2006-12-08*** empty log message ***Nick Roberts1-0/+5
2006-12-08 * gas/z8k/reglabel.d: New test.Christian Groessler4-0/+377
* gas/z8k/reglabel.s: New test. * gas/z8k/z8k.exp: Run new test.
2006-12-08 * Makefile.def (dependencies): Add dependency forMike Stump3-0/+13
install-target-libssp and install-target-libgomp on install-gcc. * Makefile.in: Regenerate.
2006-12-08*** empty log message ***Eli Zaretskii1-0/+5
2006-12-08Clarify the meaning of an ``obvious fix'' in the docs.Eli Zaretskii1-0/+3
2006-12-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus6-6/+98
Test for base in references. * gdb.mi/mi-var-cp.cc: Add test code. * gdb.mi/mi-var-cp.exp: Test for bases in references. * gdb.mi/mi-watch.exp: Adjust to mi_runto changes. * gdb.mi/mi2-watch.exp: Likewise. * lib/mi-support.exp (mi_runto): Use temporary breakpoint. (mi_list_varobj_children): New function.
2006-12-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-0/+8
* gdb.texinfo (GDB/MI Variable Objects): Wrap historical note in @ignore, to be removed later if nobody complains.
2006-12-082006-12-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus6-8/+173
* varobj.c (varobj_create): Don't call release_value. (varobj_set_value): Likewise. (install_new_value): Call coerce_ref and release_value on the value. Add asserts.
2006-12-08(mi_cmd_var_update): Fix memory leak.Nick Roberts1-3/+3
2006-12-08*** empty log message ***Nick Roberts1-0/+4
2006-12-08*** empty log message ***gdbadmin1-1/+1
2006-12-07daily updateAlan Modra1-1/+1
2006-12-07bfd/Kazu Hirata8-55/+79
* elf32-m68k.c: Update uses of EF_M68K_*. binutils/ * readelf.c: Update uses of EF_M68K_*. gas/ * config/tc-m68k.c: Update uses of EF_M68K_*. include/elf * m68k.h (EF_M68K_ISA_MASK, EF_M68K_ISA_A_NODIV, EF_M68K_ISA_A, EF_M68K_ISA_A_PLUS, EF_M68K_ISA_B_NOUSP, EF_M68K_ISA_B, EF_M68K_ISA_C, EF_M68K_MAC_MASK, EF_M68K_MAC, EF_M68K_EMAC, EF_M68K_EMAC_B, EF_M68K_FLOAT): Rename to EF_M68K_CF_ISA_MASK, EF_M68K_CF_ISA_A_NODIV, EF_M68K_CF_ISA_A, EF_M68K_CF_ISA_A_PLUS, EF_M68K_CF_ISA_B_NOUSP, EF_M68K_CF_ISA_B, EF_M68K_CF_ISA_C, EF_M68K_CF_MAC_MASK, EF_M68K_CF_MAC, EF_M68K_CF_EMAC, EF_M68K_CF_EMAC_B, EF_M68K_CF_FLOAT, respectively.
2006-12-07bfd/H.J. Lu7-4/+43
2006-12-07 H.J. Lu <hjl@gnu.org> PR ld/3666 * elflink.c (elf_link_add_object_symbols): Keep symbol visibility for symbols from discarded section. ld/testsuite/ 2006-12-07 H.J. Lu <hjl@gnu.org> PR ld/3666 * ld-elf/group3a.d: New file. * ld-elf/group3a.s: Likewise. * ld-elf/group3b.d: Likewise. * ld-elf/group3b.s: Likewise.
2006-12-07*** empty log message ***gdbadmin1-1/+1