public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode
       [not found] <bug-8388-4717@http.sourceware.org/bugzilla/>
@ 2011-11-06  7:43 ` vapier at gentoo dot org
  2014-03-14  0:46 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: vapier at gentoo dot org @ 2011-11-06  7:43 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=8388

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |nickc at redhat dot com
                   |dot org                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode
       [not found] <bug-8388-4717@http.sourceware.org/bugzilla/>
  2011-11-06  7:43 ` [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode vapier at gentoo dot org
@ 2014-03-14  0:46 ` vapier at gentoo dot org
  2014-03-14 14:05 ` nickc at redhat dot com
  2014-03-14 15:22 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: vapier at gentoo dot org @ 2014-03-14  0:46 UTC (permalink / raw)
  To: gdb-prs

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode
       [not found] <bug-8388-4717@http.sourceware.org/bugzilla/>
  2011-11-06  7:43 ` [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode vapier at gentoo dot org
  2014-03-14  0:46 ` vapier at gentoo dot org
@ 2014-03-14 14:05 ` nickc at redhat dot com
  2014-03-14 15:22 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: nickc at redhat dot com @ 2014-03-14 14:05 UTC (permalink / raw)
  To: gdb-prs

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi David,

  Thanks for the bug report and patch.  I have now applied your fix to the
sources, along with this changelog entry:

Cheers
  Nick

2014-03-14  David McQuillan  <dmcq@tao-group.com>

    PR sim/8388
    * armemu.c (WriteR15Load): New function.  Determines if the state
    can be changed upon a write to R15.
    (LoadMult): Use WriteR15Load.
    * armemu.h (WRITEDESTB): Use WriteR15Load.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode
       [not found] <bug-8388-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-03-14 14:05 ` nickc at redhat dot com
@ 2014-03-14 15:22 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-03-14 15:22 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 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  8d052926671eb0e8c83ffab6d15a98790c215a36 (commit)
       via  b9366cf3955d81e26537ea1932b183dbdf237361 (commit)
      from  e5b98723a5f36c5bc32d465deefd20c334627f5a (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=8d052926671eb0e8c83ffab6d15a98790c215a36

commit 8d052926671eb0e8c83ffab6d15a98790c215a36
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Mar 14 15:21:23 2014 +0000

    Add support for instruction level tracing to the ARM simulator.

        * wrapper.c (op_print): New function.
        (sim_dis_read): New function.
        (print_insn): New function - disassembles the given instruction.
        (sim_trace): Note that tracing is now allowed.
        (sim_create_inferior): Default to emulating v6.
        Initialise the disassembler machinery.
        (sim_target_parse_command_line): Add support for -t -d and -z
        options.
        (sim_target_display_usage): Note existence of -d and -z options.
        (sim_open): Parse -t -d and -z options.
        * armemu.h: Add exports of trace, disas and trace_funcs.
        Add prototype for print_insn.
        * armemu.c (ARMul_Emulate26): Add tracing code.
        Delete unused variables.
        * thumbemu (handle_v6_thumb_insn): Delete unused variable Rd.
        Move Rm variable into switch cases.
        Add tracing code.

        * armcopro.c (XScale_cp15_init): Add a return value.
        (XScale_cp13_init): Likewise.
        (XScale_cp14_init): Likewise.
        (XScale_cp15_LDC): Delete unused function.
        (XScale_cp15_STC): Likewise.
        * maverick.c: Delete comment inside comment.
        (DSPInit): Delete unused function.
        (DSPMCR4): Fix compile time warning about missing parenthesis.
        (DSPMCR5): Likewise.
        (DSPCDP6): Delete unused variable opcode2.

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

commit b9366cf3955d81e26537ea1932b183dbdf237361
Author: David McQuillan <dmcq@tao-group.com>
Date:   Fri Mar 14 14:03:29 2014 +0000

    Prevent writes to R15 via LDR or LDM from changing the ARM/Thumb state in
pre-v5 architectures.

        PR sim/8388
        * armemu.c (WriteR15Load): New function.  Determines if the state
        can be changed upon a write to R15.
        (LoadMult): Use WriteR15Load.
        * armemu.h (WRITEDESTB): Use WriteR15Load.

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

Summary of changes:
 sim/arm/ChangeLog  |   39 +++++++++++++++++
 sim/arm/armcopro.c |   34 +++------------
 sim/arm/armemu.c   |   67 ++++++++++++++++++++++-------
 sim/arm/armemu.h   |   10 ++++-
 sim/arm/maverick.c |   23 +++-------
 sim/arm/thumbemu.c |   70 +++++++++++++++++++-----------
 sim/arm/wrapper.c  |  120 +++++++++++++++++++++++++++++++++++++++++++++++----
 7 files changed, 267 insertions(+), 96 deletions(-)

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-14 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8388-4717@http.sourceware.org/bugzilla/>
2011-11-06  7:43 ` [Bug sim/8388] ARM v4t LDR and LDM of pc should not change mode vapier at gentoo dot org
2014-03-14  0:46 ` vapier at gentoo dot org
2014-03-14 14:05 ` nickc at redhat dot com
2014-03-14 15:22 ` cvs-commit at gcc dot gnu.org

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).