hppa/ELF: fix .text/.data interaction with .previous
authorJan Beulich <jbeulich@suse.com>
Fri, 22 Dec 2023 08:35:52 +0000 (09:35 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 22 Dec 2023 08:35:52 +0000 (09:35 +0100)
commit1124f3d536e5e03c3fd433c41b947fc49674c0cf
tree8e3f995929f4279134252a7b4f57cccedc3cf1fb
parent0495b25221b3f6b3b26a7ea898a8f0c5a712e43a
hppa/ELF: fix .text/.data interaction with .previous

For some ELF targets .text/.data are overridden. In that case
obj_elf_{text,data}() need calling, just like .code vectors to that
function for the remaining ELF targets.

While there also hand on the function arguments, even if right now
they're meaningless. This matches what other targets' code does.
gas/config/tc-hppa.c