Message ID | 1410340929-20653-11-git-send-email-keven.boell@intel.com |
---|---|
State | New |
Headers | show |
> From: Keven Boell <keven.boell@intel.com> > Cc: sanimir.agovic@intel.com, Keven Boell <keven.boell@intel.com> > Date: Wed, 10 Sep 2014 11:21:58 +0200 > > 2014-06-27 Keven Boell <keven.boell@intel.com> > Sanimir Agovic <sanimir.agovic@intel.com> > > * NEWS: Add entry for dynamic array support > in Fortran. > > > --- > gdb/NEWS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gdb/NEWS b/gdb/NEWS > index d603cf7..37d8600 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,9 @@ > > *** Changes since GDB 7.8 > > +* Fortran dynamic array support: It allows the user to evaluate > + dynamic arrays like an ordinary static array. > + OK. Thanks.
diff --git a/gdb/NEWS b/gdb/NEWS index d603cf7..37d8600 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,9 @@ *** Changes since GDB 7.8 +* Fortran dynamic array support: It allows the user to evaluate + dynamic arrays like an ordinary static array. + * On resume, GDB now always passes the signal the program had stopped for to the thread the signal was sent to, even if the user changed threads before resuming. Previously GDB would often (but not