public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-testers@sourceware.org
Subject: [binutils-gdb] [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.
Date: Mon, 13 Jan 2020 09:42:00 -0000	[thread overview]
Message-ID: <b9fe6b8aa6c7d662291764d22da09ad9f7c0288a@gdb-build> (raw)

*** TEST RESULTS FOR COMMIT b9fe6b8aa6c7d662291764d22da09ad9f7c0288a ***

commit b9fe6b8aa6c7d662291764d22da09ad9f7c0288a
Author:     Claudiu Zissulescu <claziss@gmail.com>
AuthorDate: Mon Jan 13 10:21:30 2020 +0200
Commit:     Claudiu Zissulescu <claziss@gmail.com>
CommitDate: Mon Jan 13 10:25:50 2020 +0200

    [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.
    
    ACCL/ACCH register names are only available for ARCv2 architecture,
    leading to a confusion when disassembling for any other ARC
    variants. This patch is changing the default names for ACCL/ACCH to
    generic r58/r59.
    
    2012-01-13  Claudiu Zissulescu <claziss@gmail.com>
    
            * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
            reserved register name.

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index e74ff05461..91ce742846 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-13  Claudiu Zissulescu <claziss@gmail.com>
+
+        * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
+	reserved register name.
+
 2020-01-13  Alan Modra  <amodra@gmail.com>
 
 	* ns32k-dis.c (Is_gen): Use strchr, add 'f'.
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index ac8d6aa750..9662c2fc53 100644
--- a/opcodes/arc-dis.c
+++ b/opcodes/arc-dis.c
@@ -90,7 +90,7 @@ static const char * const regnames[64] =
   "r32", "r33", "r34", "r35", "r36", "r37", "r38", "r39",
   "r40", "r41", "r42", "r43", "r44", "r45", "r46", "r47",
   "r48", "r49", "r50", "r51", "r52", "r53", "r54", "r55",
-  "r56", "r57", "ACCL", "ACCH", "lp_count", "rezerved", "LIMM", "pcl"
+  "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
 };
 
 static const char * const addrtypenames[ARC_NUM_ADDRTYPES] =


             reply	other threads:[~2020-01-13  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13  9:42 gdb-buildbot [this message]
2020-01-13  9:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 10:10 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2020-01-15  6:52 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-01-15  6:55 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2020-01-15  7:02 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-01-15  7:27 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-01-15  7:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-01-15  7:34 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2020-01-15  8:05 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot

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=b9fe6b8aa6c7d662291764d22da09ad9f7c0288a@gdb-build \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-testers@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).