sergei
|
9cc0bdd6b9
+ Missing part of internal ARM assembler, Mantis #26588. I'm not setting it as default for arm-wince yet, because testing reveals several points in generic code that need adjustments.
|
10 жил өмнө |
Jonas Maebe
|
2c3aa7cee0
* give an internal error in second_int_to_bool() if left.expectloc was not
|
10 жил өмнө |
Jonas Maebe
|
ff25f5c923
* set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwin
|
10 жил өмнө |
Jonas Maebe
|
16183bebfe
* libc's open() function is a varargs function
|
10 жил өмнө |
Jonas Maebe
|
eb419b58c5
- disable inlining of routines that contain a call to a C-style varargs
|
10 жил өмнө |
Jonas Maebe
|
fde6448063
* don't directly add something to ref.index in get_bit_reg_ref_sref, as it
|
10 жил өмнө |
Jonas Maebe
|
9f929695cf
* fixed tcgshlshrnode.pass_generate_code for 64 bit targets
|
10 жил өмнө |
sergei
|
472310d83f
* ARM: Fixed interface wrapper generation after r28542 for targets without BX instruction.
|
10 жил өмнө |
svenbarth
|
ba75fd62f0
Fix for Mantis #27348. Applied patch by Do-wan Kim plus comments for the reason.
|
10 жил өмнө |
sergei
|
50639d89e7
* x86_64-linux startup: use ABI tag from abitag.o, cleaned out inlined versions.
|
10 жил өмнө |
pierre
|
d939a163f7
Fix errors and improve ouput of ppudump
|
10 жил өмнө |
pierre
|
c5de263637
Set default assembler to elf64 writer for x86_64-solaris target
|
10 жил өмнө |
pierre
|
c7e939b243
Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer
|
10 жил өмнө |
Tomas Hajny
|
608b14ab4e
* make sure that the stack size passed to emxbind is valid (override the value passed using $M if necessary)
|
10 жил өмнө |
Tomas Hajny
|
4cced1186d
* use the default locale for current country as the first fallback before using the 'Universal' locale if the locale set in LANG is not recognized/supported by OS/2
|
10 жил өмнө |
Tomas Hajny
|
919e58fc99
* try a fallback to 'Universal' locale if the locale set in LANG is not recognized/supported by OS/2
|
10 жил өмнө |
pierre
|
56f53176e7
Add freebsd, openbsd and OS2 to the list of i386 targets handling records with only one float as normal float
|
10 жил өмнө |
florian
|
69ac7dd7ef
* limit initialization to register variables which really need to be initialized
|
10 жил өмнө |
Tomas Hajny
|
0f83e24145
* Unicode utilities now built for targets OS/2 and EMX too
|
10 жил өмнө |
Tomas Hajny
|
6230131a4d
* include OS/2 and EMX in CollationOSes
|
10 жил өмнө |
Tomas Hajny
|
caa749f6a0
* UTF-8 may not be the system codepage on OS/2 - skipped
|
10 жил өмнө |
Tomas Hajny
|
693a239842
* information about GCC version used for compiling the OS/2 object files added
|
10 жил өмнө |
pierre
|
84bb209ce8
Add some missing C compiler information found inside C objects
|
10 жил өмнө |
Tomas Hajny
|
5a03b52801
* compiled object files for OS/2
|
10 жил өмнө |
Tomas Hajny
|
d3ee7d4999
* there is no wchar.h included in EMX GCC port (but it is fortunately not needed for our testsuite)
|
10 жил өмнө |
sergei
|
53c943c5a1
+ ELF linker: support writing DT_PREINIT_ARRAY/DT_INIT_ARRAY/DT_FINI_ARRAY dynamic tags. Still misses a lot of sanity checks, and does not sort entries.
|
10 жил өмнө |
sergei
|
2efa348b19
- Cleaned out more assembler hacks around ExitCode variable
|
10 жил өмнө |
sergei
|
d6f5bcee45
- Cleaned out assembler hacks around ExitCode variable
|
10 жил өмнө |
sergei
|
e2eb6dffbb
+ x86_64-linux: build ABI tag separately, the purpose it twofold: 1) it is the only part of startup that cannot be yet handled directly by compiler, 2) it provides a single point to modify whenever necessary.
|
10 жил өмнө |
sergei
|
bb8de483f2
- Removed "version" directive, all it does is creation of extra PT_NOTE segment, which does not appear in programs compiled with C.
|
10 жил өмнө |