Footnotes

Note

Clicking on a [Return] link takes you to the first reference to the footnote you are returning from. If there are multiple references to that footnote, this might not be the place you came from.


  1. [Tru64]  32-bit pointers available with -xtaso_short. [Return]

  2. [Tru64]  Tru64 UNIX Version 5.0 supports 128-bit long double. [Return]

  3. [Return]

  4. [Return]

  5. [Return]

  6. This is similar to the effect of the gcc compiler's -fno-commons option. [Return]

  7. The sizeof operator specifies the number of bytes retrieved to get an element, not (number-of-bits +7)/8. [Return]

  8. For backward compatibility, dbx also accepts two slashes ( // ) as a division operator. [Return]

  9. The program status register is useful only for kernel debugging. For user-level programs, its value is always 8. [Return]

  10. EXTD is Extended C language, also know as K&R C. [Return]

  11. You can also suppress this message by deactiviating the k warning class. [Return]

  12. You must also deactivate the h warning class to suppress this message. [Return]

  13. You must also deactivate the C warning class to suppress this message. [Return]

  14. You must also deactivate the d warning class to suppress this message. [Return]

  15. You must also deactivate the n warning class to suppress this message. [Return]

  16. You must also deactivate the p warning class to suppress this message. [Return]

  17. You must also deactivate the o warning class to suppress this message. [Return]

  18. Other flags may also suppress these messages. [Return]