This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[dwarf,patch] Set calling convention to DW_CC_program for Fortran main program
- From: FX Coudert <fxcoudert at gmail dot com>
- To: gcc-patches list <gcc-patches at gcc dot gnu dot org>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, wilson at specifixinc dot com, jason at redhat dot com
- Date: Sat, 3 Nov 2007 18:06:50 +0000
- Subject: [dwarf,patch] Set calling convention to DW_CC_program for Fortran main program
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:to:message-id:content-type:cc:subject:from:date:x-mailer; bh=BvpeU5CtJdNNOFPpTqYSlyXIMIwqJQTDRav4UwFoTdo=; b=WLoeblvzCxwU6V73zsXGfAV2nsPO+NHp9B/nG31FAMvJpFcz9Zw/4OQyRNB/8x8rbF1ExNJmwlTQZM5izJmoSL7XUyxDXZvRUzRQkYjh2q7vD8hDNV2cEogMtBpkN2JSc0b4CPcdzLP0P76jb6MzK3w3a1uEFKQYbByzukXkQUI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:to:message-id:content-type:cc:subject:from:date:x-mailer; b=h3/Qj1hBdktE9817oaQOd/RUBYQjJWoTZ7yq4PWtI+QLp3zHLVi9kis96cjfMljipEWs+Fk6hVQYH24tKA8vpWbkuTvJQiAjSSytTTlvJXJ+C8ZcrXmies0W5v9OBDb1milzi6uXuGRWKNmv492k6XJlX4InoXNJFMNV68+gRnY=
Attached patch sets the DW_AT_calling_convention of the Fortran main
program to DW_CC_program (see http://www.sourceware.org/ml/gdb/
2007-10/msg00205.html for the decision to do so). It's
straightforward, but needs a debug-info maintainer approval.
Regtested on x86_64-linux, and tested with gdb mainline. OK to commit?
FX
Attachment:
calling_convention.ChangeLog
Description: Binary data
Attachment:
calling_convention.diff
Description: Binary data