aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2016-05-25Fix typo in changelog entryNick Clifton1-1/+1
2016-05-25Only generate VMOV.I64 instructions for loading constant floating point value...Chua Zheng Leong4-3/+14
2016-05-24MIPS/GAS: Treat local jump relocs the same no matter if REL or RELAMaciej W. Rozycki7-7/+147
2016-05-24MIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'Maciej W. Rozycki2-8/+12
2016-05-24xtensa: make map_suffix_reloc_to_operator return operatorTTrevor Saunders2-4/+10
2016-05-24d30v: make var type operatorTTrevor Saunders2-1/+5
2016-05-24mmix: constify handler_charpTrevor Saunders2-1/+6
2016-05-24ft32: fixup TARGET_FORMATTrevor Saunders2-3/+7
2016-05-24ia64: use XOBNEW and XOBNEWVECTrevor Saunders2-4/+9
2016-05-24change some variable's type to op_errTrevor Saunders3-2/+7
2016-05-23[ARC] Add XY registers, update neg instruction.Claudiu Zissulescu2-1/+32
2016-05-23[ARC] Rename "class" named attributes.Claudiu Zissulescu2-12/+18
2016-05-23oops - omitted from previous deltaNick Clifton1-0/+4
2016-05-23Add support for configuring for the ARM Phoenix target.Kuba Sejdak1-0/+1
2016-05-23tic54x: use concat moreTrevor Saunders2-6/+9
2016-05-23spu: make some constants unsignedTrevor Saunders2-1/+5
2016-05-23tic54x: rename typedef of struct symbol_Trevor Saunders2-23/+34
2016-05-20MIPS: Add support for P6600Matthew Fortune3-1/+9
2016-05-20Preserve addend for R_386_GOT32 and R_X86_64_GOT32H.J. Lu8-5/+64
2016-05-20MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki11-1/+234
2016-05-20MIPS/GAS: Correct tab-after-space formatting mistakesMaciej W. Rozycki2-11/+16
2016-05-18gas/arc: Make member of arc_flags constAndrew Burgess3-2/+8
2016-05-18gas/arc: Use BFD_VMA_FMT for printf format specifierAndrew Burgess2-2/+10
2016-05-18gas/arc: Fix array overrun when checking opcode arrayAndrew Burgess5-2/+16
2016-05-18gas/arc: Add guard against operand array overflow.Andrew Burgess4-5/+17
2016-05-18rx: make field type enumTrevor Saunders2-1/+6
2016-05-18change the type of some fields to bfd_reloc_code_real_typeTrevor Saunders3-2/+9
2016-05-18commit ChangeLog for previous commitTrevor Saunders1-0/+6
2016-05-18Change type of v850_target_arch to enum bfd_architectureTrevor Saunders2-2/+2
2016-05-18PPC_OPERAND_SIGNOPT range.Alan Modra4-9/+14
2016-05-17Make ARMv8-M GAS tests pass on non ELF targetsThomas Preud'homme16-22/+43
2016-05-16m32r: make mach_table static and constTrevor Saunders2-1/+5
2016-05-16tc-vax.c: make prototype of flonum_gen2vax match its definitionTrevor Saunders2-1/+6
2016-05-16stop defining linkrelax in multiple placesTrevor Saunders3-6/+12
2016-05-16m68hc11: make some vars type bfd_reloc_code_real_typeTrevor Saunders2-4/+11
2016-05-15SH64/GAS: Fix a -Wwrite-strings build failureMaciej W. Rozycki2-1/+5
2016-05-13Accept valid one byte signed and unsigned values for the IMM8 operand.Peter Bergner3-0/+9
2016-05-13Fix build breakageAlan Modra2-1/+4
2016-05-13use XNEW and related macros moreTrevor Saunders55-267/+365
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders26-229/+137
2016-05-12Use correct regexp syntax in ARM PR20068 testNick Clifton2-2/+7
2016-05-11Update pr20068 test to allow for big endian ARM configurationNick Clifton2-2/+8
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune7-3/+94
2016-05-11Ensure that padding in the constant pool uses constant values.Nick Clifton4-0/+37
2016-05-11oops - fix up changelog entryNick Clifton1-1/+9
2016-05-11Skip new ARM security extension tests on non-ELF based targets.Nick Clifton11-25/+24
2016-05-10Enable Intel RDPID instruction.Alexander Fomin12-3/+96
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme2-2/+7
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme12-3/+325
2016-05-10Allow extension availability to depend on several architecture bitsThomas Preud'homme2-15/+58