0

I am reading my build scripts of my project and found a place where it is written the following command

objcopy --redefine-sym =.L.str before.a after.a

Could somebody please explain me what does .L.str mean here?

Employed Russian
  • 199,314
  • 34
  • 295
  • 362
Pendyala
  • 585
  • 1
  • 6
  • 17
  • 1
    It's just a symbol name. But where is the old symbol name that's supposed to go before the `=`? Is that the exact command you are running? – Michael Feb 12 '22 at 09:12
  • @Michael, it seems they want to remove empty symbols and added this snippet to build scripts. If it is symbol, could you please tell me what this corresponds to. – Pendyala Feb 14 '22 at 14:47

0 Answers0