ObjFW  Check-in [07e774560c]

Overview
Comment:amiga-library.m: Remove no longer needed __init_eh
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 07e774560ce91315285068a32935b19c5a25b148f4f0d8407a8666353817796d
User & Date: js on 2019-08-11 16:27:34
Other Links: manifest | tags
Context
2019-08-11
18:56
Support sockets in multiple threads on AmigaOS check-in: a40f3fc829 user: js tags: trunk
16:27
amiga-library.m: Remove no longer needed __init_eh check-in: 07e774560c user: js tags: trunk
2019-08-10
02:06
Clean up the AmigaOS 4 library mess check-in: 3292a6fdbc user: js tags: trunk
Changes

Modified src/runtime/amiga-library.m from [a59cd2d1dd] to [f3f4183dca].

142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
    ".text\n"
    ".globl ___restore_a4\n"
    ".align 1\n"
    "___restore_a4:\n"
    "	movea.l	42(a6), a4\n"
    "	rts"
);

void
__init_eh(void)
{
}
#elif defined(OF_MORPHOS)
/* All __saveds functions in this file need to use the M68K ABI */
__asm__ (
    ".section .text\n"
    ".align 2\n"
    "__restore_r13:\n"
    "	lwz	%r13, 56(%r2)\n"







<
<
<
<
<







142
143
144
145
146
147
148





149
150
151
152
153
154
155
    ".text\n"
    ".globl ___restore_a4\n"
    ".align 1\n"
    "___restore_a4:\n"
    "	movea.l	42(a6), a4\n"
    "	rts"
);





#elif defined(OF_MORPHOS)
/* All __saveds functions in this file need to use the M68K ABI */
__asm__ (
    ".section .text\n"
    ".align 2\n"
    "__restore_r13:\n"
    "	lwz	%r13, 56(%r2)\n"