pierre
|
35a1e6f59e
Add x86_64 as supported CPU for Solaris OS
|
vor 10 Jahren |
Tomas Hajny
|
08ce351a06
* don't use the OS/2 API function DosSearchPath for searching through the list of directories in FSearch because it always returns full path even for relative directory specifications (as opposed to what is expected in TP/BP)
|
vor 10 Jahren |
Tomas Hajny
|
2e5054186c
* include current directory in the list of searched directories in FSearch as expected in TP/BP
|
vor 10 Jahren |
Tomas Hajny
|
5176a069cf
* align DosError returned for empty filename in GetFAttr and SetFAttr to TP/BP
|
vor 10 Jahren |
Tomas Hajny
|
37acf48426
* align DosError returned for invalid (unused) handle in GetFTime and SetFTime to TP/BP
|
vor 10 Jahren |
Tomas Hajny
|
150ead4546
* skipping wrAbandoned test unsupported on OS/2 similarly to MS Windows
|
vor 10 Jahren |
Tomas Hajny
|
33856b9f7b
* fix typo in message and deallocate all previously allocated memory
|
vor 10 Jahren |
Tomas Hajny
|
dcffcd22e7
* fix a bug in Exec if calling a program without arguments
|
vor 10 Jahren |
Tomas Hajny
|
f263da87a2
* oops, the previous commit was wrong, reverting :-(
|
vor 10 Jahren |
Tomas Hajny
|
a8ef98bf36
* fix libz DLL name for OS/2
|
vor 10 Jahren |
Tomas Hajny
|
054ada1191
* skip this test for os2 and emx targets because it tries to link in a resource file in MS Windows format (rather than the OS/2 format) which is not supported
|
vor 10 Jahren |
Jonas Maebe
|
dc172ef55b
* disabled blocks tests for Darwin/ppc(64), as the blocks runtime is only
|
vor 10 Jahren |
pierre
|
ce20dcf7a6
* Add code to try old GNU emulation if new names are not recognized
|
vor 10 Jahren |
pierre
|
aebebe4f04
i386-solaris target: Add flags for pic code uses GOT and library requires pic
|
vor 10 Jahren |
pierre
|
e8d836f74c
Activate gdbint package for solaris target OS
|
vor 10 Jahren |
Károly Balogh
|
37cf157d7d
initialize pd to fix a warning with O3+
|
vor 10 Jahren |
Jonas Maebe
|
2f40fa7b33
* reintegrated "blocks" branch. Adds support for calling C-style blocks with
|
vor 10 Jahren |
Jonas Maebe
|
146e3bcb9e
* synchronised with trunk till r29513
|
vor 10 Jahren |
Jonas Maebe
|
e97f31541e
- reverted partial commit of merge
|
vor 10 Jahren |
Jonas Maebe
|
a76bbf363d
* synchronised with trunk r29513
|
vor 10 Jahren |
sergei
|
6708b83a16
* Refactor tasmlisttypedconstbuilder so it emits string/PChar data, if any, into a second asmlist, instead of appending it directly to global asmlist.
|
vor 10 Jahren |
sergei
|
ed4e876f4f
* Generate exception filters data on i386-win32 and x86_64-win64 without using global labels.
|
vor 10 Jahren |
sergei
|
a67478e033
* Simplified, removed redundant asmlist and duplicate call to maybe_new_object_file.
|
vor 10 Jahren |
Tomas Hajny
|
fdbd928453
* utils package still stay as standalone zip for smaller utilities in the main directory, but the source file name is one character longer than before now
|
vor 10 Jahren |
lacak
|
d8ce1caea3
fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil).
|
vor 10 Jahren |
sergei
|
d24382e8f8
* x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is).
|
vor 10 Jahren |
sergei
|
26cd3dc58a
* %OS -> %target, the former is invalid and breaks the entire run.
|
vor 10 Jahren |
florian
|
8d4b7f8b97
* search directory given by FPCDIR for the *.cod files as well as /usr/local/lib/fpc/lexyacc/ and /usr/lib/fpc/lexyacc/ on unix (despite current dir), resolves #27326
|
vor 10 Jahren |
florian
|
0b3130ad20
* "backported" changes from pyacc.pas to pyacc.y: pyacc.pas is generated actually from pyacc.y by pyacc
|
vor 10 Jahren |
florian
|
2c7f1c73ac
* pass -m elf_i386_sol2 to gld on i386-solaris as well, patch by H.Hartl, resolves #27265
|
vor 10 Jahren |