Closed
Bug 397308
Opened 18 years ago
Closed 16 years ago
js-ctypes fails on Linux x86-64 with gcc
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: asrail, Assigned: asrail)
Details
Attachments
(1 file, 1 obsolete file)
|
1.54 KB,
patch
|
Details | Diff | Splinter Review |
gcc -o sysv.o -c /home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s
/home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s: Assembler messages:
/home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s:42: Error: suffix or operands invalid for `push'
/home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s:53: Error: suffix or operands invalid for `push'
/home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s:54: Error: suffix or operands invalid for `push'
/home/asrail/mozbuilds/mozilla/extensions/js-ctypes/js-ctypes/src/linux/sysv.s:127: Error: suffix or operands invalid for `pop'
I've seen the ifndef on the start of the file, but I've seen that it won't help that much.
| Assignee | ||
Comment 1•18 years ago
|
||
I.e., the assembler won't process the instruction... since no part of the file should be touched while on x86-64, the file shouldn't be processed anyway.
| Assignee | ||
Comment 2•18 years ago
|
||
| Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 282064 [details] [diff] [review]
Proposed patch
Canceling review for now, since I'm not sure it will work on a 64 bits system, anyway.
Attachment #282064 -
Attachment is obsolete: true
Attachment #282064 -
Flags: review?
| Assignee | ||
Comment 4•18 years ago
|
||
Updated•16 years ago
|
Product: Other Applications → Core
Version: Trunk → unspecified
Comment 5•16 years ago
|
||
Fixed by landing in mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•