Jonas Maebe
|
e6361c634c
* fixed Inc<Time>() with negative TDateTime values (mantis #27832)
|
10 years ago |
florian
|
77bc87a809
* do not compile consoleio in objpas mode to avoid dependency on the objpas unit, resolves also #27856
|
10 years ago |
Jonas Maebe
|
a56bf0f892
* regenerated message files after r30604
|
10 years ago |
Jonas Maebe
|
3ab62fc36e
* define TSymStr as ansistring for llvm, as its type definitions can be quite long
|
10 years ago |
michael
|
b2caba585d
* Patch from Stéphane Aulery to fix typos in compiler messages (bug ID 27857)
|
10 years ago |
nickysn
|
c407f61107
* generate the omf alignment based on the value of SecAlign, instead of
|
10 years ago |
nickysn
|
d7416afd88
* override sectiontype2align in the omf writer and set the same alignments as
|
10 years ago |
nickysn
|
955c29618a
+ support far calls and jumps in the internal asm writer
|
10 years ago |
nickysn
|
a7e059c875
+ support segment relocations in the omf writer
|
10 years ago |
Jeppe Johansen
|
65a69129c5
Add initial support for STM32F429 core
|
10 years ago |
florian
|
bae4d89913
- avrsim needs no separate rule
|
10 years ago |
florian
|
e733efbbc2
* proper tavrprocinfo.calc_stackframe_size
|
10 years ago |
florian
|
3d0b1020d7
* proper alignment constants for avr-embedded
|
10 years ago |
florian
|
cf58a7ad60
* cosmetics
|
10 years ago |
nickysn
|
f5ddd351fe
* allow use of the imm8 form of 16-bit instructions on i8086
|
10 years ago |
florian
|
b84657980d
* make OS_INT/OS_SINT 8 Bit on avr, should work better on avr, resolves #27840
|
10 years ago |
nickysn
|
07ebd29911
* fixed warning in TOmfRecord_MODEND.DecodeFrom
|
10 years ago |
nickysn
|
e0be3e49ae
* when reading omf records (and subrecords), range check against
|
10 years ago |
Jeppe Johansen
|
f31f87e8c7
Fix spilling_get_operation_type for MRS and MSR instructions
|
10 years ago |
nickysn
|
b4d044e1b2
+ implemented reading of MODEND omf records
|
10 years ago |
nickysn
|
4e0c77fcf4
check and cause an internal error in TOmfRecord_PUBDEF.EncodeTo when trying to
|
10 years ago |
nickysn
|
0e10290722
+ implemented writing a start address in a MODEND omf record
|
10 years ago |
nickysn
|
d3cc0770ac
+ added properties for specifying a start address in the MODEND omf record (reading/writing them to file not yet implemented)
|
10 years ago |
nickysn
|
bf0aaf5470
+ implemented TOmfRecord_PUBDEF.DecodeFrom
|
10 years ago |
nickysn
|
cea67320bf
+ implemented TOmfRecord_EXTDEF.DecodeFrom
|
10 years ago |
nickysn
|
10722abfac
+ implemented TOmfRecord_LNAMES.DecodeFrom
|
10 years ago |
nickysn
|
64cb865417
* check record type in TOmfRecord_THEADR.DecodeFrom
|
10 years ago |
nickysn
|
03e8c3ae05
+ support RELOC_RELATIVE relocations in the omf object writer, by using omf's
|
10 years ago |
nickysn
|
bd460eec43
* emit 16-bit addresses on i8086 for asm codes &64..&66 in the internal asm
|
10 years ago |
florian
|
e559b9e3d6
+ tavrshlshrnode.second_integer, does not convert the right operand to a bigger type, resolves #27841
|
10 years ago |