clean.adb, [...]: Fix bad table increment values (much too small)
authorRobert Dewar <dewar@adacore.com>
Tue, 31 Oct 2006 17:51:38 +0000 (18:51 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 31 Oct 2006 17:51:38 +0000 (18:51 +0100)
commitcce685621b46adb534ec20fcf9a76606596288be
tree82f467f6771df85b9ce495a5af4527dc1f9635c0
parentc064e066027cb688449ce4e3fd28126fe45b0e11
clean.adb, [...]: Fix bad table increment values (much too small)

2006-10-31  Robert Dewar  <dewar@adacore.com>

* clean.adb, gnatname.adb, gnatsym.adb, prep.adb, prep.ads,
prepcomp.adb, prj.ads, prj-strt.adb, sem_maps.ads,
vms_conv.adb: Fix bad table increment values (much too small)

* table.adb (Realloc): Make sure we get at least some new elements
Defends against silly small values for table increment

From-SVN: r118249
gcc/ada/clean.adb
gcc/ada/gnatname.adb
gcc/ada/gnatsym.adb
gcc/ada/prep.adb
gcc/ada/prep.ads
gcc/ada/prepcomp.adb
gcc/ada/prj-strt.adb
gcc/ada/prj.ads
gcc/ada/sem_maps.ads
gcc/ada/table.adb
gcc/ada/vms_conv.adb