From: Mark Mitchell <mark@codesourcery.com>
To: gcc-patches@gcc.gnu.org
Subject: [LTO]: PATCH: Handle DW_AT_inline
Date: Sun, 05 Aug 2007 23:53:00 -0000 [thread overview]
Message-ID: <200708052353.l75NrqbG023296@sparrowhawk.codesourcery.com> (raw)
This patch makes the DWARF reader handle DW_AT_inline. (We get errors
when entries in this table are not filled in; Kenny ran into one of
the unimplemented cases.)
I'm going to seeabout filling in the entire table so we don't hit more
such problems.
Committed to LTO branch.
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713
2007-08-05 Mark Mitchell <mark@codesourcery.com>
* lto.c (lto_read_form): Add entry for DW_AT_inline.
Index: lto.c
===================================================================
--- lto.c (revision 127226)
+++ lto.c (working copy)
@@ -744,7 +744,7 @@ lto_read_form (lto_info_fd *info_fd,
DW_cl_error, /* containing_type */
DW_cl_error, /* default_value */
DW_cl_error, /* padding */
- DW_cl_error, /* inline */
+ DW_cl_constant, /* inline */
DW_cl_error, /* is_optional */
DW_cl_block | DW_cl_constant | DW_cl_reference, /* lower_bound */
DW_cl_error, /* padding */
reply other threads:[~2007-08-05 23:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200708052353.l75NrqbG023296@sparrowhawk.codesourcery.com \
--to=mark@codesourcery.com \
--cc=gcc-patches@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).