Jonas Maebe
|
6f2c567e37
* don't write '.section' twice for stubs on Darwin/ARM
|
13 years ago |
tom_at_work
|
4150f0a2fb
Rebase with r21814
|
13 years ago |
pierre
|
9b7fec59bb
Support ait_ent and ait_ent_end
|
13 years ago |
florian
|
6ae2a43161
* fix compilation with extdebug
|
13 years ago |
pierre
|
aee68923e8
Fix .pdr generation by adding .end pseudo-instruction, limit .ent to text section for mips cpu
|
13 years ago |
pierre
|
600dd162af
Merge of rev21557 by Foxsen
|
13 years ago |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
13 years ago |
florian
|
aadeba4d1a
* started to fix stack frame generation on MIPS(EL)
|
13 years ago |
Jonas Maebe
|
3abd5d3882
* changed inlinelevel (which is used to track whether or not we have to
|
13 years ago |
tom_at_work
|
acbc94e0fd
- initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
|
13 years ago |
Jonas Maebe
|
b99a8c129d
* write pointer data on AIX/ppc64 using .vbyte rather than using .llong
|
13 years ago |
Jonas Maebe
|
6502717e67
* align all code/data sections to sizeof(pint), instead of sometimes
|
13 years ago |
Jonas Maebe
|
ec77b0f3ca
* fixed writing the alignment for datablocks on darwin/aix based on
|
13 years ago |
Jonas Maebe
|
ebc542a48b
* gcc does add a .file statement for AIX (but using different code than for
|
13 years ago |
Jonas Maebe
|
1c91a555f4
+ support for asd_reference, asd_weak_reference and asd_weak_definition
|
13 years ago |
Jonas Maebe
|
5433db6a49
* also specify the section alignment with the section statements themselves
|
13 years ago |
Jonas Maebe
|
273b90fc37
+ AIX assembler writer
|
13 years ago |
Jonas Maebe
|
ac43eb9b70
+ generic implementation of ReplaceForbiddenAsmSymbolChars() instead
|
13 years ago |
Jonas Maebe
|
aaf6015b51
* converted tai directive string from pshortstring to ansistring (some
|
13 years ago |
florian
|
f33ee60c2e
* write ait_varloc into assembler output, it is generated if -sr is passed to the compiler
|
13 years ago |
sergei
|
cbad0abab5
+ Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH.
|
13 years ago |
Jonas Maebe
|
3a6fb7c9ef
- removed stray if-statement
|
13 years ago |
sergei
|
9eb451756b
+ Support .seh_handler directive
|
14 years ago |
sergei
|
b997094755
+ Generate unwind bytecode for function prologues on win64.
|
14 years ago |
sergei
|
b0c2548019
* Use '.tls' as name for sec_threadvar sections for all Windows and WinCE targets, not just i386-win32.
|
14 years ago |
sergei
|
1365467b0d
+ Support classes for creating unwind bytecode for Win64.
|
14 years ago |
florian
|
f1f0cb033a
* move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well
|
14 years ago |
florian
|
7bceba2392
* since the last name mangling changes, gas writer for avr needs to replace more illegal characters
|
14 years ago |
florian
|
2eb39c8843
* patch by Jeppe Johansen to support jumptable generation for case nodes on arm/thumb-2, resolves #19502
|
14 years ago |
sergei
|
ae4cdf25f8
+ aggas.pas: Write section attributes when long section names are used for smart linking (enabled for win32 and win64). It is needed because GAS does not understand that '.text.something' is part of '.text' and assigns default attributes (writable data) to all such sections, which is not the desired behavior.
|
14 years ago |