+2018-05-29 Joel Brobecker <brobecker@adacore.com>
+
+ * doc/gnat_ugn/platform_specific_information.rst: Update package
+ requirements for 32bit GNAT on x86_64-linux.
+ * gnat_ugn.texi: Regenerate.
+
2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
* doc/gnat_ugn/building_executable_programs_with_gnat.rst (Debugging
* Debian, Ubuntu: ``libc6-dev`` (normally installed by default).
If using the 32-bit version of GNAT on a 64-bit version of GNU/Linux,
-you'll need the 32-bit version of the glibc and glibc-devel packages:
+you'll need the 32-bit version of the following packages:
-* RedHat, SUSE: ``glibc.i686``, ``glibc-devel.i686``
-* Debian, Ubuntu: ``libc6:i386``, ``libc6-dev:i386``
+* RedHat, SUSE: ``glibc.i686``, ``glibc-devel.i686``, ``ncurses-libs.i686``
+* Debian, Ubuntu: ``libc6:i386``, ``libc6-dev:i386``, ``lib32ncursesw5``
Other GNU/Linux distributions might be choosing a different name
-for that package.
+for those packages.
.. index:: Windows
@end itemize
If using the 32-bit version of GNAT on a 64-bit version of GNU/Linux,
-you'll need the 32-bit version of the glibc and glibc-devel packages:
+you'll need the 32-bit version of the following packages:
@itemize *
@item
-RedHat, SUSE: @code{glibc.i686}, @code{glibc-devel.i686}
+RedHat, SUSE: @code{glibc.i686}, @code{glibc-devel.i686}, @code{ncurses-libs.i686}
@item
-Debian, Ubuntu: @code{libc6:i386}, @code{libc6-dev:i386}
+Debian, Ubuntu: @code{libc6:i386}, @code{libc6-dev:i386}, @code{lib32ncursesw5}
@end itemize
Other GNU/Linux distributions might be choosing a different name
-for that package.
+for those packages.
@geindex Windows