yury
|
64c586b86d
* Removed/ifdefed lots of unused variables.
|
4 år sedan |
pierre
|
7966b29b2f
i386-go32v2 also does not support progbits, as other COFF targets
|
4 år sedan |
yury
|
6e777d8967
* ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only comments in the external assembler output. Moved handling of these instructions to TExternalAssembler.WriteComments().
|
5 år sedan |
yury
|
5ec489c018
* ait_varloc instructions are handled and removed by Trgobj.translate_registers() and never left for an assembler.
|
5 år sedan |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 år sedan |
pierre
|
87bf6a4b56
Do not use .hidden for systems_wince, as is done for systems_windows
|
5 år sedan |
pierre
|
f71415a2de
Extend ait_ua_elf_const2str to all aitconst_XXX to fix mips/mipsel RTTI generation
|
5 år sedan |
Károly Balogh
|
6cc818cbe3
m68k: avoid more vlink warnings regarding changed section attributes, when the target system has no write-protected sections
|
5 år sedan |
nickysn
|
3d81dd0b00
* ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the
|
5 år sedan |
svenbarth
|
f150fc6b7c
* at least clang can savely generate relocatable readonly sections, so use "r" for aarch64-win64
|
5 år sedan |
svenbarth
|
329710f573
* use COFF sectionattrs for aarch64-win64 as well
|
5 år sedan |
svenbarth
|
3f62c5f5ef
+ introduce a virtual method for writing the section flags
|
5 år sedan |
svenbarth
|
b5a4f8837c
* rename the local sectionflags and sectionprogbits variables to the more clear usesectionflags and usesectionprogbits
|
5 år sedan |
svenbarth
|
3b1d5794e9
* Windows on AArch64 does not support ProgBits either
|
5 år sedan |
florian
|
8ac8c79a71
+ initial support for arm-freertos largely based on patch by Michael Ring
|
5 år sedan |
Károly Balogh
|
56ad37133e
m68k-amiga: hack to avoid a linker (vlink) warning about merging sections with different flags together. Amiga doesn't support true read only sections anyway
|
5 år sedan |
florian
|
40bbb28fd2
* do not write section flags/progbits for .data, .rodata .data.norel as the compiler will ignore them anyways and warn about it
|
5 år sedan |
svenbarth
|
f481587bee
* fix compilation on PE/COFF based systems with GNU AS as there the progbits are not supported
|
5 år sedan |
Jonas Maebe
|
e3c6ef21d1
* fixed compilation for Darwin and AIX after addition of section attributes
|
5 år sedan |
florian
|
245b58c249
+ support for arm attributes
|
5 år sedan |
florian
|
8ecdb2e9ca
+ dwarf support for tls threadvars
|
5 år sedan |
florian
|
16163b74ec
+ support for the gnu2 general-dynamic tls model on arm, use it instead of the gnu one as the gnu2 one can be relaxed (access optimizations by the linker)
|
5 år sedan |
florian
|
03dfc615dc
+ new relocations for arm tls
|
5 år sedan |
Jonas Maebe
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 år sedan |
florian
|
1ed0000ae8
+ Encode(U/S)leb128 take now a third parameter to force that the constant has a certain minimum size
|
6 år sedan |
Jonas Maebe
|
9e9a982bfe
* synchronised with trunk till r42095
|
6 år sedan |
Jonas Maebe
|
47812c8a3d
* don't double-define function aliases for Darwin defined via ".set" directive
|
6 år sedan |
Jonas Maebe
|
1b6425176b
* synchronised with trunk till r42049
|
6 år sedan |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 år sedan |
Jonas Maebe
|
5d28e2156b
+ support for generating Dwarf CFI using .cfi_* directives
|
6 år sedan |