florian
|
245b58c249
+ support for arm attributes
|
5 年之前 |
florian
|
56d91b4ca7
+ support tls threadvars with the internal assembler
|
5 年之前 |
florian
|
14b7eaa46f
+ x86-64: implemented support for relocation needed by tls threadvars in the binary elf writer
|
5 年之前 |
Jonas Maebe
|
3fee990218
* on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
|
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 年之前 |
florian
|
27ab140dd9
+ gcc_except_table section
|
6 年之前 |
nickysn
|
b34ab6b279
* The MaybeSwapXXXHeader functions moved from ogelf to the elfbase unit, so they
|
7 年之前 |
marco
|
9a136836fd
* elf section alignment, patch by Florian, mantis #32900
|
7 年之前 |
nickysn
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
7 年之前 |
florian
|
b1dff29cbf
* removed unused units
|
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 年之前 |
Károly Balogh
|
e0c21b6f8b
ARM: avoid some range check errors, while running a compiler compiled with -CR
|
9 年之前 |
Jeppe Johansen
|
0251263234
Move some of the local reloc calculation out of aasmcpu, and into COFF and ELF writers.
|
9 年之前 |
yury
|
11a9ff4a43
* Removed unused vars for mipsel compiler.
|
10 年之前 |
Jonas Maebe
|
991e1f49bd
* store a pointer to the used tasminfo record in every assembler writer, so
|
10 年之前 |
nickysn
|
d204aaab72
* refactored "ar" object writer creation in the internal assembler to allow
|
10 年之前 |
Jeppe Johansen
|
47dbec3111
Rebase to trunk revision
|
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 年之前 |
Jeppe Johansen
|
71cdedea82
Add missing NOP, and B instruction forms.
|
10 年之前 |
Jeppe Johansen
|
de00a1d76d
Implement simple support for .thumb_func in the ELF output.
|
10 年之前 |
Jeppe Johansen
|
901275b4a1
Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen).
|
10 年之前 |
Jeppe Johansen
|
fe0cdcfb2e
Add a small function to handle encoding of CPU specific ELF flags. This is used to encode EABI version for ARM.
|
10 年之前 |
marco
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
10 年之前 |
sergei
|
a4053370fc
* ELF linker: track relocation style (REL or RELA) of each input section and use it instead of global default on MIPS targets. This fixes internal linking of tests/test/units/system/tres*.pp.
|
10 年之前 |
nickysn
|
7cfd7a66cd
+ create a special 'heap' segment with reserved space equal to heapsize (i.e.
|
11 年之前 |
nickysn
|
3cc8ff11e3
+ generate the stack segment for i8086 far data memory models from within fpc
|
11 年之前 |
sergei
|
e951887154
* Fixed linking of non-PIC code to indirect functions in shared objects.
|
11 年之前 |
sergei
|
3c5345cb4e
+ Write 'non-executable stack' marker to object files also on FreeBSD (verified for version 9.0 for i386).
|
11 年之前 |