aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
1997-09-09Add new pseudo ops: .v850, .v850e and .v850eq to specify the target processor.Nick Clifton1-0/+14
1997-09-08Only test for immediaqte overflow if there is no insertion function.Nick Clifton1-41/+42
1997-09-08Add command line option to specify processor type.Nick Clifton2-22/+63
1997-09-08Added -mwarn_unsigned_overflow so that defuault is to treat unsignedNick Clifton1-1/+12
1997-09-07tx19 and related necessary changes.Gavin Romig-Koch1-1/+17
1997-09-03Removed v850 sanitization.Nick Clifton1-16/+2
1997-09-03Removed the BFD_RELOC_V850_16_PCREL.Nick Clifton1-10/+24
1997-09-02Support for new relocations added. Support for SDA/TDA/ZDA sections added.Nick Clifton2-197/+328
1997-09-02* config/tc-v850.c (md_assemble): Use opcode->name instead ofAndrew Cagney1-1/+7
1997-08-29SH4 assembler extensions.Joern Rennecke1-0/+32
1997-08-26 * config/tc-alpha.c (load_expression): Check explicitly for O_big,Ian Lance Taylor1-5/+57
1997-08-26Use address size prefix for loopw as for jcxz.Ian Lance Taylor1-1/+7
1997-08-26 * config/tc-i386.c (md_assemble): In JumpByte case, when lookingIan Lance Taylor1-2/+18
1997-08-25Set machine architecture and type.Nick Clifton1-0/+12
1997-08-25Support constant expressions as register lists.Nick Clifton1-21/+101
1997-08-25Switch from C++ style comment to C style.Nick Clifton1-2/+2
1997-08-22Add support for curly brace register list syntax.Nick Clifton1-33/+111
1997-08-21Fixed v850_section to cope with original section styles as well.Nick Clifton1-15/+8
1997-08-21Added support for NEC style assembler pseudo ops:Nick Clifton1-14/+90
1997-08-19Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>Fred Fish1-1/+1
1997-08-18Add support for v850e and v850eq targets.Nick Clifton1-56/+7
1997-08-14Fixed typo in previous delta and added more sanitization.Nick Clifton1-64/+289
1997-08-14oops - fixed typo.Nick Clifton1-5/+5
1997-08-14Tidied up the sanitization.Nick Clifton1-7/+28
1997-08-14Added support for v850e and v850eq instructions.Nick Clifton1-2/+59
1997-08-12 * as.h (enum _relax_state): Add rs_leb128.Richard Henderson2-2/+2
1997-08-06 * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set.Ian Lance Taylor12-22/+0
1997-08-06 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-1/+1
1997-08-04 * config/tc-mips.c (macro): Fix handling of a double load from aIan Lance Taylor1-3/+13
1997-07-31 * config/tc-v850.c (md_assemble): Sign extend constants valueJeff Law1-6/+21
1997-07-29 * config/tc-v850.c (md_assemble): Turn on fx_no_overflow forJeff Law1-0/+9
1997-07-24 * config/tc-tic80.c (build_insn): Remove "extended" and replace withFred Fish1-13/+22
1997-07-22 * config/tc-sparc.c (last_opcode): New static local.David Edelsohn1-13/+34
1997-07-21 * config/tc-v850.c (system_registers): Fix ordering of registers.Jeff Law1-5/+10
1997-07-16 * config/tc-tic80.c (build_insn): Initialize extended word to zeroFred Fish1-0/+1
1997-07-15 * config/tc-mips.c (macro_build): Restore check of fmt argument.Ian Lance Taylor1-41/+48
1997-07-15 * config/tc-tic80.c (build_insn): Fix endianness problem withFred Fish1-10/+6
1997-07-14 * config/tc-mips.c (check_absolute_expr): Change warning toIan Lance Taylor1-1/+1
1997-07-11 * config/tc-mips.c (macro_build): Refine code to check if anJeff Law1-37/+59
1997-07-08 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndefIan Lance Taylor1-2/+9
1997-07-02 * config/obj-coff.c (fixup_segment): Never subtract sectionIan Lance Taylor1-14/+30
1997-06-27Remove brokeness in PowerPC asmMichael Meissner1-14/+13
1997-06-16Mon Jun 16 19:12:51 1997 Geoff Keating <geoffk@ozemail.com.au>Ian Lance Taylor1-21/+25
1997-06-16 * config/tc-ppc.c (ppc_insert_operand): In 32 bit mode, with aIan Lance Taylor1-12/+55
1997-06-16 * config/tc-i386.c (i386_operand): Use alloca rather than a fixedIan Lance Taylor1-29/+45
1997-06-10Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-2/+2
1997-06-10Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-142/+282
1997-06-09 * config/tc-m68k.c (md_section_align): If a.out and BFD, forceIan Lance Taylor1-3/+30
1997-06-06 * config/tc-sh.h (md_cons_align): Define.Ian Lance Taylor1-190/+496
1997-06-03Merged in the changes from the armT-970328-branch.Nick Clifton1-8/+23