aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10Display signed hex number in x32 addend overflow checkH.J. Lu1-4/+11
2012-05-10Use fits_in_signed_long to check x32 addend overflowH.J. Lu1-2/+1
2012-05-10Check 64-bit relocation addend overflow for x32H.J. Lu1-0/+11
2012-05-062012-05-06 Arnold Metselaar <arnold_m@operamail.com>Arnold Metselaar2-135/+171
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra11-36/+37
2012-05-04Add `instruction' to unsupported error messageH.J. Lu1-1/+1
2012-05-04Reformat output_insnH.J. Lu1-1/+1
2012-05-04Remove the extra VEX checkH.J. Lu1-2/+1
2012-05-04Improve unsupported error messageH.J. Lu1-2/+3
2012-05-03Add support for Motorola XGATE embedded CPUNick Clifton2-0/+1527
2012-04-30* config/rx-parse.y (rx_intop): Add parameter for operation size.DJ Delorie1-11/+18
2012-04-30gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard1-0/+1
2012-04-27Add support for sparc %cfr ASR register.David S. Miller1-0/+1
2012-04-27Add support for sparc pause instruction.David S. Miller1-5/+6
2012-04-27Add support for sparc compare-and-branch instructions.David S. Miller1-5/+25
2012-04-27Add support for SPARC T4 crypto instructions.David S. Miller1-3/+47