summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Update x86 CPU_XXX_FLAGS handlingH.J. Lu2016-05-2717-10/+482
* Replace CpuAMD64/CpuIntel64 with AMD64/Intel64H.J. Lu2016-05-272-7/+11
* Correct CpuMax in i386-opc.hH.J. Lu2016-05-272-8/+19
* Don't clear cpu64 nor cpuno64H.J. Lu2016-05-272-2/+5
* Add support for new POWER ISA 3.0 instructions.Peter Bergner2016-05-265-0/+27
* Append ".p2align 4" to some x86 directive testsH.J. Lu2016-05-2611-0/+23
* metag: make an array's type unsigned char[]Trevor Saunders2016-05-262-1/+6
* rx: make the type of a variable bfd_reloc_code_real_typeTrevor Saunders2016-05-262-1/+9
* Require another match for AVX512VLH.J. Lu2016-05-2511-0/+245
* Enable VREX for AVX512 directivesH.J. Lu2016-05-254-0/+23
* Reimplement .no87/.nommx/.nosse/.noavx directivesH.J. Lu2016-05-2519-163/+418
* Fix typo in changelog entryNick Clifton2016-05-251-1/+1
* Only generate VMOV.I64 instructions for loading constant floating point value...Chua Zheng Leong2016-05-254-3/+14
* MIPS/GAS: Treat local jump relocs the same no matter if REL or RELAMaciej W. Rozycki2016-05-247-7/+147
* MIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'Maciej W. Rozycki2016-05-242-8/+12
* xtensa: make map_suffix_reloc_to_operator return operatorTTrevor Saunders2016-05-242-4/+10
* d30v: make var type operatorTTrevor Saunders2016-05-242-1/+5
* mmix: constify handler_charpTrevor Saunders2016-05-242-1/+6
* ft32: fixup TARGET_FORMATTrevor Saunders2016-05-242-3/+7
* ia64: use XOBNEW and XOBNEWVECTrevor Saunders2016-05-242-4/+9
* change some variable's type to op_errTrevor Saunders2016-05-243-2/+7
* [ARC] Add XY registers, update neg instruction.Claudiu Zissulescu2016-05-232-1/+32
* [ARC] Rename "class" named attributes.Claudiu Zissulescu2016-05-232-12/+18
* oops - omitted from previous deltaNick Clifton2016-05-231-0/+4
* Add support for configuring for the ARM Phoenix target.Kuba Sejdak2016-05-231-0/+1
* tic54x: use concat moreTrevor Saunders2016-05-232-6/+9
* spu: make some constants unsignedTrevor Saunders2016-05-232-1/+5
* tic54x: rename typedef of struct symbol_Trevor Saunders2016-05-232-23/+34
* MIPS: Add support for P6600Matthew Fortune2016-05-203-1/+9
* Preserve addend for R_386_GOT32 and R_X86_64_GOT32H.J. Lu2016-05-208-5/+64
* MIPS: Fix the encoding of immediates with microMIPS JALXMaciej W. Rozycki2016-05-2011-1/+234
* MIPS/GAS: Correct tab-after-space formatting mistakesMaciej W. Rozycki2016-05-202-11/+16
* gas/arc: Make member of arc_flags constAndrew Burgess2016-05-183-2/+8
* gas/arc: Use BFD_VMA_FMT for printf format specifierAndrew Burgess2016-05-182-2/+10
* gas/arc: Fix array overrun when checking opcode arrayAndrew Burgess2016-05-185-2/+16
* gas/arc: Add guard against operand array overflow.Andrew Burgess2016-05-184-5/+17
* rx: make field type enumTrevor Saunders2016-05-182-1/+6
* change the type of some fields to bfd_reloc_code_real_typeTrevor Saunders2016-05-183-2/+9
* commit ChangeLog for previous commitTrevor Saunders2016-05-181-0/+6
* Change type of v850_target_arch to enum bfd_architectureTrevor Saunders2016-05-182-2/+2
* PPC_OPERAND_SIGNOPT range.Alan Modra2016-05-184-9/+14
* Make ARMv8-M GAS tests pass on non ELF targetsThomas Preud'homme2016-05-1716-22/+43
* m32r: make mach_table static and constTrevor Saunders2016-05-162-1/+5
* tc-vax.c: make prototype of flonum_gen2vax match its definitionTrevor Saunders2016-05-162-1/+6
* stop defining linkrelax in multiple placesTrevor Saunders2016-05-163-6/+12
* m68hc11: make some vars type bfd_reloc_code_real_typeTrevor Saunders2016-05-162-4/+11
* SH64/GAS: Fix a -Wwrite-strings build failureMaciej W. Rozycki2016-05-152-1/+5
* Accept valid one byte signed and unsigned values for the IMM8 operand.Peter Bergner2016-05-133-0/+9
* Fix build breakageAlan Modra2016-05-132-1/+4
* use XNEW and related macros moreTrevor Saunders2016-05-1355-267/+365