as: Blackfin Options

1 
1 9.6.1 Options
1 -------------
1 
1 '-mcpu=PROCESSOR[-SIREVISION]'
1      This option specifies the target processor.  The optional
1      SIREVISION is not used in assembler.  It's here such that GCC can
1      easily pass down its '-mcpu=' option.  The assembler will issue an
1      error message if an attempt is made to assemble an instruction
1      which will not execute on the target processor.  The following
1      processor names are recognized: 'bf504', 'bf506', 'bf512', 'bf514',
1      'bf516', 'bf518', 'bf522', 'bf523', 'bf524', 'bf525', 'bf526',
1      'bf527', 'bf531', 'bf532', 'bf533', 'bf534', 'bf535' (not
1      implemented yet), 'bf536', 'bf537', 'bf538', 'bf539', 'bf542',
1      'bf542m', 'bf544', 'bf544m', 'bf547', 'bf547m', 'bf548', 'bf548m',
1      'bf549', 'bf549m', 'bf561', and 'bf592'.
1 
1 '-mfdpic'
1      Assemble for the FDPIC ABI.
1 
1 '-mno-fdpic'
1 '-mnopic'
1      Disable -mfdpic.
1