Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Mark Morgan Lloyd
Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build it? Building the RTL for Linux should be (assuming that your FPC

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Sven Barth
Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build it? Building the

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Tomas Hajny
On Wed, July 24, 2013 16:36, Bernd Oppolzer wrote: Hello Bernd, . . Free Pascal Compiler version 2.7.1 [2013/07/24] for i386 Copyright (c) 1993-2013 by Florian Klaempfl an When trying to build the RTL for OS/2 (running make in the os2 subdir of fpc/rtl), I get the following messages:

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Tomas Hajny
On Wed, July 24, 2013 16:36, Bernd Oppolzer wrote: Hello Bernd, . . Free Pascal Compiler version 2.7.1 [2013/07/24] for i386 Copyright (c) 1993-2013 by Florian Klaempfl an When trying to build the RTL for OS/2 (running make in the os2 subdir of fpc/rtl), I get the following messages:

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build

[fpc-devel] infodwarf using lots of CPU, due to missing error check / patch

2013-07-25 Thread Martin
In ParseCompilationUnit line 579 / trunk (form within last 7 days) extended_opcode_length := ReadULEB128(); for i := 0 to extended_opcode_length-2 do ReadNext(); I have a case where that goes wrong. the length is well over 1 million (obviously wrong) In

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Sven Barth
Am 25.07.2013 15:12, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I