| Syntax: | Default: |
| /Ndname | Use DATA32, BSS32, and CONST32_RO |
Use /Nd to specify the names of default data, uninitialized data, and constant sections as nameDATA32, nameBSS32, and nameCONST32_RO, respectively. You can then give the sections special attributes, with the /SECTION linker option. The renamed sections are not placed in the default data group (DGROUP).
Notes:
If you do not use the /Nd option, the default names are DATA32, BSS32, and CONST32_RO.