ObjFW  Check-in [57f0d10b19]

Overview
Comment:runtime/linklib: Use init/exit list on amiga-gcc

The init list is executed before all constructors and the exit list
after all destructors. This makes sure the runtime library is present
during all constructors and destructors.

Use -2 so that objfw.library later on can use -1.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 57f0d10b19af99f06a734dcc2fe0468b0f97870554fcca3a476f687f0b637665
User & Date: js on 2018-05-26 15:18:42
Other Links: manifest | tags
Context
2018-05-26
15:22
Work around amiga-gcc not having trunc() check-in: 15a59cf9d5 user: js tags: trunk
15:18
runtime/linklib: Use init/exit list on amiga-gcc check-in: 57f0d10b19 user: js tags: trunk
14:49
Remove #define INTUITION_CLASSES_H hack check-in: b31bd48f90 user: js tags: trunk
Changes