[hatari-devel] Timestamp problem with GEMDOS drive |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Timestamp problem with GEMDOS drive
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 18 Feb 2017 10:27:28 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1487410058; l=416; s=domk; d=seimet.de; h=Content-Disposition:Content-Type:MIME-Version:Subject:To:From:Date; bh=Jbt7qw4/Hkoa7bByBcc+R0sdWwIwttEoyyn+q49V85M=; b=No9LHCNers/EHoJtxZPg2PbgW0ZF0eMRfBaEXljhVOrk4qdjUArl/kBeKbUMW85xcs 6TUJTNwTwIqAv5F1e8+rdr35HzN6HTSiqaLs6YMA3fs5LqvV8nrZ3E49scQT3r93uCXK mL8Fhe6pDCoCDck2cOkUQO5KqQJfvIjcQQBWc=
Hi,
With the current development version I observe wrong timestamps when
compiling with Pure C. A C source file A.C has the timestamp 10:21.
After compiling it to A.O the resulting object file has the timestamp
10:20, i.e. it is not newer but older than the source file.
This is reproducable. The desktop shows that .O files are a minute older
than the .C files they were compiled from.
Take care
Uwe