OOStuBS - Technische Informatik II (TI-II)  2.4
compat.S
gehe zur Dokumentation dieser Datei
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * Technische Informatik II *
3  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4  * *
5  * C O M P A T *
6  * *
7 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 
9 /* Define the target section to be code */
10 .text
11 
12 /* Define the exported symbols */
14 
15 /* Implement the symbols as empty functions*/
16 
20 _ZdlPv:
22 _alloca:
24 __stack_chk_fail:
25  ret
26 
28  .long 0