Oug - Convert Global Identifiers to Uppercase

This switch controls whether external identifiers (declared with the EXTERN directive) and public identifiers (declared with the PUBLIC directive) are converted to uppercase before writing them to the object file. By default, no conversion is performed and the symbols are written to the object file exactly as they were entered into the symbol table during assembly.

┌────┬──────┬─────┬────┬──────────────────────────────────────────────────┐
│Type│Global│Group│File│Default                                           │
├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤
│S   │Yes   │Yes  │Yes │-Oug (do not convert global identifiers to        │
│    │      │     │    │uppercase in object file)                         │
└────┴──────┴─────┴────┴──────────────────────────────────────────────────┘

Related Information:


[Back: Ods - Symbolic Debug Information in Object File]
[Next: Ous - Convert Group and Segment Names to Uppercase]