summaryrefslogtreecommitdiff
path: root/weak/b.o.dis
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-06-05 22:28:12 -0400
committermidipix <writeonce@midipix.org>2015-06-05 22:28:12 -0400
commit9a309e895bb88a083440228bd32c5766d540e1a7 (patch)
treef5a42dd6125bd536c2210bc7df5907b2b70e60c4 /weak/b.o.dis
parentd7559106d2d94a78b4c8a718a86c1655931b0429 (diff)
downloadscrap-9a309e895bb88a083440228bd32c5766d540e1a7.tar.bz2
scrap-9a309e895bb88a083440228bd32c5766d540e1a7.tar.xz
weak symbols using mingw toolchain
Diffstat (limited to 'weak/b.o.dis')
-rw-r--r--weak/b.o.dis13
1 files changed, 13 insertions, 0 deletions
diff --git a/weak/b.o.dis b/weak/b.o.dis
new file mode 100644
index 0000000..72c0677
--- /dev/null
+++ b/weak/b.o.dis
@@ -0,0 +1,13 @@
+
+b.o: Dateiformat pe-x86-64
+
+
+Disassembly of section .text:
+
+0000000000000000 <test>:
+ 0: 48 83 ec 28 sub $0x28,%rsp
+ 4: e8 00 00 00 00 callq 9 <test+0x9>
+ 5: R_X86_64_PC32 sym
+ 9: 01 c0 add %eax,%eax
+ b: 48 83 c4 28 add $0x28,%rsp
+ f: c3 retq