On Sun, Mar 3, 2024 at 12:54 PM Eli Zaretskii wrote: > > From: Orgad Shaneh > > Cc: Orgad Shaneh > > Date: Sun, 3 Mar 2024 11:43:22 +0200 > > > > diff --git a/gdb/NEWS b/gdb/NEWS > > index 2638b3e0d9c..f1a50867375 100644 > > --- a/gdb/NEWS > > +++ b/gdb/NEWS > > @@ -13,6 +13,8 @@ > > the background, resulting in faster startup. This can be controlled > > using "maint set dwarf synchronous". > > > > +* Added built-in support for building on MSYS2 platform. > > + > > This is not how the GDB project announces new targets in gdb/NEWS. We > do it like this: > > * New targets > > GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* > > GNU/Linux/CSKY (gdbserver) csky*-*linux* > > AMDGPU amdgcn-*-* > > So you need to start a "New targets" section in the "since GDB 14" > part, and then add this new target there using the above style. > Done, but since this change is also about build env, I left also my original note. - Orgad