svenbarth
|
61bde67082
+ add method has_non_trivial_init_child() to tdef which provides access to the symtable's
|
7 years ago |
svenbarth
|
cc153176f3
+ add a new symtable option sto_has_non_trivial_init that is true if the symtable contains a symbol with an
|
7 years ago |
svenbarth
|
80ed66f349
* move calculation of sto_needs_init_final to a separate method do_init_final_check()
|
7 years ago |
svenbarth
|
393d1c2256
* move RTTI related types from rtti.inc to rttidecl.inc
|
7 years ago |
svenbarth
|
bbf578b193
* move definition of USE_PACKED from rtti.inc to rttidecl.inc
|
7 years ago |
svenbarth
|
b75324a4f2
* move RTTI declarations to their own header file
|
7 years ago |
svenbarth
|
44b15350fb
* disable RTTI declarations if RTTI feature is disabled
|
7 years ago |
nickysn
|
1631d9ac0a
+ support segments (sections) with a primary group, other than 'DGROUP' in the
|
7 years ago |
nickysn
|
5eb69edf9e
+ support segments (sections) with a primary group, other than 'DGROUP' in the
|
7 years ago |
florian
|
400861a907
* fixed TBits.NotBits, it is just an Xor operation, resolves #33706
|
7 years ago |
florian
|
0d168796d7
* patch by J. Gareth Moreton: More Peephole optimizations for AND and MOV
|
7 years ago |
nickysn
|
7fcec8460f
+ parse OMF COMENT records when reading object files and produce error messages
|
7 years ago |
lacak
|
935af781e4
fcl-db: bufdataset: cosmetic (TAutoIncField is descendant of TLongIntField)
|
7 years ago |
florian
|
a0b343a787
* patch by J. Gareth Moreton for less invasive DEBUG_AOPTCPU
|
7 years ago |
michael
|
373061043b
* Patch from Ondrej Pokorny to allow customizing the kind of query being created (bug ID 0033863)
|
7 years ago |
michael
|
e8f74fdbdb
* Fix bug #33869, wrong assignment in CopyFromDataset for largeint fields
|
7 years ago |
nickysn
|
3aff9d6735
* set MemPos to 0 for each debug .MZ section. This fixes all references within
|
7 years ago |
svenbarth
|
c495f10b29
+ added tests for Mantis #33839 which is now fixed with the recent changes
|
7 years ago |
svenbarth
|
22a5e5e4ee
* the symbol parsed for "specialize" does not need to be a type; it could be a procsym or some other type (e.g. a constant of the same name in a third unit)
|
7 years ago |
svenbarth
|
598ac21791
* if the generic dummy symbol is a procsym (with procdefs added) then this is the symbol that should be resolved to
|
7 years ago |
svenbarth
|
8423fd7632
* also process procsyms when adding a symtable as they may be generic dummy symbols as well
|
7 years ago |
svenbarth
|
5510b13975
* ensure that sto_has_generic is set when a generic routine has been parsed
|
7 years ago |
nickysn
|
84b5265312
+ append a TIS trailer after the debug ELF (this helps the watcom debugger find
|
7 years ago |
nickysn
|
480eedac9f
* fix/pretty print the segment and group list with too long segment/group/class
|
7 years ago |
nickysn
|
8af56ad6c8
* fixed silly (caused by copy/paste) bug when writing elf section contents in the dwarf debug binary, produced by TMZExeOutput.writeDebugElf
|
7 years ago |
nickysn
|
11cf2a6996
* emit a warning, when encountering an omf reference to a section, that has been
|
7 years ago |
nickysn
|
c41f736958
+ allow MemPos_EndExeSection to be called with an empty section name
|
7 years ago |
nickysn
|
97365abbcf
+ set the oso_debug flag to dwarf MZ exe sections
|
7 years ago |
nickysn
|
239fb25179
+ assign an MZExeUnifiedLogicalSegment object to the OMF dwarf sections, so that
|
7 years ago |
nickysn
|
7103e3cb5c
+ set the oso_debug section flags when reading an OMF section, which belongs to
|
7 years ago |