aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-v850.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-30Fix PR 17042 - Do not attempt to resolve offsets to symbols in other sectionsNick Clifton1-41/+50
1998-07-10Changed format of help outputNick Clifton1-11/+10
1998-06-23Fixed testsuite macros/reloc.s failure.Nick Clifton1-6/+12
1998-06-11Create v850 special sections upon demand.Nick Clifton1-11/+120
1998-06-08Mon Jun 8 09:45:00 1998 Catherine Moore <clm@cygnus.com>Catherine Moore1-0/+11
1998-06-03config/tc-v850.c (md_begin): Don't create special sections by default.Catherine Moore1-59/+41
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-56/+66
1998-02-02Improve error reporting for PR14724Nick Clifton1-35/+73
1998-01-28Display instruction when an insertion error is encountered.Nick Clifton1-106/+121
1998-01-27Fix PRs 14721, 14722, 14723Nick Clifton1-23/+52
1997-12-11sanitization fixes. (files not mentioned, fences misspelled)Felix Lee1-2/+1
1997-12-04Added missing sanitization markers.Nick Clifton1-0/+2
1997-12-03Brought up to date with respect to the branchNick Clifton1-63/+140
1997-10-11Jim fixed the fixups for conditional and unconditional branches.Nick Clifton1-46/+326
1997-09-21Removed v850eq sanitization.Nick Clifton1-26/+7
1997-09-20Remove use of sanitization to select target CPU. This is now done basedNick Clifton1-4/+36
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-18Added code to cope with a constant offset to a ZDA relocation.Nick Clifton1-2/+7
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 Clifton1-2/+26
1997-09-10Fixed sanitizationNick Clifton1-1/+1
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 Clifton1-19/+50
1997-09-08Added -mwarn_unsigned_overflow so that defuault is to treat unsignedNick Clifton1-1/+12
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 Clifton1-182/+304
1997-09-02* config/tc-v850.c (md_assemble): Use opcode->name instead ofAndrew Cagney1-1/+7
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-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-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-21 * config/tc-v850.c (system_registers): Fix ordering of registers.Jeff Law1-5/+10
1996-10-29 * config/tc-v850.c (md_convert_frag): Make sure we insert theJeff Law1-5/+5
1996-10-29 * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fixJeff Law1-2/+2
1996-10-29 * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.Jeff Law1-95/+150
1996-10-25 * config/tc-v850.c (v850_reloc_prefix): Several disgustingJeff Law1-21/+51
1996-10-24 * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.Jeff Law1-0/+47
1996-10-23 * config/tc-v850.c (md_pseudo_table): Add .word; allocatesJeff Law1-0/+1