RE: [fpc-devel] Manual reload of a DLL snapshot (with relocations) causes multiple AV

2012-01-07 Thread Gennadiy Poryev
Thank you all for all the helpful suggestions :) Problem is now solved. As I suspected earlier, RTL uses quite a lot of absolute addressing while calling its internal routines. These addresses are stored both in initialized and uninitialized data sections of DLL (.data and .bss respectively).

Re: [fpc-devel] cannot compile fpc 2.6.0 for mips

2012-01-07 Thread Florian Klämpfl
Am 07.01.2012 06:33, schrieb Andrew Haines: Hi, I was trying to build a cross complier for mips-linux and met this error: make crossinstall PP=/usr/local/lib/fpc/2.6.0/ppcx64 OS_TARGET=linux CPU_TARGET=mipsel make[4]: Entering directory

Re: [fpc-devel] cannot compile fpc 2.6.0 for mips

2012-01-07 Thread Sven Barth
On 07.01.2012 10:09, Florian Klämpfl wrote: Am 07.01.2012 06:33, schrieb Andrew Haines: Hi, I was trying to build a cross complier for mips-linux and met this error: make crossinstall PP=/usr/local/lib/fpc/2.6.0/ppcx64 OS_TARGET=linux CPU_TARGET=mipsel make[4]: Entering directory

[fpc-devel] x86ins.dat

2012-01-07 Thread tgrundke
Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction Summary Table (Instructions with VEX prefix) /is4: An 8-bit immediate byte is present

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Sergei Gorelkin
07.01.2012 16:53, tgrundke пишет: Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction Summary Table (Instructions with VEX prefix) /is4: An

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Torsten
Hi, Am 07.01.2012 15:01, schrieb Sergei Gorelkin: 07.01.2012 16:53, tgrundke пишет: Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD xmm1, xmm2, xmm3/m128, xmm4 INTEL Def. 3.1.1.2 Opcode Column in the Instruction

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Florian Klämpfl
Am 07.01.2012 15:19, schrieb Torsten: Hi, Am 07.01.2012 15:01, schrieb Sergei Gorelkin: 07.01.2012 16:53, tgrundke пишет: Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD xmm1, xmm2, xmm3/m128, xmm4 INTEL Def.

Re: [fpc-devel] x86ins.dat

2012-01-07 Thread Torsten
Am 07.01.2012 15:27, schrieb Florian Klämpfl: Am 07.01.2012 15:19, schrieb Torsten: Hi, Am 07.01.2012 15:01, schrieb Sergei Gorelkin: 07.01.2012 16:53, tgrundke пишет: Hi, i am working on the AVX-support for the fp-compiler. Some AVX-assembler instructions have 4 operant e.g. VBLENDVPD