You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sip4-tqt/sipgen
aneejit1 b9448655a2 Ensure module initialisation is exported globally
The generated module initialisation function fails to export because of
the "-fvisibility-hidden" resulting in an import failure on missing
symbol. Alter the visibility of the initialisation function to "default"
to ensure that it winds up as "global" in the module binary.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
3 years ago
..
export.c Fixed several other occurrences for renaming sip into sip-tqt. 3 years ago
gencode.c Ensure module initialisation is exported globally 3 years ago
heap.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
lexer.l Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
main.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
parser.y Fixed several other occurrences for renaming sip into sip-tqt. 3 years ago
sip.h Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
sipgen.sbf Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
transform.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago