1 Commits

Author SHA1 Message Date
imxcc
53bd704db7 kpatch_elf: compatible with older versions of the so naming rules
New openEuler so naming rules have been changed, such as:
  old so naming rules: libc-x.y.z.so
     <----->
  new so naming rules: libc.so.x.y.z

We need support this two version.
fix elf/strip: adapt to new gcc version(10.3.1)

Signed-off-by: Bihong Yu <yubihong@huawei.com>
Signed-off-by: imxcc <xingchaochao@huawei.com>
2022-10-08 16:51:56 +08:00