Re: [ipxe-devel] [RFC] [gdb] fix compilation error with gcc 9.2

2019-09-19 Thread Christian Ehrhardt
Hi, In the meantime I 've had a few people reproducing the issue so it doesn't seem "just me". Thanks Valentine and Matthias for that. In addition I reached out to binutils upstream [1] and they confirmed that the change was not an accident/bug but intentional [2] so I guess we really should

Re: [ipxe-devel] [RFC] [gdb] fix compilation error with gcc 9.2

2019-09-11 Thread Christian Ehrhardt
On Tue, Sep 10, 2019 at 12:10 PM Christian Ehrhardt wrote: > > When building the x86_64 gdbidt with newer gcc it fails recognizing > the segment registers FS/GS being too short for pushq/popq. > arch/x86_64/core/gdbidt.S:109: Error: operand type mismatch for `push' >