Age | Commit message (Expand) | Author | Files | Lines |
2012-05-16 | * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg} | Nick Clifton | 3 | -8/+71 |
2012-05-16 | * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm, | Nathan Sidwell | 2 | -0/+12 |
2012-05-15 | Rewrote a loop that caused a seg fault on Windows systems. | Sean Keys | 1 | -1/+1 |
2012-05-15 | * config/tc-m68hc11.c: Add S12X and XGATE co-processor support. | Nick Clifton | 33 | -1270/+3372 |
2012-05-15 | * config/rx-parse.y (rx_range): declare. | DJ Delorie | 2 | -8/+28 |
2012-05-15 | * config/tc-rx.c (rx_fetchalign): Declare. | DJ Delorie | 3 | -3/+121 |
2012-05-14 | Add support for PowerPC VLE. | James Lemke | 22 | -93/+1610 |
2012-05-14 | Expect addend as signed | H.J. Lu | 4 | -19/+25 |
2012-05-14 | Print addend as signed in objdump | H.J. Lu | 23 | -219/+244 |
2012-05-12 | Adjust testcases for readelf addend change | H.J. Lu | 4 | -10/+16 |
2012-05-12 | Remove x32 addend overflow for BFD_RELOC_64 | H.J. Lu | 8 | -26/+17 |
2012-05-11 | PR binutils/14028 | Nick Clifton | 4 | -1/+19 |
2012-05-11 | PR 13503 | Nick Clifton | 2 | -35/+109 |
2012-05-11 | Use int and bfd_signed_vma in x32 addend overflow check | H.J. Lu | 2 | -3/+10 |
2012-05-10 | Display signed hex number in x32 addend overflow check | H.J. Lu | 2 | -4/+16 |
2012-05-10 | Use fits_in_signed_long to check x32 addend overflow | H.J. Lu | 2 | -2/+5 |
2012-05-10 | Check 64-bit relocation addend overflow for x32 | H.J. Lu | 8 | -0/+41 |
2012-05-08 | * lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here. | Alan Modra | 2 | -10/+4 |
2012-05-08 | * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other | Alan Modra | 3 | -2/+8 |
2012-05-07 | * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. | Alan Modra | 3 | -4/+15 |
2012-05-06 | 2012-05-06 Arnold Metselaar <arnold_m@operamail.com> | Arnold Metselaar | 6 | -0/+35 |
2012-05-06 | 2012-05-06 Arnold Metselaar <arnold_m@operamail.com> | Arnold Metselaar | 3 | -135/+183 |
2012-05-05 | Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section | Alan Modra | 14 | -42/+61 |
2012-05-04 | Support x86_64-*-linux-gnux32 | H.J. Lu | 2 | -1/+8 |
2012-05-04 | Add `instruction' to unsupported error message | H.J. Lu | 2 | -1/+6 |
2012-05-04 | Reformat output_insn | H.J. Lu | 2 | -1/+5 |
2012-05-04 | Remove the extra VEX check | H.J. Lu | 2 | -2/+5 |
2012-05-04 | Improve unsupported error message | H.J. Lu | 2 | -2/+8 |
2012-05-03 | Add support for Motorola XGATE embedded CPU | Nick Clifton | 25 | -2/+2269 |
2012-04-30 | * config/rx-parse.y (rx_intop): Add parameter for operation size. | DJ Delorie | 2 | -11/+26 |
2012-04-30 | gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+. | Mark Wielaard | 3 | -4/+37 |
2012-04-27 | Document sparc's %l34 and %h34 | David S. Miller | 2 | -1/+18 |
2012-04-27 | Add support for sparc %cfr ASR register. | David S. Miller | 6 | -0/+31 |
2012-04-27 | Add support for sparc pause instruction. | David S. Miller | 6 | -5/+36 |
2012-04-27 | Add support for sparc compare-and-branch instructions. | David S. Miller | 6 | -5/+161 |
2012-04-27 | Add support for SPARC T4 crypto instructions. | David S. Miller | 6 | -3/+316 |
2012-04-27 | Move sparc opcode hwcaps out of sparc_opcode flags field. | David S. Miller | 2 | -80/+78 |
2012-04-20 | 2012-04-20 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -0/+146 |
2012-04-17 | gas/ | Richard Sandiford | 2 | -1/+5 |
2012-04-12 | Support R_SPARC_WDISP10 and R_SPARC_H34. | David S. Miller | 5 | -0/+58 |
2012-04-12 | * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): | Nick Clifton | 106 | -101/+227 |
2012-04-12 | oops - omitted from previous delta | Nick Clifton | 4 | -0/+44 |
2012-04-12 | * config/tc-arm.c (only_one_reg_in_list): New function. | Nick Clifton | 3 | -2/+58 |
2012-04-07 | gas/testsuite/ | David S. Miller | 2 | -1/+5 |
2012-04-06 | * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to | Maciej W. Rozycki | 2 | -1/+6 |
2012-04-06 | binutils/ | Roland McGrath | 4 | -6/+15 |
2012-04-05 | * configure.in (AC_CHECK_FUNCS): Add setlocale. | Nick Clifton | 5 | -0/+63 |
2012-04-03 | * config/rx-parse.y: Make the .L optional for ADC and SBB. | DJ Delorie | 2 | -1/+5 |
2012-04-03 | bfd/ | Roland McGrath | 3 | -0/+7 |
2012-04-03 | * config/rx-parse.y: IMM->IMM_, take an extra parameter for the | DJ Delorie | 4 | -343/+388 |