5.1.6.3 Reserved Section Names with Implied Attributes [DD]

The following section names are available for user applications and are recognized to have implied attributes:

Reserved NameImplied Attribute(s)
.textcode
.datadata
.bssbss
.xbssbss, xmemory
.xdatadata, xmemory
.nbssbss, near
.ndatadata, near
.ndconstdata, near
.pbssbss, persist
.dconstdata
.ybssbss, ymemory
.ydatadata, ymemory
.const

Reserved section names may be used with explicit attributes. If the explicit attribute(s) conflict with any implied attribute(s), an error will be reported.

Implied attributes for reserved section names other than [.text, .data, .bss] are deprecated. A warning will be issued if these names are used without explicit attributes.