os/kernelhwsrv/kernel/eka/compsupp/symaehabi/symbian-notes.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
sl@0
     2
sl@0
     3
The directory containing this files contains ARM's example
sl@0
     4
implementation of the EHABI which is part of 'The Base Standard ABI
sl@0
     5
for the ARM architecture'. All parts of this specification including
sl@0
     6
the code contained here can be obtained via the link
sl@0
     7
[http://www.armdevzone.com/EABI/HomePage.html]. Symbian's
sl@0
     8
implementation of exception handling is derived from this code. This
sl@0
     9
file will document the amendments made to integrate the code with
sl@0
    10
SymbianOS.
sl@0
    11
sl@0
    12