* compile.c: Fix comment typos.
[binutils-gdb.git] / gas /
2001-12-20 Matthew Green* config/tc-ppc.c (md_parse_option): Make -maltivec...
2001-12-20 Alan Modra * configure.in (mips-dec-netbsd*): Delete.
2001-12-20 Alan Modra * configure.in (arm-*-netbsdelf*): Add target.
2001-12-18 Nick CliftonRemove redundant definition.
2001-12-18 Nick CliftonFix endian detection for configuration of sh-linux...
2001-12-18 Matthew Green* config.bfd (m68*-*-netbsdelf*): New target.
2001-12-18 Hans-Peter Nilsson * gas/cris/rd-dw2-10.d: Tweak for change in gas dwarf2...
2001-12-18 Thiemo Seufer * addr2line.c (main): Protoype.
2001-12-18 Richard Henderson * config/tc-alpha.c (alpha_handle_align): Encod...
2001-12-17 Nick CliftonFix compile time warning messages.
2001-12-14 Alan Modra * config/obj-elf.c (obj_elf_init_stab_section): Refere...
2001-12-12 Alexandre Oliva* config/tc-d10v.c (get_operands): Mark OPERAND_PLUS...
2001-12-10 Andreas SchwabResolve CVS conflict.
2001-12-08 Geoffrey KeatingIndex: bfd/ChangeLog
2001-12-08 Alan Modra * gas/all/incbin.d: Update.
2001-12-08 Alan Modra * gas/all/incbin.s: Add spaces before directives.
2001-12-07 Jeff Law * gas/hppa/parse/linesepbug.s: Restore to its...
2001-12-06 Richard Earnshaw* tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt...
2001-12-05 Richard Earnshaw* tc-arm.c (struct asm_opcode): Delete comp_suffix...
2001-12-05 Richard Earnshaw* gas/arm/xscale.s, gas/arm/xscale.d (pld tests): PLD...
2001-12-05 Nick CliftonCorrected incorrect op->type selection due to missing...
2001-12-04 Michael Snyder2001-11-16 Michael Snyder <msnyder@redhat.com>
2001-12-04 Alexandre Oliva* config/tc-d10v.c (write_2_short): Don't skip dummy...
2001-12-04 Thiemo Seufer * config.bfd: Remove trailing blanks.
2001-12-04 Thiemo Seufer * config/tc-mips.c (append_insn): Add jump address...
2001-12-04 Thiemo Seufer * config/tc-mips.c (md_parse_option): Fix comment...
2001-12-04 Nick CliftonOnly clear cpu part when specifying 'xscale' cpu (don...
2001-12-04 Alexandre Oliva* config/tc-d10v.c (find_opcode): Reject SP operand if
2001-12-04 Eric Christopher2001-12-03 Eric Christopher <echristo@redhat.com>
2001-12-02 Thiemo Seufer * coff-mips.c (mips_bfd_reloc_type_lookup): Replace
2001-11-29 Alexandre Oliva* config/tc-d10v.c (get_operands): Emit OPERAND_PLUS for
2001-11-29 Alexandre Oliva* config/tc-d10v.c (find_opcode): Reject non-SP operand if
2001-11-29 Nick CliftonRemove case sensitivity in register names.
2001-11-28 Jakub Jelinek * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED...
2001-11-28 Nick CliftonAdd .cvsignore files to skip .gmo files
2001-11-28 Andreas Schwab * as.c (parse_args): Call md_after_parse_args if defined.
2001-11-25 Andreas Jaeger * gas/all/gas.exp (incbin): Fix condition.
2001-11-23 Jeff Law * gas/all/gas.exp (incbin): Do not run on the PA.
2001-11-23 Jeff Law * gas/hppa/parse/parse.exp: Expect failure...
2001-11-23 Jakub Jelinek * elf.c (_bfd_elf_rela_local_sym): New.
2001-11-21 Richard Sandiford * config/tc-mips.c (mips_need_elf_addend_fixup): New...
2001-11-20 Nick CliftonFix md_apply_fix3 typo.
2001-11-20 Ben Elliston2001-11-20 Ben Elliston <bje@redhat.com>
2001-11-19 Hans-Peter Nilsson * doc/c-mmix.texi: Use texinfo 4 features.
2001-11-17 Hans-Peter NilssonFix typo in comment in last commit
2001-11-17 Hans-Peter Nilsson * config/tc-cris.c (md_apply_fix3): Cast value, not...
2001-11-17 Chris Demetriou2001-11-16 Chris Demetriou <cgd@broadcom.cOm>
2001-11-16 Alan Modra * config/tc-m68k.c (md_apply_fix3): Change val back...
2001-11-16 H.J. Lu2001-11-15 H.J. Lu <hjl@gnu.org>
2001-11-16 H.J. Lu2001-11-15 H.J. Lu <hjl@gnu.org>
2001-11-15 Nick CliftonUpdate all uses of md_apply_fix to use md_apply_fix3...
2001-11-15 Alan Modra * config/tc-i386.h (md_end): Define.
2001-11-15 Alan Modra * po/POTFILES.in: Regenerate.
2001-11-15 Thiemo Seufer * config/tc-mips.c (mips_ip): Re-allow %hi() op for...
2001-11-15 Alan Modrarevert last change.
2001-11-15 Alan Modragas/ChangeLog
2001-11-15 Alan Modrabinutils/ChangeLog
2001-11-14 Nick CliftonUse frag_make_room() to grow the obstack.
2001-11-14 Nick CliftonDo not remove the symbol's value from the addend for...
2001-11-13 Timothy Wallremove diff indicators
2001-11-13 Timothy WallFix tic54x testsuite failures and Lmem disassembly...
2001-11-13 Alan Modra * config/obj-elf.c (obj_elf_version): Ensure terminati...
2001-11-12 Thiemo Seufer * config/tc-mips.c (support_64bit_objects): Define...
2001-11-12 Thiemo Seufer * config/tc-mips.c (set_at): Add cast needed for varargs.
2001-11-12 Thiemo Seufer * config/tc-mips.c (md_assemble): Remove superflous...
2001-11-12 Thiemo Seufer * config/tc-mips.c (mips_abi_level): Move in front of
2001-11-11 Hans-Peter Nilsson * gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix...
2001-11-10 Denis Chertykov * config/tc-avr.c (mcu_types): Update for new devices.
2001-11-09 Stephane Carrez * doc/Makefile.am (POD2MAN): Use 'GNU Development...
2001-11-08 Thiemo Seufer * config/tc-mips.c (mips_force_relocation): Remove...
2001-11-06 Eric Christopher2001-11-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2001-11-05 Martin SchwidefskyForce got and plt relocations.
2001-11-04 Chris Demetriou[ gas/ChangeLog ]
2001-11-02 Nick CliftonAdd French translation
2001-11-02 Richard Earnshaw* tc-arm.c: Re-arrange prototypes by architecture.
2001-11-02 Nick CliftonFix testsuites for bigendian sh-linux
2001-11-01 Stephane Carrez * config/tc-m68hc11.c (build_jump_insn): Allocate...
2001-11-01 Stephane Carrez * gas/m68hc11/opers12.s: Add test for disassembler...
2001-11-01 Chris Demetriou[ bfd/ChangeLog ]
2001-10-31 Richard EarnshawGeneral cleanup of feature definitions.
2001-10-31 Nick CliftonSupports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
2001-10-31 Nick CliftonUpdate to match latest listing behaviour
2001-10-31 Hans-Peter NilssonRegenerate dependencies and Makefile.in
2001-10-31 Hans-Peter Nilsson * gas/mmix/tst.s: Delete unused file.
2001-10-30 Nick CliftonAdd MMIX support
2001-10-25 Chris Demetriou2001-10-24 Chris Demetriou <cgd@broadcom.com>
2001-10-24 Chris Demetriou2001-10-24 Chris Demetriou <cgd@broadcom.com>
2001-10-24 Chris Demetriou2001-10-24 Chris Demetriou <cgd@broadcom.com>
2001-10-23 Chris Demetriou[opcodes/ChangeLog]
2001-10-23 Alan Modra * as.c (parse_args): Print the date as well for -...
2001-10-21 H.J. Lu2001-10-20 H.J. Lu <hjl@gnu.org>
2001-10-21 Chris Demetriou2001-10-20 Chris Demetriou <cgd@broadcom.com>
2001-10-20 H.J. Lu2001-10-20 H.J. Lu <hjl@gnu.org>
2001-10-19 Nick CliftonRestore line_comment_chars after a SNAFU.
2001-10-18 Nick CliftonRemove semicolon from ARM comment chars list
2001-10-18 Hans-Peter NilssonCorrect date of commit to last entry
2001-10-18 Hans-Peter Nilsson * write.c (fixup_segment): Handle fixups for SEC_MERGE...
2001-10-18 Chris Demetriou[gas/testsuite/ChangeLog]
2001-10-17 Chris Demetriou2001-10-17 Chris Demetriou <cgd@broadcom.com>
2001-10-17 Matthew Green[gas/ChangeLog]
next