summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog formatting fixesAlan Modra2016-12-221-2/+2
* Support aligning text section from odd addressesAndrew Waterman2016-12-222-6/+21
* Fix a const-safety issue on GCC-4.9 and aboveTim Newsome2016-12-222-1/+6
* Remove high bit set charactersAlan Modra2016-12-213-6/+11
* Document character escape sequencesAlan Modra2016-12-212-6/+12
* MIPS16/opcodes: Respect ISA and ASE in disassemblyMaciej W. Rozycki2016-12-2015-0/+1681
* MIPS/GAS/testsuite: Add RESTORE instruction to `mips16e' testMaciej W. Rozycki2016-12-203-1/+8
* MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAsMaciej W. Rozycki2016-12-2024-167/+1990
* MIPS/GAS/testsuite: Implement individual MIPS16 ISA testingMaciej W. Rozycki2016-12-206-7/+177
* MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'Maciej W. Rozycki2016-12-205-4/+11
* MIPS16: Switch to 32-bit opcode table interpretationMaciej W. Rozycki2016-12-2014-24/+375
* MIPS16/opcodes: Correct 64-bit macros' ISA membershipMaciej W. Rozycki2016-12-203-0/+18
* MIPS16/opcodes: Correct I64/SDRASP opcode's ISA membershipMaciej W. Rozycki2016-12-205-0/+20
* MIPS/GAS/testsuite: Correct NewABI test selectionMaciej W. Rozycki2016-12-202-27/+84
* Don't define RISC-V .p2alignAndrew Waterman2016-12-203-42/+82
* Re-work RISC-V gas flags: now we just support -mabi and -marchAndrew Waterman2016-12-205-123/+122
* Rework RISC-V relocationsAndrew Waterman2016-12-203-54/+185
* Formatting changes for RISC-VAndrew Waterman2016-12-202-27/+32
* MIPS16/GAS: Fix assertion failures with relocations on 16-bit instructionsMaciej W. Rozycki2016-12-148-3/+50
* MIPS16: Fix SP-relative SD instruction annotationMaciej W. Rozycki2016-12-144-0/+51
* [Binutils][AARCH64]Remove Cn register for coprocessor CRn, CRm fieldRenlin Li2016-12-134-123/+134
* [AArch64] Make GAS testcases support ILP32 modeJiong Wang2016-12-13110-210/+346
* MIPS16: Remove unused `>' operand codeMaciej W. Rozycki2016-12-092-1/+4
* MIPS16/opcodes: Use hexadecimal interpretation for the `e' operand codeMaciej W. Rozycki2016-12-094-0/+46
* ARC/GAS: Correct a `spaces' global shadowing errorMaciej W. Rozycki2016-12-082-5/+10
* ARM/GAS: Correct an `index' global shadowing errorMaciej W. Rozycki2016-12-082-4/+9
* sync binutils config/ with gccAlan Modra2016-12-082-1/+5
* MIPS/GAS: Use local `isa' consistently in `is_opcode_valid'Maciej W. Rozycki2016-12-072-1/+6
* fix typoNick Clifton2016-12-061-1/+1
* Stop the assembler from running out of memory when asked to generate a huge n...Nick Clifton2016-12-062-5/+18
* Fix mmix assembler test to account for changes in the error messages produced...Nick Clifton2016-12-062-2/+9
* Fix fault in assembler when passed a bogus input file.Nick Clifton2016-12-052-0/+16
* Fix ICE in assembler when passed a bogus input file.Nick Clifton2016-12-053-2/+11
* [ARM] Add ARMv8.3 VCMLA and VCADD instructionsSzabolcs Nagy2016-12-057-0/+281
* [ARC] Don't check extAuxRegister second argument for sign.Claudiu Zissulescu2016-12-056-11/+47
* [ARM] Add ARMv8.3 VJCVT instructionSzabolcs Nagy2016-12-057-0/+68
* [ARM] Add ARMv8.3 command line option and feature flagSzabolcs Nagy2016-12-053-0/+7
* [ARC] Sync cpu names with the ones accepted by GCC.Claudiu Zissulescu2016-12-029-22/+237
* Add support for Fushia OS.Josh Conner2016-12-022-0/+7
* Fix seg fault attempting to unget an EOF character.Nick Clifton2016-12-012-1/+4
* Fix seg-fault printing assembler statistics when the output file was not crea...Nick Clifton2016-12-012-0/+8
* Fix ICE in assembler when passed a corrupt input file.Nick Clifton2016-12-012-1/+16
* [ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu2016-11-294-16/+39
* X86: Ignore REX_B bit for 32-bit XOP instructionsAmit Pawar2016-11-284-0/+37
* Fix spelling in comments in .y files (binutils)Ambrogino Modigliani2016-11-271-0/+4
* Fix spelling in comments in .l files (gas)Ambrogino Modigliani2016-11-272-1/+5
* Fix spelling in comments in Expect scripts (gas)Ambrogino Modigliani2016-11-278-11/+21
* Fix spelling in comments in Assembler files (gas)Ambrogino Modigliani2016-11-2713-13/+28
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-2745-87/+135
* gas: fix CBCOND diagnostics for invalid immediate operands.Jose E. Marchesi2016-11-255-2/+20