Darwin, Ada : Fix bootstrap after stat entry changes.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 22 Oct 2020 17:12:25 +0000 (18:12 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 23 Oct 2020 18:16:37 +0000 (19:16 +0100)
commitc7c4a2787bae1a3eb239f5e69826727ff5c44373
treef30b9d6664ffa43ac2bc92f162116ac6e3838e88
parent0aa5a935b4cf9e106a04e582571db58f19173452
Darwin, Ada : Fix bootstrap after stat entry changes.

Darwin struct stat has timeval entry fields for file access and
modification times but they are named differently from those
on Linux.

As a workaround define the field names to the Darwin equivalent.

gcc/ada/ChangeLog:

* adaint.c: On Darwin platforms, define st_atim to
st_atimespec. Likwise st_mtim to st_mtimespec.
gcc/ada/adaint.c