X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FLibraries%2Fcrt0.o_src%2Fx86_64-crtn.S;fp=Usermode%2FLibraries%2Fcrt0.o_src%2Fx86_64-crtn.S;h=ec78f0b3cb6dea8f033a9656c255ada797e8f762;hp=0000000000000000000000000000000000000000;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Usermode/Libraries/crt0.o_src/x86_64-crtn.S b/Usermode/Libraries/crt0.o_src/x86_64-crtn.S new file mode 100644 index 00000000..ec78f0b3 --- /dev/null +++ b/Usermode/Libraries/crt0.o_src/x86_64-crtn.S @@ -0,0 +1,9 @@ +.section .init + /* gcc will nicely put the contents of crtend.o's .init section here. */ + pop %rbp + ret + +.section .fini + /* gcc will nicely put the contents of crtend.o's .fini section here. */ + pop %rbp + ret