* as.c (print_version_id): Use BFD_VERSION_STRING in place of
[deliverable/binutils-gdb.git] / gas /
2001-10-02  Alan Modra * as.c (print_version_id): Use BFD_VERSION_STRING...
2001-10-01  H.J. Lu2001-09-30 H.J. Lu <hjl@gnu.org>
2001-10-01  Hans-Peter Nilsson * config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
2001-10-01  Hans-Peter Nilsson * config/tc-sh.c (md_pcrel_from_section): Transformed...
2001-09-30  Hans-Peter Nilsson * Makefile.am: Update dependencies with "make dep...
2001-09-30  Stephane Carrez * config/tc-m68hc11.c (cmp_opcode): Define prototype.
2001-09-30  H.J. Lu2001-09-29 H.J. Lu <hjl@gnu.org>
2001-09-27  Nick CliftonAdd missing function protoypes.
2001-09-26  Jeff Johnston2001-09-26 Jeff Johnston <jjohnstn@redhat.com>
2001-09-25  Alan Modra * listing.c (buffer_line): Don't write past the end...
2001-09-25  Alexandre Oliva* config/tc-mn10300.c (tc_gen_reloc): Don't emit an...
2001-09-24  Nick Cliftonfix compile time warning messages
2001-09-22  Nick CliftonFix compile time warnings
2001-09-21  Alan Modra * config/tc-openrisc.c: Don't include <ctype.h>.
2001-09-20  Nick CliftonAdd option -mwarn-areg-zero.
2001-09-19  Alan Modra * config/tc-i370.c: Fix typo in last change.
2001-09-19  Nick CliftonImprove documentation on local labels and add documenat...
2001-09-19  H.J. LuLocale changes from Bruno Haible <haible@clisp.cons...
2001-09-18  Nick Cliftons390 assembler improvements and testsuite
2001-09-18  Alan Modra * dwarf2dbg.c (dwarf2_directive_file): Avoid signed...
2001-09-15  Hans-Peter Nilsson * config/tc-sh.h (sh_force_relocation): Prototype.
2001-09-14  Eric Christopher2001-09-14 Eric Christopher <echristo@redhat.com>
2001-09-14  Nick CliftonAdd support for arm-openbsd target
2001-09-14  Thiemo Seufer /bfd/ChangeLog
2001-09-12  Thiemo Seufer * config/tc-mips.c (append_insn): Don't rightshift...
2001-09-11  Richard Henderson * config/tc-alpha.c (alpha_elf_section_letter...
2001-09-11  Jakub Jelinek * config/obj-elf.c (obj_elf_parse_section_letters...
2001-09-09  Alan ModraOops, one "likewise" had an intervening entry.
2001-09-09  Alan Modra * expr.c (expr): Move code setting "retval" to the...
2001-09-08  Eric Christophermischeckin. fixed.
2001-09-08  Eric Christopher2001-09-07 Eric Christopher <echristo@redhat.com>
2001-09-08  Richard Henderson * config/tc-alpha.c (alpha_reloc_op_tag): Repla...
2001-09-07  Jakub Jelinek * config/tc-sparc.c (md_apply_fix3): Handle relocs...
2001-09-07  Thiemo Seufer Fix wrong ChangeLog entries
2001-09-07  Thiemo Seufer Reallow unrestricted use of .set mipsX pseudo-op in...
2001-09-07  Thiemo Seufer * elf32-mips.c (mips_elf_calculate_relocation): Fix...
2001-09-06  Thiemo Seufer * gas/mips/tmips16-f.d: New file, testcase for big...
2001-09-05  Richard Henderson * config/tc-ia64.c (FUNC_IPLT_RELOC): New.
2001-09-05  Richard Henderson * config/tc-alpha.c (struct alpha_insn): Make sequenc...
2001-09-05  Jeff LawTue Sep 4 20:06:09 2001 Jeffrey A Law (law@cygnus...
2001-09-05  Jeff Law * tc-h8300.c (tc_gen_reloc): Give an error if we try...
2001-08-31  Jeff Law * config/tc-h8300.c (build_bytes): For OBJ_ELF...
2001-08-31  Eric Christopher2001-08-31 Eric Christopher <echristo@redhat.com>
2001-08-31  Jeff Law * tc-h8300.c (relocation mappings): Remove...
2001-08-30  Joern Rennecke * gas/h8300/h8300.exp (do_h8300_cbranch): Remove invoc...
2001-08-30  Jeff LawNuts. Checked in wrong version of previous patch....
2001-08-30  Jeff LawThu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redha...
2001-08-29  Jeff Law * tc-h8300.c: If OBJ_ELF, include elf/h8.h...
2001-08-29  Jeff Law * config/tc-h8300.c (h8300hmode): Record the machine...
2001-08-29  Phil Blundell2001-08-29 Joel Sherrill <joel@OARcorp.com>
2001-08-29  Jeff Law * lib/gas-defs.exp: (regexp_diff) At verbosity...
2001-08-29  Jeff Law * configure.in: Add case for h8300-*-elf.
2001-08-29  Joern RenneckeTypo fix.
2001-08-29  Joern Rennecke * doc/internals.texi (MD_PCREL_FROM_SECTION): Change
2001-08-27  Thiemo Seufer * tc_mips.c (load_address): Reflect change to MAX_GPRE...
2001-08-27  Alan Modra * gas/macros/macros.exp: xfail powerpc-*-aix.
2001-08-27  Alan Modra * configure.in: Recognise powerpc*le*, not just powerp...
2001-08-26  Andreas Jaeger * config/tc-s390.c: Add missing prototypes
2001-08-26  Thiemo Seufer * tc_mips.h (MAX_GPREL_OFFSET): Change it to the maxim...
2001-08-25  Thiemo Seufer * binutils-all/readelf.exp: Don't regard mips*el-...
2001-08-24  Andreas Jaeger * config/tc-ppc.h: Fix prototype declaration.
2001-08-23  Jakub Jelinek * config/tc-ia64.c (dot_endp): Set function symbol...
2001-08-21  Thiemo Seufer * tc_mips.c (md_begin): Warn about incompatibility...
2001-08-21  Thiemo Seufer * config/tc-mips.c (md_parse_option): #ifdef the
2001-08-21  Richard Henderson * config/tc-alpha.h (MD_APPLY_FIX3): Define.
2001-08-18  H.J. Lu2001-08-18 H.J. Lu <hjl@gnu.org>
2001-08-18  Thiemo Seufer * config/tc-mips.c (S_EX_*): New enum for my_getSmallE...
2001-08-17  H.J. Lu2001-08-17 H.J. Lu <hjl@gnu.org>
2001-08-17  Alan Modra * ecoff.c (ecoff_frob_symbol): Remove casts from bfd_g...
2001-08-16  Thiemo SeuferSet MIPS n32 ABI flag in ELF header if appropriate.
2001-08-16  Thiemo SeuferAdd support for MIPS R1[02]000 performance counter...
2001-08-16  Thiemo SeuferRemove obsolete special handling of 64bit Relocations.
2001-08-14  Jeff Johnston2001-08-14 Jeff Johnston <jjohnstn@redhat.com>
2001-08-13  Nick CliftonAdd missing prototypes
2001-08-13  Andreas Jaeger * config/tc-s390.c (s390_elf_cons): Correct fixups...
2001-08-12  Nick CliftonExtend unaligned test to check .uaword with mulitple...
2001-08-12  Nick CliftonFix behaviour of unaligned data directives
2001-08-11  Kazu Hirata * config/tc-mips.c: Fix a comment typo.
2001-08-10  H.J. Lu2001-08-10 H.J. Lu <hjl@gnu.org>
2001-08-10  Richard Sandiford * gas/mips/mips-gp32-fp32.d: Expect addu rather than...
2001-08-10  Richard Sandiford * config/tc-mips.c (move_register): New function.
2001-08-10  Andreas Jaeger * configure.in: Add -Wstrict-prototypes and -Wmissing...
2001-08-10  Alan Modra * as.h (alloca): Don't declare if __GNUC__. Remove...
2001-08-10  Alan ModraMove one entry from gas/ChangeLog to gas/testsuite...
2001-08-10  Alan ModraRevert 2001-08-08 changes.
2001-08-09  Alan Modra * symbols.c: Add missing prototypes.
2001-08-08  Alan Modra * config/tc-ppc.c (md_apply_fix3): Replace haphazard...
2001-08-08  Alan Modra * config/obj-elf.c (elf_copy_symbol_attributes): Make...
2001-08-08  Alan Modra * output-file.c (output_file_create): Don't try to...
2001-08-07  Thiemo SeuferReplace a bunch of magic constants in tc-mips.c with...
2001-08-07  Thiemo SeuferSome formatting fixes and assorted cleanup in tc-mips.c.
2001-08-07  Thiemo Seufer * config/tc-mips.c (md_begin): Take -mcpu value into...
2001-08-07  Thiemo Seufer * mips-dis.c (print_insn_arg): Don't use software...
2001-08-05  H.J. Lu2001-08-04 H.J. Lu <hjl@gnu.org>
2001-08-05  H.J. Lu2001-08-04 H.J. Lu <hjl@gnu.org>
2001-08-03  Richard Sandiford * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
2001-08-03  Richard Sandiford*** empty log message ***
2001-08-03  Richard Sandiford * config/tc-mips.c (md_apply_fix): Don't subtract...
2001-08-02  Richard Sandiford * gas/mips/mips-gp32-fp32,
2001-08-02  Richard Sandiford * doc/c-mips.tex (-mgp32, -mfp32): Added -mfp32, unifi...
next
This page took 0.04443 seconds and 7 git commands to generate.