[PATCH] Prologue not set properly for binaries compiled with LLVM compiler (Bug #14419)

H.J. Lu hjl.tools@gmail.com
Tue Sep 25 13:49:00 GMT 2012


On Tue, Sep 25, 2012 at 6:45 AM, KARTHIKVENKATESH BHAT
<kv.bhat@samsung.com> wrote:
> Hi,
> Please find the fix for Bug #14419 (http://sourceware.org/bugzilla/show_bug.cgi?id=14419). Prologue not set properly in case the binary is compiled with LLVM compiler.
> Clang  similar to gcc guarantees a line note before and after the prologue.
> Extending GDB to support binaries compiled with LLVM so that prologue_end is set properly.
>
> Index: gdb/ChangeLog
> ===================================================================
> RCS file: /cvs/src/src/gdb/ChangeLog,v
> retrieving revision 1.14697
> diff -u -p -r1.14697 ChangeLog
> --- gdb/ChangeLog       25 Sep 2012 12:48:52 -0000      1.14697
> +++ gdb/ChangeLog       25 Sep 2012 13:34:52 -0000
> @@ -1,3 +1,7 @@
> +2012-09-25  Karthik Bhat  <kv.bhat@samsung.com>
> +
> +       * alpha-tdep.c (arm_skip_prologue): Extending support for LLVM compiler.
              ^^^^^^^ Wrong file name.

-- 
H.J.



More information about the Gdb-patches mailing list