From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9701 invoked by alias); 21 Jun 2011 13:28:38 -0000 Received: (qmail 9684 invoked by uid 9078); 21 Jun 2011 13:28:38 -0000 Date: Tue, 21 Jun 2011 13:28:00 -0000 Message-ID: <20110621132838.9682.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: rebase ChangeLog rebase.c Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00028.txt.bz2 CVSROOT: /sourceware/projects/cygwin-apps-home/cvsfiles Module name: rebase Changes by: corinna@sourceware.org 2011-06-21 13:28:38 Modified files: . : ChangeLog rebase.c Log message: * rebase.c (image_info_flag): New flag. (img_info_list, img_info_size, img_info_max_size): New global variables used to print image info. (main): Call setlocale. On Cygwin fetch base address and size of Cygwin DLL. If image_info_flag is set, call collect_image_info rather than rebase in loop and eventually call print_image_info. (collect_image_info): New function. (img_info_cmp): New function. (print_image_info): New function. (rebase): On Cygwin, if a DLL has been rebased into the address space taken by the Cygwin DLL, move new_image_base and rebase again. (parse_args): Handle -i option. (usage): Add -i option to usage output. (version): Fix copyright. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase.c.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3