Closed
Bug 90666
Opened 24 years ago
Closed 24 years ago
Make ImportCharSet::m_Ascii strong
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: colin, Assigned: mscott)
Details
Attachments
(1 file)
|
500 bytes,
patch
|
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
ImportCharSet::m_Ascii, defined in mailnews/import/src/ImportCharSet.cpp, is
defined as a weak symbol on OpenVMS. This causes a problem when I perform a
static build because the linker can't find the symbol (referenced in
nsImportTranslator).
In order to get the compiler to generate a strong symbol I need to give it
a value. Attached is a patch. If someone will review/approve, I'll check
it in.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Whiteboard: still awaiting review
| Reporter | ||
Comment 2•24 years ago
|
||
Almost three months since I posted this bug and patch, and I'm still waiting for
a review (or a comment of some sort).
cc'ing sspitzer as another possible source of review.
Comment 3•24 years ago
|
||
Comment on attachment 42180 [details] [diff] [review]
Patch to make symbol strong
r/sr=sspitzer
Attachment #42180 -
Flags: superreview+
| Reporter | ||
Comment 4•24 years ago
|
||
Checked in. Marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: still awaiting review
Target Milestone: --- → mozilla0.9.6
lxr says:
1.5 colin%theblakes.com Oct 29 13:14 This comment really goes with the last
checkin whose comment I fat-fingered.
Add an initialiser to ImportCharSet::m_Ascii so that it becomes a strong
symbol and therefore visible to the OpenVMS linker.
b=90666 r/sr=sspitzer
1.4 colin%theblakes.com Oct 29 12:07 ImportCharSet::m_AsciiImportCharSet.cpp
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•