aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-27fix compile time warningsNick Clifton1-1/+1
1999-09-22Rename MULTI_SET_PSR to LDM_TYPE_2_OR_3Nick Clifton1-2/+2
1999-09-08Only support interworking and pic for ELF or COFF targetsNick Clifton1-0/+4
1999-09-01slight code improvement over previous deltaNick Clifton1-1/+2
1999-09-01Do not align sectins when producing ELF format objects.Nick Clifton1-3/+1
1999-08-18If an offset is invalid, display it.Nick Clifton1-7/+9
1999-08-16Look for register conflicts on stores as well as loads.Nick Clifton1-18/+17
1999-08-13Only pass positive values to validate_offset_imm()Nick Clifton1-16/+19
1999-08-12Tidy up formatting.Nick Clifton1-261/+194
1999-07-30Fix up vtable entry relocsCatherine Moore1-0/+5
1999-07-15Apply patch from Philip Blundell <pb@nexus.co.uk>Nick Clifton1-33/+4
1999-07-05Add support for armv5 architectureNick Clifton1-31/+188
1999-06-22 * config/tc-arc.c (get_arc_exp_reloc_type): Change uses ofIan Lance Taylor1-1/+1
1999-06-21 * config/tc-arm.c (ldst_extend): Add parentheses to avoidIan Lance Taylor1-10/+15
1999-06-21Use symbol_get_bfdsym() macroNick Clifton1-2/+1
1999-06-21Include struc-symbol.h so that symbol structure definition is available.Nick Clifton1-1/+2
1999-06-18Patches for eCos: Dump literal pool on section change. Mark thumb functionNick Clifton1-30/+162
1999-06-13(tc_gen_reloc): Fix handling of GOTPC relocs.Ulrich Drepper1-1/+4
1999-06-10Add support for ARM920 and ARM920tNick Clifton1-1/+7
1999-06-03 * config/tc-arm.h: Update for symbol handling changes.Ian Lance Taylor1-28/+12
1999-05-29Include pipeline offset in addend unless dealing with an old ABI.Nick Clifton1-9/+7
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+6857