Change ARI to mention C++11, and remove some rules
authorTom Tromey <tromey@adacore.com>
Mon, 15 Jul 2019 16:41:18 +0000 (10:41 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 19 Jul 2019 15:37:00 +0000 (09:37 -0600)
commit56f79b630766bb134400b4a8da43941cfc31c0c0
treee5ff6c2c6c9fd23f7cc299c65049a7737ff36e0e
parent4c5aa8e0b1b4439f73ef1f82344e408b989f85df
Change ARI to mention C++11, and remove some rules

I noticed that ARI mentions "ISO C 90", but now gdb uses C++11.  This
patch updates some text to reflect this change.

I also noticed that a few rules can be removed now.  ARGSUSED doesn't
seem to be an issue any more (there's no code mentioning this and I
doubt most of us even remember this convention); PARAMS was specific
to K&R C; and __func__ is available in C++11.

gdb/ChangeLog
2019-07-19  Tom Tromey  <tromey@adacore.com>

* contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
(ARGSUSED, PARAMS, __func__): Remove rules.
gdb/ChangeLog
gdb/contrib/ari/gdb_ari.sh
This page took 0.052992 seconds and 4 git commands to generate.