~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to src/cmd/gc/go.h

  • Committer: Package Import Robot
  • Author(s): Michael Stapelberg
  • Date: 2013-07-11 20:25:52 UTC
  • mfrom: (1.1.17)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: package-import@ubuntu.com-20130711202552-0m5ju9jg27xydihx
Tags: 2:1.1.1-3
Ship */runtime/cgo.a in golang-go to ensure it is present. It can only be
used on the native architecture anyway (cannot be used when
cross-compiling), so having it in golang-go-$GOOS-$GOARCH is not
necessary. Even worse, since these packages are arch: all, they will be
built precisely once, and only the runtime/cgo.a for the buildd’s native
arch will be present. (Closes: #715025)

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
        NodeList*       cvars;  // closure params
283
283
        NodeList*       dcl;    // autodcl for this func/closure
284
284
        NodeList*       inl;    // copy of the body for use in inlining
 
285
        NodeList*       inldcl; // copy of dcl for use in inlining
285
286
 
286
287
        // OLITERAL/OREGISTER
287
288
        Val     val;