summaryrefslogtreecommitdiffstats
path: root/binutils-2.23/gas
Commit message (Collapse)AuthorAgeFilesLines
* Remove old versions of binutils.Dan Albert2015-06-176300-1676224/+0
| | | | Change-Id: If634d8d30cfa8c88ca3ba59691a0df4ee5596f85
* [2.21], [2.22], [2.23] Backport of several patches for fixingAlexander Ivchenko2013-11-116-69/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build of binutils with texinfo-5.0. 2013-01-06 Andreas Schwab <schwab@linux-m68k.org> * doc/c-mips.texi (MIPS Opts): Fix use of @itemx. * doc/c-score.texi (SCORE-Opts): Likewise. * doc/c-tic54x.texi (TIC54X-Directives): Likewise. 2013-03-14 Andreas Schwab <schwab@suse.de> * doc/c-arc.texi (ARC Directives): Revert last change and use @itemize instead of @table. * doc/c-arm.texi (ARM-Instruction-Set): Likewise. 2013-03-14 Nick Clifton <nickc@redhat.com> PR gas/15212 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullte for table format. * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text to the @item directives. (ARM-Neon-Alignment): Move to correct place in the document. * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table formatting. * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of @smallexample. 2013-01-04 Andreas Schwab <schwab@linux-m68k.org> * doc/binutils.texi (elfedit): Fix use of @itemx in @table. 2013-01-07 Patrice Dumas <pertusus@free.fr> * ld.texinfo: Replace @ with @@ when it is part of the text. Correct ordering of M68HC11 entry. * doc/binutils.texi: Fix ordering of top level nodes. Replace erroneous uses of @itemx with @item. * bfd.texinfo: Replace @ with @@ when it is part of the text. Change-Id: Ib60e0340bf8d3e3b29ff4e93d34c6ac389c78fca Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
* Add MXU support to binutils-2.21/2.22/2.23Iceberg Fu2013-08-151-5/+720
| | | | Change-Id: Ibcc5b2ab16e640f7fd3d8a0420fec1bd91a6e6fa
* Silence ARM as error "MOV Rd, Rs" two low regs with clang/armv5/thumb1Andrew Hsieh2013-04-181-0/+7
| | | | | | | | | | | | | | | Clang -target armv5te-none-linux-androideabi -mthumb generates "MOV Rd, Rs" with two low regs and expect it doesn't change CPSR. The only encoding in thumb1 allows it is "Hi register operations" with H1=0 && H2=0 but the behavior is undefined in v5t until v6. The assembler from binutils-2.22 (compiled with gcc4.7) starts to check and abort with message reads: main.s:86: Error: MOV Rd, Rs with two low registers is not permitted on this architecture -- mov r0,r4 Temporily disable this error before clang is fixed. Change-Id: I3332707e28c00af220896c64b98deef1a4237749
* Initial checkin for binutils 2.23.2 (needed by aarch64)Ben Cheng2013-04-096300-0/+1675495
Change-Id: I7e5f319e9e632cc0ccc8a4ec1051169ed2849ca4