Skip to content
Snippets Groups Projects
Commit 5edabc4c authored by Peter Bortas's avatar Peter Bortas
Browse files

CHANGES: New release, new header

parent 059ea8f8
No related branches found
No related tags found
No related merge requests found
Changes since Pike 8.0.702 (release 13)
o Compiler
- Adhere to the calling convention more in the machine code
generator on amd64, namely by keeping the stack pointer aligned
before calling into C code.
GCC 8 started to emit instructions relying on the correct,
alignment, causing General Protection Faults.
Changes since Pike 8.0.610 (release 12)
New Features
......@@ -42,12 +53,6 @@ o Compiler
Fix some bugs triggered in the supporter subsystem when
executing in an inherited CompilerEnviroment.
- Adhere to the calling convention more in the machine code
generator on amd64, namely by keeping the stack pointer aligned
before calling into C code.
GCC 8 started to emit instructions relying on the correct,
alignment, causing General Protection Faults.
o Filesystem.Monitor
- Fix NULL-dereference in bump().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment