BFD .relr.dyn?

Hi everyone.

I’m playing on codingame for a few mounths now, and i never had any issue. Since yesterday, i have this displaying in console when i try to run my program in condingame IDE :

Sortie standard :

BFD: /lib64/ld-linux-x86-64.so.2: unknown type [0x13] section `.relr.dyn’

BFD: /lib/x86_64-linux-gnu/libc.so.6: unknown type [0x13] section `.relr.dyn’

BFD: /lib/x86_64-linux-gnu/libm.so.6: unknown type [0x13] section `.relr.dyn’

I’m coding on microsoft visual studio, with codingame sync tool, on a windows 10 pro computer. Nothing changed recently on my setup.

I just tested with default code in a new puzzle, same thing happen, so i don’t think it’s related to my computer, or my IDE or files.

Any idea of what this is ? is it important, or can i just ignore it ? puzzles seem to be still solvable anyway.

thank you very much for your help and for your time :slight_smile:

Which programming language?

i’m coding in c++.

when i try with c, i have only two weird lines :

BFD: /lib64/ld-linux-x86-64.so.2: unknown type [0x13] section `.relr.dyn’

BFD: /lib/x86_64-linux-gnu/libc.so.6: unknown type [0x13] section `.relr.dyn’

when i try in python 3, VB.Net, javascript, or c#, everything is ok, no weird line.

I confirm seeing it as well (c++).

I’m assuming the version of the linker or one of it’s libraries or settings has been updated/changed. As those are linker warnings.