aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-22Apply Bruno de Bus's patch to record the ARM mapping symbol state on a per-Nick Clifton1-19/+13
2004-03-30make use of meabi_flags be ELF specificNick Clifton1-10/+25
2004-03-23 * bfd/elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.Paul Brook1-26/+72
2004-02-18Apply fixes for Maverick CrunchNick Clifton1-18/+20
2004-02-09 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident asDaniel Jacobowitz1-0/+3
2004-01-23 * config/tc-arm.c (tc_gen_reloc): Improve error message forDaniel Jacobowitz1-0/+10
2004-01-09 * gas/config/tc-arm.c (do_vfp_reg2_from_sp2): Rename fromPaul Brook1-9/+34
2003-12-29 * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.Paul Brook1-0/+2
2003-12-23 * config/tc-arm.c (arm_archs): Add armv6.Paul Brook1-0/+1
2003-12-18 * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j".Mark Mitchell1-1/+1
2003-12-16Remove -8 bias on PC-relative load instructions for arm-wince-pe targetNick Clifton1-0/+4
2003-12-10 * config/tc-arm.c (FPU_MAVERICK): Define.Paul Brook1-7/+64
2003-12-10Remove redundant returns in void functions.Ben Elliston1-79/+0
2003-12-09 * config/tc-arm.c (do_umaal): Fix typo.Paul Brook1-1/+1
2003-12-06 * gas/arm/arm.exp: Add archv6 and thumbv6.Mark Mitchell1-11/+1168
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-3/+3
2003-11-21 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-12/+12
2003-11-14 * config/tc-arm.c (arm_elf_change_section): Not static.Ben Elliston1-1/+1
2003-11-13Add support for ARM ELF Mapping symbolsNick Clifton1-0/+178
2003-11-06* config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.Nick Clifton1-101/+190
2003-10-21Fix up error messages for Maverick.Nick Clifton1-2/+2
2003-10-17 * config/tc-arm.c (do_iwmmxt_byte_addr): Reject controlIan Lance Taylor1-0/+5
2003-08-19Add support for unindexed form of Addressing Mode 5Nick Clifton1-8/+82
2003-07-23 * config/tc-arm.c (arm_archs): Add iwmmxt.Daniel Jacobowitz1-0/+1
2003-06-13* tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.Richard Earnshaw1-0/+19
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-2/+0
2003-04-022003-04-02 Philip Blundell <philb@gnu.org>Phil Blundell1-0/+1
2003-04-01Fixes for iWMMXt contribution.Nick Clifton1-179/+257
2003-03-25Add iWMMXt supportNick Clifton1-2/+938
2003-02-10Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton1-0/+9
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-5/+3
2002-12-12 * config/tc-a29k.c (insert_sreg): Prototype.Alan Modra1-0/+2
2002-12-05 * config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.Alan Modra1-20/+27
2002-12-03 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATEAlan Modra1-4/+9
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-149/+149
2002-11-29Allow BKPT instruction to be specified without an operand. Add a test for this.Nick Clifton1-4/+10
2002-10-23Allow an absolute reference to _GLOBAL_TABLE_OFFSET_ to be converted intoNick Clifton1-1/+1
2002-09-17Note that an implemented BFD_RELOC_ARM_IMMEDIATE has been done.Nick Clifton1-6/+29
2002-09-05gas reloc rewrite.Alan Modra1-16/+8
2002-08-22Add sh-nto supportNick Clifton1-3/+2
2002-08-01Ensure that offset to literal pool is computed using signed arithmetic so thatNick Clifton1-7/+12
2002-07-30Add per-section and per-sub-section literal pools.Nick Clifton1-117/+123
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-1/+1
2002-05-23For the Thumb BLX reloc round the relocation up rather than down.Nick Clifton1-13/+11
2002-05-22COFF: Dump literal pool when changing sections.Nick Clifton1-4/+7
2002-05-14Remove redundant call to listing_prev_lineNick Clifton1-1/+0
2002-05-13Remove redundant call to listing_prev().Nick Clifton1-1/+0
2002-05-09 * config/obj-coff.c: Fix formatting.Kazu Hirata1-45/+45
2002-05-02Do not convert a subtract of zero into an add of zero.Nick Clifton1-3/+5
2002-03-21Fix typoNick Clifton1-1/+1