gas: make [248]byte directives available everywhere

These aren't specific to ELF at all, and seem generally useful.
So pull them out of the ELF backend and into the common core.
This commit is contained in:
Mike Frysinger
2021-01-13 22:14:10 -05:00
parent 5aa06b1b14
commit 5fda40b28f
4 changed files with 10 additions and 11 deletions

View File

@@ -530,6 +530,9 @@ static const pseudo_typeS potable[] = {
{"weakref", s_weakref, 0},
{"word", cons, 2},
{"zero", s_space, 0},
{"2byte", cons, 2},
{"4byte", cons, 4},
{"8byte", cons, 8},
{NULL, NULL, 0} /* End sentinel. */
};