aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2012-05-22gas: mips: fix segfault with invalid default cpu stringsMike Frysinger2-1/+9
2012-05-19 * gas/tic6x/unwind-1.d: Update for readelf changes.Alan Modra4-34/+40
2012-05-19 * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACESAlan Modra2-3/+13
2012-05-18 * config/tc-dlx.c (s_proc): Don't use asprintf.Alan Modra2-2/+8
2012-05-18 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintfAlan Modra2-1/+9
2012-05-18 * config/tc-ppc.c: Don't capitalise error and warning messages.Alan Modra2-24/+37
2012-05-18 * config/obj-evax.c: Include as.h first.Alan Modra2-2/+7
2012-05-17bfd/Andreas Schwab4-9443/+351
2012-05-17Expect addend as signedH.J. Lu49-1736/+1787
2012-05-17 PR 14072Nick Clifton22-411/+9597
2012-05-17binutils/Alan Modra4-6/+12
2012-05-17 * gas/ppc/vle.d: Pass -a32 to assembler.Alan Modra9-32/+43
2012-05-16 * bfd-in.h (bfd_get_section_name, bfd_get_section_vma,Nick Clifton2-1/+6
2012-05-16 PR gas/14082Nick Clifton2-1/+7
2012-05-16 PR 13503Nick Clifton2-8/+16
2012-05-16 * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg}Nick Clifton3-8/+71
2012-05-16 * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,Nathan Sidwell2-0/+12
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 Clifton33-1270/+3372
2012-05-15* config/rx-parse.y (rx_range): declare.DJ Delorie2-8/+28
2012-05-15* config/tc-rx.c (rx_fetchalign): Declare.DJ Delorie3-3/+121
2012-05-14Add support for PowerPC VLE.James Lemke22-93/+1610
2012-05-14Expect addend as signedH.J. Lu4-19/+25
2012-05-14Print addend as signed in objdumpH.J. Lu23-219/+244
2012-05-12Adjust testcases for readelf addend changeH.J. Lu4-10/+16
2012-05-12Remove x32 addend overflow for BFD_RELOC_64H.J. Lu8-26/+17
2012-05-11 PR binutils/14028Nick Clifton4-1/+19
2012-05-11 PR 13503Nick Clifton2-35/+109
2012-05-11Use int and bfd_signed_vma in x32 addend overflow checkH.J. Lu2-3/+10
2012-05-10Display signed hex number in x32 addend overflow checkH.J. Lu2-4/+16
2012-05-10Use fits_in_signed_long to check x32 addend overflowH.J. Lu2-2/+5
2012-05-10Check 64-bit relocation addend overflow for x32H.J. Lu8-0/+41
2012-05-08 * lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here.Alan Modra2-10/+4
2012-05-08 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of otherAlan Modra3-2/+8
2012-05-07 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.Alan Modra3-4/+15
2012-05-062012-05-06 Arnold Metselaar <arnold_m@operamail.com>Arnold Metselaar6-0/+35
2012-05-062012-05-06 Arnold Metselaar <arnold_m@operamail.com>Arnold Metselaar3-135/+183
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra14-42/+61
2012-05-04Support x86_64-*-linux-gnux32H.J. Lu2-1/+8
2012-05-04Add `instruction' to unsupported error messageH.J. Lu2-1/+6
2012-05-04Reformat output_insnH.J. Lu2-1/+5
2012-05-04Remove the extra VEX checkH.J. Lu2-2/+5
2012-05-04Improve unsupported error messageH.J. Lu2-2/+8
2012-05-03Add support for Motorola XGATE embedded CPUNick Clifton25-2/+2269
2012-04-30* config/rx-parse.y (rx_intop): Add parameter for operation size.DJ Delorie2-11/+26
2012-04-30gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.Mark Wielaard3-4/+37
2012-04-27Document sparc's %l34 and %h34David S. Miller2-1/+18
2012-04-27Add support for sparc %cfr ASR register.David S. Miller6-0/+31
2012-04-27Add support for sparc pause instruction.David S. Miller6-5/+36
2012-04-27Add support for sparc compare-and-branch instructions.David S. Miller6-5/+161