On 12/8/20 3:28 PM, Simon Marchi wrote: > On 2020-12-08 5:16 a.m., Martin Liška wrote: >> Temporary breakpoint 1 at 0x406150: file /home/marxin/Programming/gcc/gcc/gcc-main.c, line 44. >> Starting program: /home/marxin/bin/gcc/bin/gcc >> Downloading 1.00 MB separate debug info for /lib64/ld-linux-x86-64.so.2...10%..20%..30%..40%..50%..60%..70%..80%..90%..100% >> Downloading 4.20 MB separate debug info for /lib64/libm.so.6...10%..20%..30%..40%..50%..60%..70%..80%..90%..100% >> Downloading 10.72 MB separate debug info for /lib64/libc.so.6...10%..20%..30%..40%..50% >> >> Thoughts? > > Could you make it so the percentage always gets written at the same place, overwriting the  previous percentage written? Sure, implemented in the attached patch. Martin > > Simon