mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
- zlib ELF gABI format with SHF_COMPRESSED flag (gcc option -gz=zlib) - zlib GNU format with .zdebug sections (gcc option -gz=zlib-gnu) Patch by: Aleksandar Rikalo <aleksandar.rikalo@imgtec.com> Fixes BZ#303877 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15868
6 lines
58 B
C
6 lines
58 B
C
int main() {
|
|
int x;
|
|
if (x) return 1;
|
|
return 0;
|
|
}
|