aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-192005-07-19 Paul Brook <paul@codesourcery.com>Paul Brook2-1/+6
* configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose to determine dynamic linker name.
2005-07-19Add ChangeLog entries for yesterdays deltas (oops!)Nick Clifton6-0/+69
2005-07-19gas/testsuite/H.J. Lu6-3/+44
2005-07-18 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Add suffix. * gas/i386/suffix.d: New file. * gas/i386/suffix.s: Likewise. opcodes/ 2005-07-18 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (PNI_Fixup): Update comment. (VMX_Fixup): Properly handle the suffix check.
2005-07-19 * hppa.h: Fix punctuation in comment.Dave Anglin2-2/+4
2005-07-19 * gas/hppa/basic/fp_comp.s: Add level 1.1 directive.Dave Anglin4-0/+8
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
2005-07-19 * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.Dave Anglin2-0/+6
2005-07-19 * readelf.c (read_and_display_attr_value): Remove comment adjacentBen Elliston2-1/+5
to DW_ATE_decimal_float about it being a GNU extension.
2005-07-19 * hppa.h (pa_opcode): Add rules for opcode ordering. Check first forDave Anglin2-214/+243
implicit space-register addressing. Set space-register bits on opcodes using implicit space-register addressing. Add various missing pa20 long-immediate opcodes. Remove various opcodes using implicit 3-bit space-register addressing. Use "fE" instead of "fe" in various fstw opcodes.
2005-07-19*** empty log message ***gdbadmin1-1/+1
2005-07-19daily updateAlan Modra1-1/+1
2005-07-18* target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.Mark Kettenis4-11/+9
* bsd-uthread.c (bsd_uthread_pid_to_str): Likewise. * inf-ttrace.c (inf_ttrace_pid_to_str): Likewise.
2005-07-18* hppa-tdep.h (hppa_frame_prev_register_helper): Change types ofMark Kettenis4-23/+31
last argument to `gdb_byte *'. * hppa-tdep.c (hppa32_convert_from_func_ptr_addr): Rewrite. (hppa_frame_prev_register_helper): Change types of last argument to `gdb_byte *'. * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_prev_register): Change types of last argument to `gdb_byte *'.
2005-07-18* gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 onMark Kettenis3-0/+6
*-*-openbsd*. * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
2005-07-18 Jason Molenda <jmolenda@apple.com>Mark Kettenis2-4/+12
* i386-tdep.c (i386_match_insn): Match complete instruction pattern.
2005-07-18gas/Jan Beulich3-23/+27
2005-07-18 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (md_begin): Use IS_ELF. (tc_i386_fix_adjustable): Likewise. (md_estimate_size_before_relax): Likewise. (md_apply_fix): Likewise. (i386_target_format): Likewise. (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF. (i386_immediate): Remove #ifdef LEX_AT. (i386_displacement): Likewise. * config/tc-i386.h (x86_cons): Prototype only when ELF and when not LEX_AT.
2005-07-18Fix spelling of Red HatNick Clifton4-5/+5
2005-07-18Fix building for MS1 and M32C.Nick Clifton23-1835/+1492
Restore alpha- sorting to the architecture tables.
2005-07-18* i386-tdep.c (i386_reg_struct_return_p): Handle structures with aMark Kettenis2-5/+21
single 'long double' member correctly. (i386_return_value): Tweak comment.
2005-07-18* gdb.base/sigaltstack.c (main): Use stack_t instead of `structMark Kettenis2-1/+6
sigaltsatck'.
2005-07-18gas/Jan Beulich10-44/+746
2005-07-18 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (reloc): Convert to ISO C90. Change first parameter to unsigned. Parameter sign now is tristate - zero/ positive mean unsigned/signed, negative means signedness doesn't matter. Check field size, signedness, and pcrel-ness are in agreement between relocated field and relocation type. Adjust diagnostics. (optimize_imm): And type mask of operand instead of overwriting it. (lex_got): Convert to ISO C90. Add third parameter. Add new field to local structure and initialize gotrel accordingly. Pass caller as mask of types that the operator can match. (x86_cons_fix_new): Let reloc know that signedness of relocation doesn't matter. (x86_pe_cons_fix_new): Likewise. (x86_cons): Pass additional argument to lex_got. (i386_immediate): New local variable 'types'. Pass its address as additional argument to lex_got. Mask out operand types not supported befoe returning. (i386_displacement): Likewise. Set bigdisp to all types supported in 64-bit mode, combining the previously split initialization. gas/testsuite/ 2005-07-18 Jan Beulich <jbeulich@novell.com> * gas/i386/reloc32.[sdl]: New. * gas/i386/reloc64.[sdl]: New. * gas/i386/i386.exp: Run new tests.
2005-07-18bfd/Jan Beulich16-4/+92
2005-07-18 Jan Beulich <jbeulich@novell.com> * elf32-i386.c (elf_howto_table): Adjust overflow complaint handler for R_386_PC16. * elf64-x86-64.c (x86_64_elf_howto_table): Adjust overflow complaint handler for R_X86_64_PC16, R_X86_64_8, and R_X86_64_DTPOFF. ld/testsuite/ 2005-07-18 Jan Beulich <jbeulich@novell.com> * ld-i386/abs.s, ld-i386/zero.s, ld-i386/abs.d, ld-x86-64/abs.d, ld-i386/pcrel16.s, ld-i386/pcrel16.d, ld-x86-64/pcrel16.d, ld-i386/pcrel8.s, ld-i386/pcrel8.d, ld-x86-64/pcrel8.d: New. * ld-i386/i386.exp, ld-x86-64/x86-64.exp: Run new tests.
2005-07-18gas/Jan Beulich2-0/+14
2005-07-18 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (parse_insn): Reject prefix if unavailable in current mode.
2005-07-18include/opcode/Jan Beulich2-2/+6
2005-07-18 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Operands of aam and aad are unsigned.
2005-07-18Typo fix.Ben Elliston1-1/+1
2005-07-18binutils/Ben Elliston4-4/+13
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float. include/elf/ * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float. Replace with DW_ATE_decimal_float (now in DWARF 3).
2005-07-18daily updateAlan Modra1-1/+1
2005-07-18*** empty log message ***gdbadmin1-1/+1
2005-07-17 * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-modeDave Anglin2-1/+6
mfctl disassembly.
2005-07-17 * config/tc-hppa.c (pa_ip): Search entire mnemonic before consideringDave Anglin2-2/+25
promoted match.
2005-07-17*** empty log message ***gdbadmin1-1/+1
2005-07-17daily updateAlan Modra1-1/+1
2005-07-16* m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,Jim Blandy2-3/+8
to represent isa sets.
2005-07-16Fix typo in the date.Eric Botcazou1-1/+1
2005-07-16 PR ld/1021Eric Botcazou2-4/+12
PR ld/1031 * elflink.c (elf_link_add_object_symbols): Also append the version name to non-hidden absolute symbols that are functions.
2005-07-16bfd/Alan Modra6-24/+34
* elf32-ppc.c (ppc_elf_set_sdata_syms): Return void. Remove hack for zero size sections. Don't set .sbss syms here. * elf32-ppc.h (ppc_elf_set_sdata_syms): Adjust prototype. ld/ * emultempl/elf32.em (gld*_provide_init_fini_syms): Prototype. (gld*_before_allocation): Call ldemul_do_assignments rather than gld*_provide_init_fini_syms directly. * emultempl/ppc32elf.em (gld*_after_allocation): Delete. (ppc_do_assignments): New function. (LDEMUL_AFTER_ALLOCATION): Don't define. (LDEMUL_DO_ASSIGNMENTS): Define.
2005-07-162005-07-16 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook19-25/+33
* all files: Update FSF address.
2005-07-16Fix typo.Alan Modra1-1/+1
2005-07-16bfd/Alan Modra15-78/+225
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". (stamp-m32c): Fix cpu dependencies. * Makefile.in: Regenerate. * ip2k-dis.c: Regenerate. binutils/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (emipsidt.c, emipsidtl.c): Depend on generic.em. * Makefile.in: Regenerate.
2005-07-16*** empty log message ***gdbadmin1-1/+1
2005-07-16daily updateAlan Modra1-1/+1
2005-07-15Update for changes in Emacs 22.0.50. Bring moreNick Roberts1-188/+448
features over from gdb-ui.el. Use "-var-update --all-values" for faster re-display of watch expressions.
2005-07-15*** empty log message ***Nick Roberts1-0/+6
2005-07-15 * elf32-xtensa.c (vsprint_msg): Add prototype.Bob Wilson2-29/+33
(build_encoding_error_message): Delete. Code moved into.... (elf_xtensa_do_reloc): ....here, and changed to give better error messages for out of range literals.
2005-07-15* m32c.cpu, m32c.opc: Fix copyright.Jim Blandy3-5/+44
2005-07-15 Marcel Moolenaar <marcel@xcllnt.net>Mark Kettenis4-3/+55
* sparc64fbsd-nat.c: Include "regcache.h", <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h". (sparc64fbsd_kvm_supply_pcb): New function. (_initialize_sparc64fbsd_nat): Enable libkvm interface. * config/sparc/fbsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2005-07-152005-07-15 Eric Christopher <echristo@redhat.com>Eric Christopher2-1/+5
* MAINTAINERS: Change affiliation.
2005-07-15gas/H.J. Lu12-7/+204
2007-07-15 H.J. Lu <hongjiu.lu@intel.com> * gas/config/tc-i386.h (CpuVMX): New. (CpuUnknownFlags): Add CpuVMX. gas/testsuite/ 2007-07-15 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Add vmx and x86-64-vmx. * gas/i386/vmx.d: New file. * gas/i386/vmx.s: Likewise. * gas/i386/x86-64-vmx.d: Likewise. * gas/i386/x86-64-vmx.s: Likewise. include/opcode/ 2007-07-15 H.J. Lu <hongjiu.lu@intel.com> * i386.h (i386_optab): Support Intel VMX Instructions. opcodes/ 2007-07-15 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (OP_VMX): New. Handle Intel VMX Instructions. (VMX_Fixup): New. Fix up Intel VMX Instructions. (Em): New. (Gm): New. (VM): New. (dis386_twobyte): Updated entries 0x78 and 0x79. (twobyte_has_modrm): Likewise. (grps): Use OP_VMX in the "sgdtIQ" entry. Updated GRP9. (OP_G): Handle m_mode.
2005-07-15 * ldemul.c (ldemul_do_assignments): New function.Alan Modra18-3/+60
(do_assignments_default): New function. * ldemul.h (ldemul_do_assignments): Declare. (do_assignments_default): Declare. (struct ld_emulation_xfer_struct): Add do_assignments. * ldlang.c (lang_do_assignments) Call ldemul_do_assignments. * emultempl/aix.em (ld_*_emulation): Init do_assignments field. * emultempl/armcoff.em: Likewise. * emultempl/beos.em: Likewise. * emultempl/generic.em: Likewise. * emultempl/gld960.em: Likewise. * emultempl/gld960c.em: Likewise. * emultempl/linux.em: Likewise. * emultempl/lnk960.em: Likewise. * emultempl/m68kcoff.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/sunos.em: Likewise. * emultempl/ticoff.em: Likewise. * emultempl/vanilla.em: Likewise. * emultempl/elf32.em: Likewise, to call gld*_provide_init_fini_syms. (gld*_find_exp_assignment): Adjust bfd_elf_record_link_assignment call.
2005-07-15 * elflink.c (bfd_elf_record_link_assignment): Remove output_bfd param.Alan Modra4-5/+17
(_bfd_elf_provide_symbol): Allow redefinition of weak syms and those defined in output sections. Call bfd_elf_record_link_assignment. * bfd-in.h (bfd_elf_record_link_assignment): Update prototype. * bfd-in2.h: Regenerate.
2005-07-15(GDB/MI Variable Objects): Describe print-valuesNick Roberts1-26/+40
option for -var-list-children and -var-update. (GDB/MI Stack Manipulation): Simplify description of print-values option for -stack-list-locals. (GDB/MI Command Description Format): Clarify. (Mode Options): Spelling of superseded.