public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: hjl@sourceware.org
To: src-cvs@sourceware.org
Subject: gdb and binutils branch hjl/pr14675 created. 4a5d5d94ca76cbf730d7f0379601e75f9469670e
Date: Sat, 20 Dec 2014 13:53:00 -0000	[thread overview]
Message-ID: <20141220135319.17771.qmail@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, hjl/pr14675 has been created
        at  4a5d5d94ca76cbf730d7f0379601e75f9469670e (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a5d5d94ca76cbf730d7f0379601e75f9469670e

commit 4a5d5d94ca76cbf730d7f0379601e75f9469670e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Dec 20 05:45:51 2014 -0800

    Treat .eh_frame section before crtbegin as normal input
    
    Force the exception frame section from input files before the crtbegin
    file to be handled as an ordinary input section if we aren't creating
    the exception frame header.  If we don't do this, we won't correctly
    handle the special marker symbol in the exception frame section in the
    crtbegin file.
    
    	PR gold/14675
    	* ehframe.cc (Eh_frame::add_ehframe_input_section): Force the
    	exception frame section from input files before the crtbegin
    	file to be handled as an ordinary input section if we aren't
    	creating the exception frame header.
    	(Eh_frame::add_ehframe_input_section<32, false>): Updated.
    	(Eh_frame::add_ehframe_input_section<32, true>): Likewise.
    	(Eh_frame::add_ehframe_input_section<64, false>): Likewise.
    	(Eh_frame::add_ehframe_input_section<64, true>): Likewise.
    	* ehframe.h (Eh_frame::add_ehframe_input_section): Add a
    	bool parameter to indicate if the crtbegin file has been
    	processed.
    	* layout.cc (Layout::Layout): Initialize seen_crtbegin_.
    	(Layout::layout_eh_frame): Pass this->seen_crtbegin_ to
    	Eh_frame::add_ehframe_input_section.
    	(Layout::make_eh_frame_section): Set this->seen_crtbegin_ to
    	true when processing the crtbegin file.
    	* layout.h (Layout): Add a seen_crtbegin_ field.

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


hooks/post-receive
-- 
gdb and binutils


                 reply	other threads:[~2014-12-20 13: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=20141220135319.17771.qmail@sourceware.org \
    --to=hjl@sourceware.org \
    --cc=src-cvs@sourceware.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).