OOStuBS - Technische Informatik II (TI-II)
2.4
Hauptseite
Zusätzliche Informationen
Klassen
Dateien
Auflistung der Dateien
Datei-Elemente
src
boot
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 */
13
.global
__pure_virtual
,
__cxa_pure_virtual
,
__builtin_delete
,
_ZdlPv
,
__cxa_atexit
,
_alloca
,
__w32_sharedptr_initialize
,
__dso_handle
, __stack_chk_fail
14
15
/* Implement the symbols as empty functions*/
16
17
__pure_virtual
:
18
__cxa_pure_virtual
:
19
__builtin_delete
:
20
_ZdlPv
:
21
__cxa_atexit
:
22
_alloca
:
23
__w32_sharedptr_initialize
:
24
__stack_chk_fail:
25
ret
26
27
__dso_handle
:
28
.long 0
Erzeugt am Mon Jun 30 2014 07:13:28 für OOStuBS - Technische Informatik II (TI-II) von
1.8.1.2