[Ada] Factor out worker procedure for -gnatR
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 29 May 2018 09:36:34 +0000 (09:36 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 29 May 2018 09:36:34 +0000 (09:36 +0000)
commit7883c42e3ffab6c1a87e22637384cf2c80193055
treeb7cb546dc77a4820c754bd41dc9f540f90d6229f
parent76b382d9a042b307efa3d87c68b692c2c51d3197
[Ada] Factor out worker procedure for -gnatR

This extracts a worker procedure for printing the layout of a single component
from List_Record_Layout so as to make the next change more readable.

2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* repinfo.adb (List_Component_Layout): New procedure extracted from...
(List_Record_Layout): ...here.  Invoke it.

From-SVN: r260867
gcc/ada/ChangeLog
gcc/ada/repinfo.adb