aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-19* tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed fromRichard Earnshaw1-260/+259
2002-01-192002-01-18 Richard Earnshaw <rearnsha@arm.com>Richard Earnshaw1-6/+38
2002-01-192002-01-19 Keith Walker <keith.walker@arm.com>Richard Earnshaw1-0/+2
2002-01-18* NEWS: Mention new ARM command-line options and VFP support.Richard Earnshaw1-467/+716
2002-01-15Support for VFP instructionsRichard Earnshaw1-28/+1174
2002-01-15* tc-arm.c (md_parse_option): Tidy up setting of cpu_variant forRichard Earnshaw1-21/+15
2002-01-14* tc-arm.c (md_longopts): On targets that aren't bi-endian, supportRichard Earnshaw1-1/+14
2002-01-14* tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi optionRichard Earnshaw1-2/+2
2002-01-14* tc-arm.c (all error messages): Normalize capitalization of messages.Richard Earnshaw1-100/+145
2002-01-11* tc-arm.c ((do_ldst): Fix handling an immediate expression pseudoRichard Earnshaw1-22/+38
2002-01-10* tc-arm.c (struct reg_entry): Move before prototypes.Richard Earnshaw1-468/+730
2001-12-06* tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt, do_ldmstm)Richard Earnshaw1-332/+164
2001-12-05* tc-arm.c (struct asm_opcode): Delete comp_suffix and flags. AddRichard Earnshaw1-749/+1169
2001-12-04Only clear cpu part when specifying 'xscale' cpu (don't change the fpu part)Nick Clifton1-1/+2
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-8/+6
2001-11-02* tc-arm.c: Re-arrange prototypes by architecture.Richard Earnshaw1-144/+166
2001-10-31General cleanup of feature definitions.Richard Earnshaw1-209/+230
2001-10-202001-10-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-4/+4
2001-10-19Restore line_comment_chars after a SNAFU.Nick Clifton1-1/+1
2001-10-18Remove semicolon from ARM comment chars listNick Clifton1-1/+1
2001-10-13Replace CONST with constNick Clifton1-51/+51
2001-10-09 * config/tc-arm.c: Change MAVERIK to MAVERICK.Aldy Hernandez1-84/+84
2001-10-08updated creditsAldy Hernandez1-0/+1
2001-10-08 * gas/config/tc-arm.c (ARM_EXT_MAVERIK): New macro.Aldy Hernandez1-1/+743
2001-09-27Add missing function protoypes.Nick Clifton1-1/+4
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-10/+10
2001-06-27Use MVN to build simple inverted constants.Nick Clifton1-24/+39
2001-06-21Allow adrCCl. [Patch from Phillip BLundel]Nick Clifton1-47/+29
2001-06-19Restore file accidentally deleted during man page cleanupNick Clifton1-0/+8897
2001-06-19Remove auot generated man pagesNick Clifton1-8897/+0
2001-06-192001-06-18 Philip Blundell <philb@gnu.org>Phil Blundell1-0/+5
2001-06-142001-06-13 Philip Blundell <philb@gnu.org>Phil Blundell1-1/+1
2001-06-12fix test for overlflow of literal poolNick Clifton1-1/+1
2001-05-11When truncating an aligned block, ensure that the low order bits of theNick Clifton1-1/+1
2001-05-06Do not insert more than MAX_MEM_FOR_RS_ALIGN_CODE bytes.Nick Clifton1-13/+16
2001-05-02Fix indentation and parenthesisNick Clifton1-6/+6
2001-05-02Add gas and ld support for openriscNick Clifton1-0/+11
2001-05-02imprrove error messageNick Clifton1-1/+1
2001-04-26Add ability to pad code alignment frags with no-ops.Nick Clifton1-0/+96
2001-03-25Automate generate on man pagesNick Clifton1-1/+32
2001-03-12Always set machine type based on cpu_variant.Nick Clifton1-21/+18
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-03-06Fix BLX(1) for ThumbNick Clifton1-0/+9
2001-02-122001-02-12 Philip Blundell <pb@futuretv.com>Phil Blundell1-5/+19
2001-01-19Remove redundant bit from "fa" and "da" flagsNick Clifton1-4/+4
2001-01-11Allow ADRL relocs to be adjusted in arm-coffNick Clifton1-0/+16
2000-12-032000-12-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-70/+69
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton1-114/+1321
2000-11-17Add support for .line and .file pseudo ops.Nick Clifton1-2/+4
2000-11-17 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.Richard Henderson1-12/+2