https://sourceware.org/bugzilla/show_bug.cgi?id=33765
--- Comment #4 from Sam James <sam at gentoo dot org> --- 2.42 is fast: ``` $ time /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld -pie -z pack-relative-relocs --eh-frame-hdr -m elf_x86_64 Scrt1.o crti.o crtbeginS.o amdgpu_top-a797a75eb19ad674.amdgpu_top.6162e9ef1383e27f-cgu.0.rcgu.o -L. -Bstatic libcompiler_builtins-e2a93e358f074ed3.rlib -Bdynamic -ldl -ldl -ldrm -ldrm_amdgpu -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr crtendS.o crtn.o -o amdgpu_top-a797a75eb19ad674 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: Scrt1.o: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: ./libdrm.so: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: ./libdrm_amdgpu.so: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: ./libgcc_s.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: /lib64/libm.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: /lib64/libmvec.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: /lib64/libc.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: /lib64/ld-linux-x86-64.so.2: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld: warning: /lib64/ld-linux-x86-64.so.2: unsupported GNU_PROPERTY_TYPE (5) type: 0x3 real 0m5.815s user 0m4.034s sys 0m1.729s ``` and >=2.43 is slow. -- You are receiving this mail because: You are on the CC list for the bug.
