Age | Commit message (Expand) | Author | Files | Lines |
2016-05-16 | stop defining linkrelax in multiple places | Trevor Saunders | 1 | -3/+3 |
2016-04-14 | remove some unused globals | Trevor Saunders | 1 | -1/+1 |
2016-04-06 | Fix MSP430 assembler's detection of NOP and EINT. | Nick Clifton | 1 | -1/+24 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -5/+5 |
2016-04-01 | Constify more | Alan Modra | 1 | -1/+1 |
2016-03-31 | cast literal to char * when assigning to input_line_ptr | Trevor Saunders | 1 | -1/+1 |
2016-03-29 | make md_parse_option () take a const char * | Trevor Saunders | 1 | -1/+1 |
2016-03-22 | make more variables const | Trevor Saunders | 1 | -1/+1 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -1/+1 |
2016-03-07 | Add const qualifiers at various places. | Trevor Saunders | 1 | -1/+1 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -3/+3 |
2016-02-17 | Update list of known MSP430 MCUs. | Nick Clifton | 1 | -1/+15 |
2016-02-04 | Fix the encoding of the MSP430's RRUX instruction. | Nick Clifton | 1 | -57/+3 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-15 | Remove refernces to a non-existent silicon errata. | Nick Clifton | 1 | -10/+3 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-10-22 | Add support for MSP430 silicon errata to the assembler. | Nick Clifton | 1 | -79/+257 |
2015-10-12 | Update list of known MSP430 MCU names. | Nick Clifton | 1 | -62/+614 |
2015-08-12 | Remove trailing spaces in gas | H.J. Lu | 1 | -58/+58 |
2015-08-11 | Convert 'A && (!A || B)' to 'A || B' in various places. | Nick Clifton | 1 | -10/+10 |
2015-05-05 | Add support to the MSP430 linker for the automatic placement of code and data... | Nick Clifton | 1 | -14/+26 |
2015-02-05 | Fix msp430 build with gcc-5 | Alan Modra | 1 | -2/+2 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-03 | Fixes a snafu checking the size of 20-bit immedaite values. | Nick Clifton | 1 | -1/+1 |
2014-06-03 | Change -mz command line option to -my for the MSP430 port of GAS. | Nick Clifton | 1 | -7/+7 |
2014-05-20 | Fix MSP430 assembler to support #hi(<symbol>). | Nick Clifton | 1 | -27/+49 |
2014-03-03 | This patch enhances the MSP430 port of GAS so that, if requested, it will | Nick Clifton | 1 | -571/+233 |
2014-01-24 | Add .data and .bss refsym symbols | DJ Delorie | 1 | -3/+50 |
2014-01-23 | Remove the display of known MCU names from the MSP430 port of GAS. | Nick Clifton | 1 | -36/+16 |
2014-01-22 | Add .refsym to msp430 backend | DJ Delorie | 1 | -0/+10 |
2013-12-13 | * config/tc-msp430.c (mcu_types): Add some more 430X mcu names. | Nick Clifton | 1 | -4/+17 |
2013-10-08 | * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias | Nick Clifton | 1 | -46/+108 |
2013-09-18 | * config/tc-msp430.c (OPTION_MOVE_DATA): Define. | Nick Clifton | 1 | -0/+39 |
2013-06-25 | * config/tc-msp430.c (msp430_srcoperand): Do not allow the use of | Nick Clifton | 1 | -11/+14 |
2013-05-16 | * config/tc-msp430.c: Make -mmcu recognise more part numbers. | Nick Clifton | 1 | -279/+615 |
2013-05-02 | * archures.c: Add some more MSP430 machine numbers. | Nick Clifton | 1 | -311/+1779 |
2012-05-17 | PR 14072 | Nick Clifton | 1 | -3/+2 |
2010-06-28 | * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define. | Alan Modra | 1 | -3/+2 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-07-24 | PR 10437 | Nick Clifton | 1 | -4/+4 |
2007-10-17 | Remove duplicate definitions of the md_atof() function | Nick Clifton | 1 | -37/+1 |
2007-10-11 | PR gas/5155 | Nick Clifton | 1 | -20/+17 |
2007-07-03 | Switch to GPLv3 | Nick Clifton | 1 | -1/+1 |
2007-02-28 | PR gas/2623 | Nick Clifton | 1 | -1/+1 |
2007-02-01 | * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move. | Alan Modra | 1 | -2/+2 |
2006-06-07 | remove some duplicate #include's. | Alan Modra | 1 | -4/+1 |
2006-05-08 | PR gas/2623b | Nick Clifton | 1 | -1/+1 |
2006-04-23 | * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, | Kazu Hirata | 1 | -2/+2 |
2005-09-09 | 2005-09-09 Dmitry Diky <diwil@spec.ru> | Dmitry Diky | 1 | -9/+10 |
2005-09-01 | 2005-09-01 Dmitry Diky <diwil@spec.ru> | Dmitry Diky | 1 | -11/+25 |