Age | Commit message (Expand) | Author | Files | Lines |
2012-02-27 | * config/tc-crx.c (check_range): Correct uint32_t misconceptions. | Alan Modra | 2 | -5/+6 |
2012-02-27 | * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on | Alan Modra | 2 | -13/+23 |
2012-02-27 | * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits | Alan Modra | 2 | -12/+26 |
2012-02-27 | gas/ | Alan Modra | 2 | -24/+35 |
2012-02-25 | Fix regression from change | Walter Lee | 3 | -2/+10 |
2012-02-25 | Improve TLS support on TILE-Gx/TILEPro: | Walter Lee | 5 | -183/+342 |
2012-02-25 | Deletes some dead code in the TILE-Gx/TILEPro ports of gas. | Walter Lee | 3 | -128/+6 |
2012-02-25 | Add big-endian support for tilegx. | Walter Lee | 6 | -6/+52 |
2012-02-25 | Properly create and use a bfd_arch_info_type for 32-bit tilegx. | Walter Lee | 2 | -0/+8 |
2012-02-21 | Add HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixRelease | H.J. Lu | 2 | -4/+9 |
2012-02-21 | * gas/config/tc-arm.h (DOUBLESLASH_LINE_COMMENTS): Define. | Nick Clifton | 2 | -1/+8 |
2012-02-21 | provide a hook to allow checking errors just before we output the file. | Iain Sandoe | 4 | -0/+81 |
2012-02-21 | 2012-02-21 Tristan Gingold <gingold@adacore.com> | Iain Sandoe | 7 | -59/+276 |
2012-02-20 | gas: | Iain Sandoe | 3 | -0/+44 |
2012-02-20 | gas: | Iain Sandoe | 2 | -0/+18 |
2012-02-20 | * cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on | Nick Clifton | 2 | -1/+7 |
2012-02-14 | Regenerate | Alan Modra | 1 | -0/+2 |
2012-02-14 | * gas/elf/bad-group.s: Add section attributes. | Alan Modra | 7 | -35/+57 |
2012-02-13 | revert premature delta | Alan Modra | 1 | -17/+8 |
2012-02-13 | * gas/all/gas.exp (redef2): xfail m6811 and m6812. | Alan Modra | 5 | -49/+46 |
2012-02-12 | gas: | Iain Sandoe | 2 | -0/+10 |
2012-02-11 | * gas/i386/disp32.d: Adjust lable-pattern. | Kai Tietz | 2 | -1/+5 |
2012-02-10 | gas: | Iain Sandoe | 2 | -1/+12 |
2012-02-08 | * gas/i386/x86-64-disp32.d: Fix lable-pattern. | Kai Tietz | 2 | -1/+5 |
2012-02-08 | Implement Intel Transactional Synchronization Extensions | H.J. Lu | 21 | -5/+11810 |
2012-02-02 | bfd/ | Tristan Gingold | 2 | -1/+6 |
2012-02-02 | PR gas/13224 | Nick Clifton | 2 | -10/+17 |
2012-01-31 | 2012-01-31 Paul Brook <paul@codesourcery.com> | Paul Brook | 2 | -1/+4 |
2012-01-26 | PR gas/13624 | Nick Clifton | 2 | -0/+6 |
2012-01-25 | * rl78-decode.opc (rl78_decode_opcode): Add NOT1. | DJ Delorie | 2 | -1/+11 |
2012-01-23 | * configure.tgt (i386-*-nacl*): Match it. | Roland McGrath | 5 | -10/+45 |
2012-01-20 | Add .d8 suffix support to x86 assembler | H.J. Lu | 8 | -16/+109 |
2012-01-17 | * write.c (fix_new_internal): Don't mark used parameter as unused. | Alan Modra | 2 | -2/+6 |
2012-01-17 | Update copyright message year. | Alan Modra | 2 | -2/+6 |
2012-01-16 | * gas/testsuite/gas/m68k/pmove.s, gas/testsuite/gas/m68k/pmove.d: New test. | Andreas Schwab | 4 | -0/+29 |
2012-01-13 | Add vmfunc | H.J. Lu | 8 | -1/+49 |
2012-01-13 | reverse the order of relocs in mach-o gas output. | Iain Sandoe | 19 | -2/+188 |
2012-01-13 | handle absolute indirect syms in mach-o | Iain Sandoe | 5 | -3/+63 |
2012-01-13 | set vma on mach-o sections. | Iain Sandoe | 10 | -271/+378 |
2012-01-12 | add indirect_symbol to mach-o port. | Iain Sandoe | 12 | -29/+611 |
2012-01-12 | 2012-01-12 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -1/+6 |
2012-01-10 | 2012-01-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 3 | -89/+127 |
2012-01-09 | add symbol qualifiers for mach-o to bfd/gas | Iain Sandoe | 13 | -34/+633 |
2012-01-08 | gas/ | Richard Sandiford | 6 | -0/+31 |
2012-01-08 | gas/ | Richard Sandiford | 6 | -32/+71 |
2012-01-06 | 2012-01-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -6/+27 |
2012-01-05 | Rotate ChangeLogs | Nick Clifton | 4 | -3542/+3558 |
2012-01-04 | gas/testsuite: | Iain Sandoe | 2 | -1/+17 |
2012-01-04 | add .zerofill to mach-o GAS. | Iain Sandoe | 5 | -86/+358 |
2012-01-03 | support stabs on mach-o GAS. | Iain Sandoe | 3 | -2/+51 |