aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-03This patch enhances the MSP430 port of GAS so that, if requested, it willNick Clifton1-571/+233
2014-01-24Add .data and .bss refsym symbolsDJ Delorie1-3/+50
2014-01-23Remove the display of known MCU names from the MSP430 port of GAS.Nick Clifton1-36/+16
2014-01-22Add .refsym to msp430 backendDJ Delorie1-0/+10
2013-12-13 * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.Nick Clifton1-4/+17
2013-10-08 * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an aliasNick Clifton1-46/+108
2013-09-18 * config/tc-msp430.c (OPTION_MOVE_DATA): Define.Nick Clifton1-0/+39
2013-06-25 * config/tc-msp430.c (msp430_srcoperand): Do not allow the use ofNick Clifton1-11/+14
2013-05-16 * config/tc-msp430.c: Make -mmcu recognise more part numbers.Nick Clifton1-279/+615
2013-05-02 * archures.c: Add some more MSP430 machine numbers.Nick Clifton1-311/+1779
2012-05-17 PR 14072Nick Clifton1-3/+2
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-3/+2
2009-09-02update copyright datesAlan Modra1-1/+1
2009-07-24 PR 10437Nick Clifton1-4/+4
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-37/+1
2007-10-11PR gas/5155Nick Clifton1-20/+17
2007-07-03Switch to GPLv3Nick Clifton1-1/+1
2007-02-28PR gas/2623Nick Clifton1-1/+1
2007-02-01 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.Alan Modra1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-4/+1
2006-05-08 PR gas/2623bNick Clifton1-1/+1
2006-04-23 * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,Kazu Hirata1-2/+2
2005-09-092005-09-09 Dmitry Diky <diwil@spec.ru>Dmitry Diky1-9/+10
2005-09-012005-09-01 Dmitry Diky <diwil@spec.ru>Dmitry Diky1-11/+25
2005-08-122005-08-12 Dmitry Diky <diwil@spec.ru>Dmitry Diky1-7/+106
2005-08-11 * README-vms: Delete.Alan Modra1-6/+5
2005-08-08Add support for msp430x21xx variantsNick Clifton1-0/+6
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-1/+1
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-16/+0
2005-01-04(md_apply_fix3): Fix offset calculation for global label.Nick Clifton1-2/+14
2004-11-19include/opcode/Alan Modra1-0/+91
2004-08-25Apply Dmitry Diky's patches to add relaxation to msp430.Nick Clifton1-653/+1213
2004-07-26Add new subtargets: msp430x1610, msp430x1611, msp430x1612, msp430x415,Nick Clifton1-4/+15
2003-12-10Remove redundant returns in void functions.Ben Elliston1-1/+0
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-5/+5
2003-09-17 * config/tc-msp430.c (MAX_OP_LEN): Set to 256.Alan Modra1-16/+15
2003-08-08Add MSP430 variantsNick Clifton1-20/+35
2003-08-01 * config/tc-msp430.c (msp430_srcoperand): Extend 'push' bug workaroundAlan Modra1-10/+2
2003-05-07(md_show_usage): Add missing lines to known cpus list.Nick Clifton1-0/+2
2003-03-04(mcu_types): Add recenly announced x1122 and x1123 devices, add missed x437.Nick Clifton1-15/+17
2003-01-28Replace occurences of 'tolower' with 'TOLOWER'.Nick Clifton1-3/+3
2002-12-30Add support for msp430.Nick Clifton1-0/+1552