Károly Balogh
|
c5a123614a
fixed explicit paraloc support in ppudump and made it work on all Amiga-like systems
|
9 years ago |
svenbarth
|
c2662bd96a
* mark defs created with create_global_internal() with df_internal so that they can be easily identified
|
9 years ago |
pierre
|
c3ac426131
Fix testppudump by adding missing TAsmsymtype and TAsmsymbind
|
9 years ago |
svenbarth
|
5bb121e91c
Add a mechanism to keep track of assembler symbols that either publicly provided by a unit or used by a unit and that are not really baked by a Pascal symbol (e.g. public function aliases, RTTI & VMT symbol).
|
9 years ago |
Jonas Maebe
|
6c5de5127c
* fixed compilation with range checking enabled after r34139
|
9 years ago |
nickysn
|
a8ad82b99f
+ added new unit flag uf_i8086_ss_equals_ds, which indicates memory models with
|
9 years ago |
nickysn
|
44e4b638ec
+ added the uf_package_deny and uf_package_weak unit flags to ppudump
|
9 years ago |
Jonas Maebe
|
6558d7a521
* no longer store the tprocdef.synthetickind field in ppu files
|
9 years ago |
Jonas Maebe
|
2bd2e03309
* no longer use the synthetickind field of a procdef to determine whether
|
9 years ago |
Jonas Maebe
|
c0ff55e95a
* changed the abstract method wrapper generation from thlcgobj to synthetic
|
9 years ago |
nickysn
|
c2305809dc
+ added an i8086-embedded target support to the compiler (RTL and makefile
|
9 years ago |
svenbarth
|
22b0553be3
Fix PPUDump on PowerPC systems
|
9 years ago |
svenbarth
|
15ff68e144
Fix formatting of the output of unit import symbols.
|
9 years ago |
svenbarth
|
b073d2dac5
Fix a bug in ppudump that seems to be there since revision 1.
|
9 years ago |
svenbarth
|
34f65fd059
Fix ppudump
|
9 years ago |
svenbarth
|
9d5f98eaa3
Merged revision(s) 28690 from branches/svenbarth/packages:
|
9 years ago |
svenbarth
|
02e56f410d
Merged revision(s) 28689 from branches/svenbarth/packages:
|
9 years ago |
pierre
|
40193ea1db
Add pi_has_open_array_parameter to proc_info.flags as this requires special handling for i8086 huge memory model to restore DS register correctly
|
9 years ago |
pierre
|
c863cd5bc8
Add u128bit and s128bit support in ppudump
|
9 years ago |
Jonas Maebe
|
9258b5d76b
+ non-functional 128 bit integer types (inaccessible from Pascal), for use
|
9 years ago |
Jonas Maebe
|
01d93b61c3
* save/restore the type (and hence code page) of ansistring constsyms in/from
|
9 years ago |
pierre
|
8ca036c3b6
Derefedata length can be zero if there are no references in PPU
|
9 years ago |
Jonas Maebe
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
9 years ago |
Jonas Maebe
|
d5aa498cf5
* fixed several issues related to dumping jvm ppu files
|
9 years ago |
Jonas Maebe
|
d80e318945
* adapted ppudump to the changes in r32031
|
9 years ago |
pierre
|
3123d823a1
Fix -VD or -VS by partially reading Interface information
|
10 years ago |
svenbarth
|
e44a51f10d
symdef.pas, tprocdef:
|
10 years ago |
Jonas Maebe
|
faf4a9cb38
* moved the generation of the "main" stub for libc-based platforms from
|
10 years ago |
Jonas Maebe
|
c7a418829b
* support for implementing interface method wrappers at the node tree
|
10 years ago |
nickysn
|
3145d68fdb
* fixed compilation of ppudump
|
10 years ago |