summaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
Commit message (Expand)AuthorAgeFilesLines
* * config/tc-a29k.h: Fix comment typos.Kazu Hirata2003-11-221-3/+3
* * config/tc-a29k.h: Fix comment typos.Kazu Hirata2003-11-211-12/+12
* * config/tc-arm.c (arm_elf_change_section): Not static.Ben Elliston2003-11-141-1/+1
* Add support for ARM ELF Mapping symbolsNick Clifton2003-11-131-0/+178
* * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.Nick Clifton2003-11-061-101/+190
* Fix up error messages for Maverick.Nick Clifton2003-10-211-2/+2
* * config/tc-arm.c (do_iwmmxt_byte_addr): Reject controlIan Lance Taylor2003-10-171-0/+5
* Add support for unindexed form of Addressing Mode 5Nick Clifton2003-08-191-8/+82
* * config/tc-arm.c (arm_archs): Add iwmmxt.Daniel Jacobowitz2003-07-231-0/+1
* * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.Richard Earnshaw2003-06-131-0/+19
* Move .file and .loc pseudo ops into obj-elf.cNick Clifton2003-05-211-2/+0
* 2003-04-02 Philip Blundell <philb@gnu.org>Phil Blundell2003-04-021-0/+1
* Fixes for iWMMXt contribution.Nick Clifton2003-04-011-179/+257
* Add iWMMXt supportNick Clifton2003-03-251-2/+938
* Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverickw32api-2_2Nick Clifton2003-02-101-0/+9
* * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra2003-01-231-5/+3
* * config/tc-a29k.c (insert_sreg): Prototype.Alan Modra2002-12-121-0/+2
* * config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.Alan Modra2002-12-051-20/+27
* * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATEAlan Modra2002-12-031-4/+9
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-149/+149
* Allow BKPT instruction to be specified without an operand. Add a test for this.Nick Clifton2002-11-291-4/+10
* Allow an absolute reference to _GLOBAL_TABLE_OFFSET_ to be converted intoNick Clifton2002-10-231-1/+1
* Note that an implemented BFD_RELOC_ARM_IMMEDIATE has been done.Nick Clifton2002-09-171-6/+29
* gas reloc rewrite.Alan Modra2002-09-051-16/+8
* Add sh-nto supportNick Clifton2002-08-221-3/+2
* Ensure that offset to literal pool is computed using signed arithmetic so thatNick Clifton2002-08-011-7/+12
* Add per-section and per-sub-section literal pools.Nick Clifton2002-07-301-117/+123
* * as.c: Replace CONST with const.Alan Modra2002-06-081-1/+1
* For the Thumb BLX reloc round the relocation up rather than down.Nick Clifton2002-05-231-13/+11
* COFF: Dump literal pool when changing sections.Nick Clifton2002-05-221-4/+7
* Remove redundant call to listing_prev_lineNick Clifton2002-05-141-1/+0
* Remove redundant call to listing_prev().Nick Clifton2002-05-131-1/+0
* * config/obj-coff.c: Fix formatting.Kazu Hirata2002-05-091-45/+45
* Do not convert a subtract of zero into an add of zero.Nick Clifton2002-05-021-3/+5
* Fix typoNick Clifton2002-03-211-1/+1
* * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed fromRichard Earnshaw2002-01-191-260/+259
* 2002-01-18 Richard Earnshaw <rearnsha@arm.com>Richard Earnshaw2002-01-191-6/+38
* 2002-01-19 Keith Walker <keith.walker@arm.com>Richard Earnshaw2002-01-191-0/+2
* * NEWS: Mention new ARM command-line options and VFP support.Richard Earnshaw2002-01-181-467/+716
* Support for VFP instructionsRichard Earnshaw2002-01-151-28/+1174
* * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant forRichard Earnshaw2002-01-151-21/+15
* * tc-arm.c (md_longopts): On targets that aren't bi-endian, supportRichard Earnshaw2002-01-141-1/+14
* * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi optionRichard Earnshaw2002-01-141-2/+2
* * tc-arm.c (all error messages): Normalize capitalization of messages.Richard Earnshaw2002-01-141-100/+145
* * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudoRichard Earnshaw2002-01-111-22/+38
* * tc-arm.c (struct reg_entry): Move before prototypes.Richard Earnshaw2002-01-101-468/+730
* * tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt, do_ldmstm)Richard Earnshaw2001-12-061-332/+164
* * tc-arm.c (struct asm_opcode): Delete comp_suffix and flags. AddRichard Earnshaw2001-12-051-749/+1169
* Only clear cpu part when specifying 'xscale' cpu (don't change the fpu part)Nick Clifton2001-12-041-1/+2
* Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton2001-11-151-8/+6