aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
1997-09-22don't sanitize out empty directories if they're not here (e.g., 'cvs co -P')Ken Raeburn1-2/+4
1997-09-21Fixed sanitization bugs.Nick Clifton1-0/+8
1997-09-21Removed v850eq sanitization.Nick Clifton2-83/+11
1997-09-20Remove use of sanitization to select target CPU. This is now done basedNick Clifton1-4/+36
1997-09-19 * config/tc-sparc.c: (lookup_arch,init_default_arch): New functions.David Edelsohn1-4/+0
1997-09-19Reset processor mask if specified by command line switchNick Clifton1-1/+2
1997-09-18Oops - fixed typos in previous delta.Nick Clifton1-2/+2
1997-09-18Proced error messages when special data are relocations are used onNick Clifton1-10/+30
1997-09-18 * config/tc-sparc.c: Reorganize file.David Edelsohn1-853/+805
1997-09-18Added code to cope with a constant offset to a ZDA relocation.Nick Clifton1-2/+7
1997-09-18 * config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names.David Edelsohn1-2/+2
1997-09-18Remove arc sanitization.David Edelsohn1-8/+2
1997-09-18v850 files that weren't being removed if !keep-v850Felix Lee1-2/+6
1997-09-18Corrected spelling mistake!Nick Clifton1-1/+1
1997-09-17Added support for ctoff() reloc prefix.Nick Clifton1-76/+115
1997-09-16Add support for a 16 bit relocation against the TDA register!Nick Clifton1-5/+8
1997-09-16Added checking of instructions against target cpu.Nick Clifton2-2/+40
1997-09-10Fixed sanitizationNick Clifton2-7/+7
1997-09-10Support tx19 sanitation.Gavin Romig-Koch1-0/+29
1997-09-09Add new holio() reloc prefix.Nick Clifton1-22/+65
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