When linking a sdcc c program with gplink, numerous _cinit no section warnings. This is with the current svn. This looks like a simple logic error in the code as shown by the attached patch.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
The default behavior is that there is a warning. This can be disabled with a command line option of gplink:
-C, --no-cinit-warnings Disable this warnings of _cinit section with -O2 option: "Relocation symbol _cinit has no section."
This eliminates the warning.
Károly
The default behavior is that there is a warning. This can be disabled with a command line option of gplink:
This eliminates the warning.
Károly