diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-13 22:14:10 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-14 20:43:40 -0500 |
commit | 5fda40b28fb6ed86d76af1af68f61f3c016d3a26 (patch) | |
tree | 6043b6c5afb154ca0fb98eaaab8b484cebeb17e6 /gas/config/obj-elf.c | |
parent | 5aa06b1b14d46377b7218f16ba5efcab5829b917 (diff) | |
download | gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.zip gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.tar.gz gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.tar.bz2 |
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.
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r-- | gas/config/obj-elf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 6c0a6ae..f52dc69 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -121,10 +121,6 @@ static const pseudo_typeS elf_pseudo_table[] = /* A GNU extension for object attributes. */ {"gnu_attribute", obj_elf_gnu_attribute, 0}, - /* These are used for dwarf. */ - {"2byte", cons, 2}, - {"4byte", cons, 4}, - {"8byte", cons, 8}, /* These are used for dwarf2. */ { "file", dwarf2_directive_file, 0 }, { "loc", dwarf2_directive_loc, 0 }, |