summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas
AgeCommit message (Expand)Author
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08correct lcall opcode. fix provided by Hans-Joerg HoexerFederico G. Schwindt
2002-08-09Incorrect assembly statements are fatal errors, not warnings. Doh. HowMiod Vallat
2002-07-23Add pshufw insn so ogle compiles without the need for a recent gas.Federico G. Schwindt
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> viaFederico G. Schwindt
2002-07-16add 2 operand variants for shld and shrd. this makes possible to compileFederico G. Schwindt
2002-07-12Add MMX extensions. This does not include SSE/MMX extensions.Federico G. Schwindt
2002-06-26Actually use m68k-aliases (forgot to commit this...)Marc Espie
2002-06-24opcode aliases, mostly taken from recent binutils.Marc Espie
2002-04-20use snprintf more; millert okTheo de Raadt
2002-04-20use _exit() in signal handler; millert okTheo de Raadt
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod Vallat
2001-12-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
2001-11-24Update mvme88k MID value here too.Miod Vallat
2001-11-14Change Vax aout magic and set binary page size to 4k.Hugh Graham
2001-09-17slightly better error messageMarc Espie
2001-09-14typo. Those are named 4byte/2byte, no s.Marc Espie
2001-09-06Add stbar to the opcodes list; art@ ok.Federico G. Schwindt
2001-09-05remove work-around for _GLOBAL_OFFSET_TABLE_, now that the last piecesMarc Espie
2001-08-07tree must buildHugh Graham
2001-08-01Add `newer' gas balign/p2align/2bytes/4bytes.Marc Espie
2001-07-25Fix compilation on mvme88k (until binutils are ready).Miod Vallat
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-07-26avoid indexing into arrays using signed chars; discovered by fuzzTheo de Raadt
2000-05-27gas recognizes m68020/30/40/60... doubtful it does anything usefulMarc Espie
1999-12-07Handles -I without filename correctly.Marc Espie
1999-08-31Support fxch abreviated formMarc Espie
1999-06-16in case this is ever used by sparcTheo de Raadt
1999-06-15Fix thoroughly broken PIC code.Marc Espie
1999-04-30GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out.Marc Espie
1999-01-23- make sure PIC patch is properly tagged, eg., code compiles without -DPICMarc Espie
1998-11-16Fix `L2-L1' expression evaluation botch; from NetBSD.Jason Wright
1998-11-01mvme88k changes. Fixed killer bug in xcr instruction.Steve Murphree
1998-07-03Fix assembly of cmov* instructions. This instruction does not have the W bitTobias Weingartner
1998-04-26We are not SysV, My recent code triggered this breakage, downsj noted it.Niklas Hallqvist
1998-04-25Improved cross-compilability (from non-a.out host)Niklas Hallqvist
1998-02-28A merge of the late resolution of symbols code Ian Lance Taylor added toNiklas Hallqvist
1998-02-17this diff is now validTheo de Raadt
1998-02-16undo expr.c diff; it breaks things. niklas must recheckTheo de Raadt
1998-02-15date: 1998/01/10 05:36:35; author: jdp; state: Exp; lines: +2 -1Niklas Hallqvist
1998-02-15Merge of NetBSD changes + $OpenBSD$ tagsNiklas Hallqvist
1997-11-05lowercase first use of nameTheo de Raadt
1997-11-05interpret the following as " 040" and not as " "; augustss@cs.chalmers.seTheo de Raadt
1997-09-04add %cr4 (from freebsd)chuck
1997-04-24fix subtle bug in the m88k assembler, without this fix it would not assembleDale S. Rahn
1997-04-23Commit the gas and ld portions for the mvme88k port.Dale S. Rahn
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-01-27define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-mojMats O Jansson