aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2012-08-13 include/opcode/Maciej W. Rozycki1-39/+2
2012-08-13 * config/tc-mips.c (s_cpload, s_cpsetup): Fail if MIPS16 mode.Maciej W. Rozycki1-0/+35
2012-08-07Despite them being ignored by the CPU, gas issues segment overrideJan Beulich1-10/+6
2012-08-07The VGATHER group of instructions requires that all three involvedJan Beulich1-29/+84
2012-08-07There were several cases where the registers in the REX encoded rangeJan Beulich1-23/+25
2012-08-07 * config/tc-i386.c (lex_got): Provide implementation for PENick Clifton1-0/+103
2012-08-06 gas/Maciej W. Rozycki1-1/+1
2012-08-02 * tc-m68hc11.c (s_m68hc11_parse_pseudo_instruction):Sean Keys1-0/+20
2012-08-012012-08-01 Catherine Moore <clm@codesourcery.com>Sandra Loosemore1-0/+2
2012-08-01gas/ChangeLog:James Lemke2-4/+19
2012-07-31 include/opcode/Maciej W. Rozycki1-98/+161
2012-07-31The current error message for bad imm4 operands wasn't really helpful,Jan Beulich1-1/+1
2012-07-31Since the word to byte register conversion isn't active for x86-64Jan Beulich1-13/+9
2012-07-31At the point where check_VecOperands()/VEX_check_operands() get run,Jan Beulich1-8/+8
2012-07-272012-07-27 Sean Keys <skeys@ipdatasys.com>Sean Keys1-53/+49
2012-07-272012-07-27 James Murray <jsm@jsm-net.demon.co.uk>Sean Keys1-1/+1
2012-07-25MASM accepts ESP/RSP being specified second in a memory addressJan Beulich1-1/+15
2012-07-25Using the dedicated manifest constant is more descriptive.Jan Beulich1-2/+2
2012-07-242012-07-24 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore1-5/+14
2012-07-16Implement RDRSEED, ADX and PRFCHW instructionsH.J. Lu1-0/+6
2012-07-05gas/config/Sean Keys1-425/+362
2012-07-02 * write.c (fixup_segment): Only perform the subtraction of anNick Clifton1-0/+2
2012-06-30 PR gas/14315Alan Modra1-1/+0
2012-06-29 PR gas/14263Nick Clifton1-1/+1
2012-06-28gas/config/Sean Keys2-0/+25
2012-06-28 PR gas/14260Nick Clifton1-12/+16
2012-06-28 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton1-0/+1
2012-06-22gas/Roland McGrath1-3/+3
2012-06-13Fix .dc.a for x32H.J. Lu2-0/+14
2012-06-13 PR gas/12698Nick Clifton1-8/+18
2012-06-11 PR 13503Nick Clifton1-1/+1
2012-05-31gas/Sean Keys1-28/+24
2012-05-22gas: mips: fix segfault with invalid default cpu stringsMike Frysinger1-1/+4
2012-05-19 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACESAlan Modra1-3/+8
2012-05-18 * config/tc-dlx.c (s_proc): Don't use asprintf.Alan Modra1-2/+4
2012-05-18 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintfAlan Modra1-1/+4
2012-05-18 * config/tc-ppc.c: Don't capitalise error and warning messages.Alan Modra1-24/+31
2012-05-18 * config/obj-evax.c: Include as.h first.Alan Modra1-2/+3
2012-05-17 PR 14072Nick Clifton12-31/+32
2012-05-16 * bfd-in.h (bfd_get_section_name, bfd_get_section_vma,Nick Clifton1-1/+1
2012-05-16 PR 13503Nick Clifton1-8/+8
2012-05-16 * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,Nathan Sidwell1-0/+6
2012-05-15Rewrote a loop that caused a seg fault on Windows systems.Sean Keys1-1/+1
2012-05-15 * config/tc-m68hc11.c: Add S12X and XGATE co-processor support.Nick Clifton1-176/+1393
2012-05-15* config/rx-parse.y (rx_range): declare.DJ Delorie1-8/+22
2012-05-15* config/tc-rx.c (rx_fetchalign): Declare.DJ Delorie1-3/+96
2012-05-14Add support for PowerPC VLE.James Lemke2-93/+463
2012-05-12Remove x32 addend overflow for BFD_RELOC_64H.J. Lu1-19/+0
2012-05-11 PR 13503Nick Clifton1-35/+95
2012-05-11Use int and bfd_signed_vma in x32 addend overflow checkH.J. Lu1-3/+5