These days I am using free pascal compiler latest stable version and I got some strange error.
I want to search for a symbol with Google City Hash(in unihash.pas) with my algoritm in assembly text file(system.s), but I got the error internally in my unias,like that:
ERROR in Column 206,Row 20
.size fpc_setjmp, .Le0 - fpc_setjmp
^^^^
ERROR Detail:Label .Le0 does not exist in the file.
I tried to find the error,but I discovered that the hash value in same symbol (.Le0) generated former and latter is not same,does it is the error in compiler or the value management of fpc is not same?