visium: drop .bss and .skip overrides
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Jan 2024 07:11:43 +0000 (08:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Jan 2024 07:11:43 +0000 (08:11 +0100)
commit1ca08a72955dba234586f3cc236be1b343da01b2
tree3e8122eebea565cfa05a48440fa860daadcf96f6
parent249c34fc06e098a9db6bceeaf38528d546d16061
visium: drop .bss and .skip overrides

The comment in s_bss() looks bogus (perhaps simply stale, or wrongly
copied from another target). It also doesn't look to be a good idea to
override the custom handler that ELF has (afaict doing so broke
.previous as well as sub-section specification).

The override for .skip is simply pointless, for read.c having exactly
the same.

While there also drop two adjacent redundant (with read.h) declarations
(which would be outright dangerous if read.h wasn't included anyway).
gas/config/tc-visium.c