Arnaud Charlet <char...@adacore.com> 于2021年2月23日周二 下午5:33写道: > > > > > For MIPS N64 and N32: > > > > add GNATRTL_128BIT_PAIRS to LIBGNAT_TARGET_PAIRS > > > > add GNATRTL_128BIT_OBJS to EXTRA_GNATRTL_NONTASKING_OBJS > > > > > > > > gcc/ada/ChangeLog: > > > > PR ada/98996 > > > > * Makefile.rtl: <mips*-*-linux*> add 128Bit operation file to MIPS > > > > N64 and N32 (LIBGNAT_TARGET_PAIRS, EXTRA_GNATRTL_NONTASKING_OBJS). > > > > > > As for the other recent submit, the ChangeLog file is now generated > > > automatically. > > > > I did generate the ChangeLog by contrib/mklog.py by: > > contrib/mklog.py 0002_MY_PATCH.patch > > and get an empty ChangeLog template. > > > > gcc/ada/ChangeLog: > > > > * ChangeLog: > > * Makefile.rtl: > > > > So, should I keep it as is? > > The ChangeLog file is generated automatically, so you should not touch it.
Thank you. I got it. so the the ChangeLog file is generated for the ChangeLog section of commit msg? > > Arno -- YunQiang Su