<p>Am 02.12.2015 17:40 schrieb "Michael Van Canneyt" <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>>:<br>
><br>
><br>
><br>
> On Wed, 2 Dec 2015, Mattias Gaertner wrote:<br>
><br>
>> On Wed, 2 Dec 2015 16:49:30 +0100 (CET)<br>
>> Michael Van Canneyt <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> wrote:<br>
>><br>
>>> [...]<br>
>>> Hm. ppudump should be backwards compatible ? Or at least, that was the original design ?<br>
>><br>
>><br>
>> AFAIK it never supported older versions.<br>
>><br>
>> For example:<br>
>> pascal/3.0.0/fpc/compiler/utils/ppudump -Fj /usr/lib/fpc/2.6.4/units/x86_64-linux/graph/ggigraph.ppu<br>
>> Unsupported PPU version 135. Expecting PPU version 172.<br>
><br>
><br>
> Strange; Originally it could handle any version, it was a tool independent of the compiler. I seem to remember some discussion which probably changed that.</p>
<p>The file format itself is backwards compatible regarding the entries (one can skip entries one does not know), but the entries themselves aren't necessarily extended in a backwards compatible way...</p>
<p>Regards,<br>
Sven</p>