From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10583 invoked by alias); 6 May 2006 01:13:51 -0000 Received: (qmail 10573 invoked by uid 22791); 6 May 2006 01:13:50 -0000 X-Spam-Check-By: sourceware.org Received: from outbound-mail-19.bluehost.com (HELO outbound-mail-19.bluehost.com) (70.98.111.234) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 06 May 2006 01:13:47 +0000 Received: (qmail 10790 invoked by uid 0); 6 May 2006 01:13:44 -0000 Received: from unknown (HELO box112.bluehost.com) (70.103.140.112) by mailproxy1.bluehost.com with SMTP; 6 May 2006 01:13:44 -0000 Received: from guitarvc by box112.bluehost.com with local (Exim 4.52) id 1FcBMe-0005os-35 for gcc-help@gcc.gnu.org; Fri, 05 May 2006 19:13:44 -0600 From: "Gustavo Oliveira" To: gcc-help@gcc.gnu.org Subject: linker script help. X-Mailer: NeoMail 1.27 X-IPAddress: 160.33.43.56 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Sat, 06 May 2006 01:13:00 -0000 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg00071.txt.bz2 Hi, I need to speficy absolute addresses of where functions should go and I belive I can do it with a linker script. However, what I'd like to do is to see if the linker can spit out the current linking script with all symbols so I can edit (instead of writing one from scratch) and pass -T to the linker with my editable script. I searched through the help and I found this option --print-map but it doesn't do what I watn. anyway is the an option that the linker outputs to a text file the linker script with all the info I need to be edited? thx. tchau, Gustavo.