Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / tools / perf / tests / pe-file.c
blobeb3df5e9886f848743b5cf374f482c47c5d8b83c
1 // SPDX-License-Identifier: GPL-2.0
3 // pe-file.exe and pe-file.exe.debug built with;
4 // x86_64-w64-mingw32-gcc -o pe-file.exe pe-file.c
5 // -Wl,--file-alignment,4096 -Wl,--build-id
6 // x86_64-w64-mingw32-objcopy --only-keep-debug
7 // --compress-debug-sections pe-file.exe pe-file.exe.debug
8 // x86_64-w64-mingw32-objcopy --strip-debug
9 // --add-gnu-debuglink=pe-file.exe.debug pe-file.exe
11 int main(int argc, char const *argv[])
13 return 0;