bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/16765] Assertion failure in create_unwind_entry


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/16765] Assertion failure in create_unwind_entry
Date: Wed, 02 Apr 2014 15:32:00 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16765

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
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, master has been updated
       via  cad0da33dc43a207a7c4baf32223831b2d0ac60c (commit)
      from  7a79c51466c30188d49d03d3e3593c87e5a3345e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit cad0da33dc43a207a7c4baf32223831b2d0ac60c
Author: Nick Clifton <address@hidden>
Date:   Wed Apr 2 16:29:35 2014 +0100

    This fixes an internal error in GAS, triggered by the test case reported in
PR 16765.
    The problem was that gcc was generating assembler with missing unwind
directives in it,
    so that a gas_assert was being triggered.  The patch replaces the assert
with an error
    message.

        * config/tc-arm.c (create_unwind_entry): Report an error if an
        attempt to recreate an unwind directive is encountered.

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

Summary of changes:
 gas/ChangeLog       |    6 ++++++
 gas/config/tc-arm.c |    9 +++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]