Closed
Bug 500602
Opened 16 years ago
Closed 16 years ago
Compilation of xptcinvoke_asm_sparcv9_solaris_SUNW.s failed
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: michael.lindig, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
|
1.44 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Opera/9.23 (X11; SunOS sun4v; U; en)
Build Identifier: http://hyperion.zih.tu-dresden.de/moz/firefox/releases/3.0.11/source/firefox-3.0.11-source.tar.bz2
/usr/ccs/bin/as -o xptcinvoke_asm_sparcv9_solaris_SUNW.o -xarch=v9b -m64 -K PIC -L -P -D_ASM -D__STDC__=0 xptcinvoke_asm_sparcv9_solaris_SUNW.s
/usr/ccs/bin/as: "xptcinvoke_asm_sparcv9_solaris_SUNW.s", line 119: error: can't compute value of an expression involving an external symbol
Reproducible: Always
i changed line 119 from:
.size NS_InvokeByIndex_P, .-NS_InvokeByIndex
to
.size NS_InvokeByIndex_P, .-NS_InvokeByIndex_P
and it compiles successfully, I hope this is a correct fix ;)
Right, it is a typo.
I noticed it for a while, but didn't file a bug for it yet.
Status: UNCONFIRMED → ASSIGNED
Component: Build Config → XPConnect
Ever confirmed: true
Product: Firefox → Core
QA Contact: build.config → xpconnect
Assignee: nobody → ginn.chen
Attachment #409666 -
Flags: review?(jst)
Updated•16 years ago
|
Attachment #409666 -
Flags: review?(jst) → review+
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
•