aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-142000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-1/+1
2000-11-05Add include of "dwarf2dbg.h"Nick Clifton1-0/+1
2000-11-02Preserve copy of case clobber opcodes so that .req pseudo op worksNick Clifton1-1/+6
2000-11-022000-11-02 Theo Honohan <th@futuretv.com>Phil Blundell1-1/+1
2000-10-27handle lower cased cpsr and spsrAldy Hernandez1-14/+7
2000-10-25Add --gdwarf2 support to ARM toolchainNick Clifton1-9/+21
2000-09-152000-09-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-10/+10
2000-09-082000-09-08 Philip Blundell <philb@gnu.org>Phil Blundell1-1/+1
2000-08-18Replace as_tsktsk with as_warn.Nick Clifton1-2/+2
2000-08-17Minor formatting changesNick Clifton1-5/+5
2000-08-17Allow illegal shifts by zero to be recorded as logical shift lefts by zero.Nick Clifton1-6/+12
2000-08-16Tidy up decoding of shift based addressing modes.Nick Clifton1-88/+118
2000-08-16Warn abouyt "bx pc" not being very useful.Nick Clifton1-0/+2
2000-08-14Allow "bx pc" in ARM mode.Nick Clifton1-2/+1
2000-08-02Undo some formatting fixesNick Clifton1-412/+403
2000-08-01Fix skip of 'cpsr_all' flagNick Clifton1-1/+1
2000-08-012000-08-01 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-1104/+1205
2000-07-04* config/tc-arm.c (psrs): Accept combinations of flags.Alexandre Oliva1-0/+121
2000-06-25Fix spelling typos.Nick Clifton1-2/+4
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-4/+0
2000-06-08Assign correct reloc value to size 1 constant valued fixes.Nick Clifton1-5/+6
2000-06-02is_end_of_line fixes.Alan Modra1-2/+2
2000-06-01The ARM assembler is not assembling the following instructionScott Bambrough1-2/+5
2000-05-15Add support for _x and _s flags to MSR instructionNick Clifton1-138/+166
2000-04-24Document behaviour of .align 0 for ARM targets.Nick Clifton1-2/+0
2000-04-13Remove U suffix from constants for K&R compilers.Alan Modra1-6/+6
2000-04-08Add support for BFD_RELOC_{ARM|THUMB}_PCREL_BLX relocs.Nick Clifton1-1/+25
2000-03-29Add "bal" instruction pattern.Nick Clifton1-0/+1
2000-03-19fix bug detecting pc-rel overflowNick Clifton1-2/+1
2000-03-17Fix adr pseudo op for Thumb.Nick Clifton1-7/+12
2000-03-17minor formatting improvementsNick Clifton1-111/+116
2000-03-17fix compile time warning messagesNick Clifton1-23/+23
2000-03-17Handle same-section relocations where the destination is at an address >=Nick Clifton1-4/+54
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton1-5/+21
2000-01-31Add ATPCS register naming supportNick Clifton1-4/+13
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton1-5/+7
1999-12-22fix formattingNick Clifton1-6/+5
1999-12-22Apply patch from Philip Blundell to allow .previous to work for arm-elfNick Clifton1-0/+8
1999-12-14Add support for -marm720 command line switchNick Clifton1-0/+1
1999-11-29Fix .force_thumbNick Clifton1-5/+6
1999-11-16tc-arm.c: minor changes and support for upcoming V5E variant.Donald Lindsay1-28/+75
1999-10-28 * config/tc-arm.c (reg_required_here): Improve comments.Jeff Law1-2/+4
1999-10-28 * config/tc-arm.c (thumb_opcode): Add "variants" field.Jeff Law1-56/+57
1999-10-27 * tc-arm.c (bad_args, bad_pc): Renamed to BAD_ARGS and BAD_PCJeff Law1-76/+76