Apress / low-level-programming

Source code for 'Low-Level Programming' by Igor Zhirkov
http://www.apress.com/9781484224021
Other
768 stars 200 forks source link

Modified Listing 16-2 stack_unwind.asm to fix ld errors when linking #73

Open dpitic opened 6 years ago

dpitic commented 6 years ago

I was getting linker errors when linking the latest listing code for 16-2 with gcc. Required adding missing references to GOT and PLT, which I've added to the assembly source file.