ObjFW  All files named "src/runtime/lookup-amd64-elf.S"

History for src/runtime/lookup-amd64-elf.S

2013-07-11
12:48
Deleted: Improve file name consistency. check-in: [8417e06951] user: js, branch: trunk, size: 0
12:33
Use section .ctors instead of .init_array. file: [3eb642b445] check-in: [aeb47d24b5] user: js, branch: trunk, size: 1420 [annotate] [blame] [check-ins using] [diff]
2013-03-16
10:13
Add forwardingTargetForSelector: for AMD64/ELF.

Currently, no methods returning structs are supported, see the comment
in OFObject. file: [8fd99fa5f3] check-in: [5a6cc94418] user: js, branch: trunk, size: 1447 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [6c8a793449] check-in: [813c00ccf0] user: js, branch: trunk, size: 1485 [annotate] [blame] [check-ins using] [diff]
2012-12-28
02:46
Make 16 bit selector UIDs the default. file: [3207591b6d] check-in: [511a372fb8] user: js, branch: trunk, size: 1479 [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
Add GNU stack note. file: [4f4b98be14] check-in: [7e27f00a5d] user: js, branch: trunk, size: 1480 [annotate] [blame] [check-ins using] [diff]
2012-06-01
21:48
jmp *(%foo) should be jmp *%foo. file: [a276d12e99] check-in: [97b7c01ddd] user: js, branch: runtime, size: 1415 [annotate] [blame] [check-ins using] [diff]
2012-05-09
13:54
Better way of calling the forwarding handler. file: [2e8002927c] check-in: [f5747ff94a] user: js, branch: runtime, size: 1416 [annotate] [blame] [check-ins using] [diff]
2012-05-08
20:30
Add support for 16 bit selector UIDs. file: [09c8f5af4a] check-in: [fef47937e5] user: js, branch: runtime, size: 1414 [annotate] [blame] [check-ins using] [diff]
2012-05-03
22:31
Check in configure whether to use assembly lookup. file: [a0fef4c085] check-in: [e382d2a8cb] user: js, branch: runtime, size: 1366 [annotate] [blame] [check-ins using] [diff]
2012-04-18
19:03
Fix forwarding on AMD64. file: [57e05c2a54] check-in: [895b9e3cb6] user: js, branch: runtime, size: 1419 [annotate] [blame] [check-ins using] [diff]
2012-04-06
13:43
Convert lookup-amd64-elf.S to AT&T syntax.

Clang has an integrated assembler now which only accepts AT&T syntax.

lookup-x86-elf.S to follow. file: [dde3e76344] check-in: [d3ce57addf] user: js, branch: runtime, size: 1417 [annotate] [blame] [check-ins using] [diff]

2012-03-06
17:18
Added: Get rid of src/runtime/asm and move the files to src/runtime.

Subdirectories don't really work without traversing them and having a
Makefile in them and it's not really worth the effort for just 2 files. file: [1fd16b224f] check-in: [3dbfc001c0] user: js, branch: runtime, size: 1394 [annotate] [blame] [check-ins using]