#10698 closed enhancement (duplicate)
There should be the possibility of a x86_64 + x86_gcc2 hybrid
Reported by: | puckipedia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #15078 | Blocking: | |
Platform: | x86-64 |
Description
This would be useful for running older ABI code on x86_64, and improves compatibility for other stuff
Change History (5)
comment:2 by , 11 years ago
I am not saying it is just the ABI you need to change, we need changes to the scheduler and runtime_loader too, that's why I put the component as System.
comment:3 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
comment:4 by , 5 years ago
Blocked By: | 15078 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:5 by , 5 years ago
Milestone: | Unscheduled |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
That requires significantly more than just the ABI ; that also requires support for running a 32-bit executable from 64-bit mode, which is a bit more of an undertaking.