Jonas Maebe
|
e3c6ef21d1
* fixed compilation for Darwin and AIX after addition of section attributes
|
5 年之前 |
florian
|
245b58c249
+ support for arm attributes
|
5 年之前 |
florian
|
8ecdb2e9ca
+ dwarf support for tls threadvars
|
5 年之前 |
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 年之前 |
florian
|
03dfc615dc
+ new relocations for arm tls
|
5 年之前 |
Jonas Maebe
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
6 年之前 |
florian
|
1ed0000ae8
+ Encode(U/S)leb128 take now a third parameter to force that the constant has a certain minimum size
|
6 年之前 |
Jonas Maebe
|
9e9a982bfe
* synchronised with trunk till r42095
|
6 年之前 |
Jonas Maebe
|
47812c8a3d
* don't double-define function aliases for Darwin defined via ".set" directive
|
6 年之前 |
Jonas Maebe
|
1b6425176b
* synchronised with trunk till r42049
|
6 年之前 |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 年之前 |
Jonas Maebe
|
5d28e2156b
+ support for generating Dwarf CFI using .cfi_* directives
|
6 年之前 |
florian
|
27ab140dd9
+ gcc_except_table section
|
6 年之前 |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
6 年之前 |
florian
|
a092da723a
+ new fields for more precise control of alignment
|
6 年之前 |
florian
|
0cc3be49fa
* GAS readers and writers can handle section flags
|
6 年之前 |
Jeppe Johansen
|
74a7963d58
Redo overflow checking code.
|
6 年之前 |
Károly Balogh
|
ac127ac10a
palmos: no .rodata section here either
|
7 年之前 |
nickysn
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
7 年之前 |
yury
|
f37613ddd8
* Use .rodata and .data.rel.ro sections for Android with PIC.
|
8 年之前 |
pierre
|
f7c2ab2e7c
aggas.pas: Make WriteSection method of TGNUAssembler class virtual.
|
8 年之前 |
pierre
|
6eee90ad3f
Fix section alignment code for GNU assembler for smartlinked objects on aix system
|
8 年之前 |
yury
|
d139868dc4
* Use .rodata section for Android.
|
8 年之前 |
svenbarth
|
deb86a9e70
* Windows and GNU AS both correctly handle read only sections with relocations, so make use of that
|
8 年之前 |
Károly Balogh
|
f1f18d6f83
aggas: removed a bunch of amiga related hacks which are unnecessary if those systems use an aout GAS writer. made it possible to inject sectionattrs in a generic way
|
8 年之前 |
Károly Balogh
|
4e51dc2298
m68k: enable named sections for vasm generated objects. have a separate as_m68k_as_aout for a.out objects which doesn't have named sections. amiga and atari gas defaults to a.out, so have it default on these systems. finally enable section smartlinking for amiga and atari, which will be used with vasm assembler
|
8 年之前 |
Károly Balogh
|
ff09cb569d
atari: the Atari GNU AS won't tolerate .section .fpc, much like the amiga one
|
8 年之前 |
Károly Balogh
|
39f0b9c888
m68k: added atari to the .section exception list in the GNU AS writer
|
8 年之前 |
Jonas Maebe
|
5ac99f62e9
+ AT_METADATA symbol type for data that is unrelated to the program
|
9 年之前 |
florian
|
90b284e169
+ generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation
|
9 年之前 |