[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1966-g7646574

Andrew Bartlett abartlet at samba.org
Fri May 30 04:59:36 GMT 2008


The branch, v4-0-test has been updated
       via  7646574411b753794f1b8712612a91940407f8d7 (commit)
      from  c0322e8e27d67655b7498b27df0829aa5682a345 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 7646574411b753794f1b8712612a91940407f8d7
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri May 30 14:58:47 2008 +1000

    Reorder the linking of objects into a binary.
    
    The hope here is to get 'main' closer to the front of the binary,
    which might help linking of PPC with gcov (we were overflowing the
    24bit limit on the TOC)
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/build/smb_build/makefile.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm
index 73801c2..0ea3106 100644
--- a/source/build/smb_build/makefile.pm
+++ b/source/build/smb_build/makefile.pm
@@ -208,9 +208,9 @@ sub Binary($$)
 	$self->_prepare_list($ctx, "LINK_FLAGS");
 
 	if (defined($ctx->{USE_HOSTCC}) && $ctx->{USE_HOSTCC} eq "YES") {
-$self->output("\$(call host_binary_link_template, $ctx->{RESULT_BINARY}, \$($ctx->{NAME}_DEPEND_LIST) \$($ctx->{NAME}_FULL_OBJ_LIST), \$($ctx->{NAME}_LINK_FLAGS))\n");
+$self->output("\$(call host_binary_link_template, $ctx->{RESULT_BINARY}, \$($ctx->{NAME}_FULL_OBJ_LIST) \$($ctx->{NAME}_DEPEND_LIST), \$($ctx->{NAME}_LINK_FLAGS))\n");
 	} else {
-$self->output("\$(call binary_link_template, $ctx->{RESULT_BINARY}, \$($ctx->{NAME}_DEPEND_LIST) \$($ctx->{NAME}_FULL_OBJ_LIST), \$($ctx->{NAME}_LINK_FLAGS))\n");
+$self->output("\$(call binary_link_template, $ctx->{RESULT_BINARY}, \$($ctx->{NAME}_FULL_OBJ_LIST) \$($ctx->{NAME}_DEPEND_LIST), \$($ctx->{NAME}_LINK_FLAGS))\n");
 	}
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list