SEC15_USER_LABEL_PREFIX.hss 589 B

12345678910111213
  1. [Main]
  2. Title=__USER_LABEL_PREFIX__
  3. [Top]
  4. This macro expands to a single token which is the prefix applied to
  5. user labels (symbols visible to C code) in assembly. For example, in
  6. the <CODE>m68k-aout</CODE> environment it expands to an <CODE>_</CODE>, but in the
  7. <CODE>m68k-coff</CODE> environment (as TIGCC is) it expands to nothing.
  8. <BR><BR>
  9. This macro will have the correct definition even if
  10. <B>'-f(no-)underscores'</B> is in use, but it will not be correct if
  11. target-specific options that adjust this prefix are used (e.g. the
  12. OSF/rose <B>'-mno-underscores'</B> option).