aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-msp430.texi
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02update copyright datesAlan Modra1-1/+1
2005-08-122005-08-12 Dmitry Diky <diwil@spec.ru>Dmitry Diky1-3/+12
* config/tc-msp430.c (msp430_enable_relax): New flag. (msp430_enable_polys): Likewise. (OPTION_RELAX): New option. (OPTION_POLYMORPHS): Likewise. (md_longopts): New long options. (md_show_usage): Updated. (md_parse_option): Add new options handler. (msp430_operands): Add check if polymorph insns are enabled. (msp430_force_relocation_local): New function. (md_apply_fix): Now delete relocs according to new flags combination. (msp430_relax_frag): Convert long branches to short branches only if flag msp430_enable_relax is set. * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined. (msp430_force_relocation_local): Likewise. * doc/c-msp430.texi: Describe new options.
2004-08-25Apply Dmitry Diky's patches to add relaxation to msp430.Nick Clifton1-1/+149
2002-12-30Add support for msp430.Nick Clifton1-0/+164