| Age | Commit message (Expand) | Author |
| 2000-01-24 | Handle arbitrarily long input lines. | mycroft |
| 1999-12-14 | Accept %fp as an alias for %a6 (prefix *MUST* be present for this alias | thorpej |
| 1999-11-09 | Hack in (quite brutally, I might add) a flag to warn about missing | thorpej |
| 1999-10-21 | Define `%' as the register name prefix, like the ELF assembler, and allow | thorpej |
| 1999-07-30 | Don't use GNU malloc() any more. | mycroft |
| 1999-01-14 | Make REGISTER_PREFIX actually work, and add a REGISTER_PREFIX_OPTIONAL compile- | kleink |
| 1998-11-24 | Don't overwrite the n_other field, either. | mycroft |
| 1998-11-24 | Also avoid frobbing the EXT bit. | mycroft |
| 1998-11-24 | Er, exempt only set symbols from being frobbed. | mycroft |
| 1998-11-24 | Do not screw with debugging symbols that have forward references. | mycroft |
| 1998-10-07 | ctype(3) functions do NOT take value of "char", but "unsigned char" plus EOF | itohy |
| 1998-08-20 | Beginning's of PIC support. | matt |
| 1998-08-17 | Check `right', not `resultP' for null. | tv |
| 1998-08-17 | If _GLOBAL_OFFSET_TABLE_ is being referenced, don't do the special (Ln-.) | tv |
| 1998-07-26 | const poisoning. | mycroft |
| 1997-11-12 | Make sure numeric escapes are limited to 3 characters. | augustss |
| 1997-10-31 | This was never supposed to be here. | mycroft |
| 1997-10-25 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-09-19 | Don't use <machine/param.h> as it doesn't work for cross-compiles. | jeremy |
| 1997-09-19 | Notes on how to build a cross-assembler with TARGET_MACHINE_ARCH. | jeremy |
| 1997-09-19 | Change the framework to allow the building of a cross-assembler when | jeremy |
| 1997-09-05 | add %cr4 to as (from freebsd) | chuck |
| 1997-06-23 | oops, fix error in previous. | mrg |
| 1997-06-23 | install all man pages. | mrg |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-05-11 | back out last change, not needed | mikel |
| 1997-05-11 | use $(.CURDIR) to find config/Makefile.$(MACHINE_ARCH); from Thorsten | mikel |
| 1997-04-19 | make sure that arch-specific makefiles exist before they're included. | cgd |
| 1997-04-12 | Add Pentium and Pentium Pro specific instructions (adapted from a newer | jtc |
| 1997-03-24 | Makefile cleanups | christos |
| 1997-03-09 | Fix `L2-L1' expression evaluation botch (from Urban Boquist; PR#3296) | pk |
| 1997-03-04 | Add missing variant of the `iflush' instruction (Michael Ericson; PR#3287). | pk |
| 1996-12-21 | Set EXTERNAL bit on `.weak' declarations. | pk |
| 1996-11-03 | Add machine dependent code for NetBSD/powerpc | ws |
| 1996-11-03 | N_EXT has different meaning on debugging symbols | ws |
| 1996-11-03 | Free() doesn't return a value. | ws |
| 1996-11-03 | RELOC_* is defined in <machine/reloc.h> for NetBSD/powerpc | ws |
| 1996-11-03 | Align static bss symbols properly (stolen essentially from binutils 2.6) | ws |
| 1996-11-03 | Allow compilation on machines where chars are unsigned | ws |
| 1996-05-12 | cheezy hack that adds -m68060 as a synonym for -m68040 | jtc |
| 1996-05-11 | Change the segment mov constraint to WordReg|WordMem, to disallow 8-bit memory | mycroft |
| 1996-05-03 | Extend memory class of the `mov' instruction (PR#2370). | pk |
| 1996-04-18 | md_parse_arg: `-K' implies `-k'. | pk |
| 1996-04-14 | Accept `-K' as equivalent to `-k' (except the ns32k which already handles -K). | pk |
| 1996-04-05 | Fix for hangs on the form 0fInf. (Fix from PR 2279) | phil |
| 1996-04-01 | Recognise ".double 0fInf" as suggested by Matthias Pfaller (PR#2280). | pk |
| 1996-02-28 | Remove a compiler warning. (Matthias Pfaller, PR2104) | phil |
| 1996-02-16 | Declare `md_reloc_size' as a const. | pk |
| 1996-01-18 | Fix md_parse_option() to reject bad options. | mycroft |
| 1995-12-21 | Add some casts for GCC. | mycroft |