Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Issue 56180: Use -Wl,-{start,end}-group for LoadableModules, too. (Closed)

Created:
11 years, 8 months ago by sgk
Modified:
9 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Use -Wl,-{start,end}-group for LoadableModules, too. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13013

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M build/common.gypi View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
sgk
11 years, 8 months ago (2009-04-02 16:07:08 UTC) #1
This broke when we switched the gyp type to loadable_module.  Previously we were
building these as shared libraries, which had the -Wl,-{start,end}-group in the
link line.  Switching to LoadableModule() started using the $LDMODULECOM command
line taht we previously weren't using and had never had the
-Wl,-{start,end}-group added.

Powered by Google App Engine
This is Rietveld 408576698