aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Fix whitespace in gas listing errors and warningsAlan Modra16-128/+149
2014-05-20Add ChangeLog from previous MIPS .module commitmfortune2-0/+51
2014-05-20Add MIPS .module directivemfortune12-284/+376
2014-05-20Remove newly introduced whitespace from warnings.mfortune2-3/+8
2014-05-20Mark MSA as requiring FP64mfortune5-124/+114
2014-05-20 * messages.c (as_warn_internal): Ensure we don't interleave outputMike Stump2-10/+14
2014-05-20gas/Richard Sandiford3-0/+67
2014-05-20Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton6-28/+67
2014-05-19Extend the fix already created for PR 16858 so that it works with x86 PE targ...Nick Clifton2-0/+16
2014-05-18gas/Richard Sandiford2-26/+14
2014-05-17Prevent the V850 assembler from generating an internal error if it is asked toNick Clifton2-0/+12
2014-05-16This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata4-9/+60
2014-05-13Re-work register size macros for MIPS.mfortune2-69/+78
2014-05-09Properly display extra data/address size prefixesH.J. Lu40-308/+350
2014-05-08Fix references to file_mips_isa missed in previous patch.mfortune2-4/+9
2014-05-08Consolidate file_mips_xxx variables.mfortune2-86/+94
2014-05-08Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.mfortune9-0/+71
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov2-0/+8
2014-05-07Add MIPS r3 and r5 support.Andrew Bennett10-16/+192
2014-05-05Properly handle multiple opcode prefixesH.J. Lu10-21/+437
2014-05-02Move fwait test with prefix to prefix.sH.J. Lu7-9/+13
2014-05-01Handle prefixes before fwaitH.J. Lu5-0/+17
2014-04-28This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.Nick Clifton2-1/+10
2014-04-26Regenerate files for openrisk -> or1k changeAlan Modra2-4/+6
2014-04-24Fix a problem building the ARM assembler for non-ELF based toolchains.Nick Clifton2-1/+7
2014-04-23gas/arm: Fix gas tests to run on armeb-linux-eabiWill Newton5-6/+12
2014-04-23gas/arm: Force output of a data mapping symbol for literal poolsWill Newton5-2/+30
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett8-2/+104
2014-04-22Add missing ChangeLog entries for nios2 gas selftest patch.Sandra Loosemore2-0/+10
2014-04-22Fix alignment for the first section frag on xtensaMax Filippov6-1/+28
2014-04-22Fix Nios II assembler self-test mode.Sandra Loosemore3-0/+153
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson31-1808/+1678
2014-04-16Fix more fallout from TC_CONS_FIX_NEW changeAlan Modra3-2/+7
2014-04-10bfd/ChangeLogDenis Chertykov7-3/+215
2014-04-10Add support for the MIPS P5600 family of CPUs.Andrew Bennett3-0/+9
2014-04-09Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.Nick Clifton5-4/+12
2014-04-09ppc476 gas warn on data in code sectionsAlan Modra4-1/+87
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra51-325/+427
2014-04-04Add support for Intel SGX instructionsIlya Tocar8-0/+57
2014-04-02Add checks for overfar branchesDJ Delorie2-2/+17
2014-04-02This fixes an internal error in GAS, triggered by the test case reported in P...Nick Clifton2-2/+13
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov5-3/+100
2014-03-29 * gas/ChangeLog: RevertDenis Chertykov7-115/+3
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov7-3/+115
2014-03-27This fixes a compile time error triggered by -Werror=format-security becauseNick Clifton2-1/+6
2014-03-26Add support for %hi8, %hi16 and %lo16 being used when relocation are necessary.Nick Clifton2-2/+35
2014-03-25This patch adds a new pseudo-op - .seh_code - to structured exception handlingNick Clifton3-1/+17
2014-03-25Revert "Remove magic treatment of toc symbols for powerpc ELF"Alan Modra2-4/+24
2014-03-21Add support to the Xtensa target for creating trampolines for out-of-range br...David Weatherford11-2/+753
2014-03-20Add opcode relaxation for rl78-elfDJ Delorie5-23/+511