Sourceware network outage, Tuesday 2023-01-31

2023-01-30 Thread Mark Wielaard
We've received word from our data centre hosts that they will have a network infrastructure outage tomorrow, Tuesday 2023-01-31, between 8am and 12am EST (UTC-5). We may follow that up with a server firmware-related update/boot. This impacts sourceware.org, builder.sourceware.org, patchwork.source

Re: [PATCH] addr2line: -C should not try to handle optional (ignored) argument

2023-01-30 Thread Mark Wielaard
Hi, On Mon, Jan 23, 2023 at 10:11:28AM +0100, Mark Wielaard wrote: > The --demangle option takes an option (ignored) argument. Since -C > is the short option of --demangle it also takes that optional > argument. But that means that something like -Cfi is like -C got > fi as argument, while the use

Re: [PATCH] libdw: Search for abstract origin in the correct CU

2023-01-30 Thread Mark Wielaard
Hi, On Mon, Jan 23, 2023 at 10:15:20AM +0100, Mark Wielaard wrote: > With gcc -flto the abstract origin of an inlined subroutine > could be in a different CU. dwarf_getscopes might return an > empty scope if it cannot find the abstract origin scope. So > make sure to search in the > > We also tri