This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 06/19] PRU Opcode Port


On петък, 20 януари 2017 г. 12:35:29 EET Pedro Alves wrote:
> On 12/05/2016 08:42 PM, Dimitar Dimitrov wrote:
> > +   This file is part of GAS, the GNU Assembler, and GDB, the GNU
> > disassembler.
> Hmm, GDB, the GNU DisassemBler ?   :-)
> 
> Why not:
> 
>   "This file is part of the GNU opcodes library."
> 
> ?
Sorry about that copy-pasta. Considering that the PRU opcode patch has already 
been merged, and since there are several such occurances in the tree, please 
check the attached fix.

include/ChangeLog:

2017-01-20  Dimitar Dimitrov  <dimitar@dinux.eu>

        * opcode/hppa.h: Clarify that file is part of GNU opcode.
        * opcode/i860.h: Ditto.
        * opcode/nios2.h: Ditto.
        * opcode/nios2r1.h: Ditto.
        * opcode/nios2r2.h: Ditto.
        * opcode/pru.h: Ditto.

opcodes/ChangeLog:

2017-01-20  Dimitar Dimitrov  <dimitar@dinux.eu>

        * pru-opc.c: Remove vague reference to a future GDB port.

Thanks,
Dimitar


> 
> Thanks,
> Pedro Alves

diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 91484b0e52..21b1cca7b6 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -4,7 +4,7 @@
    Contributed by the Center for Software Science at the
    University of Utah (pa-gdb-bugs@cs.utah.edu).
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/include/opcode/i860.h b/include/opcode/i860.h
index 54a930d753..cb859a4de0 100644
--- a/include/opcode/i860.h
+++ b/include/opcode/i860.h
@@ -1,7 +1,7 @@
 /* Table of opcodes for the i860.
    Copyright (C) 1989-2017 Free Software Foundation, Inc.
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/include/opcode/nios2.h b/include/opcode/nios2.h
index 68e9a1ed91..1eadd7a706 100644
--- a/include/opcode/nios2.h
+++ b/include/opcode/nios2.h
@@ -3,7 +3,7 @@
    Contributed by Nigel Gray (ngray@altera.com).
    Contributed by Mentor Graphics, Inc.
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/include/opcode/nios2r1.h b/include/opcode/nios2r1.h
index c2e603026c..6b07e7321d 100644
--- a/include/opcode/nios2r1.h
+++ b/include/opcode/nios2r1.h
@@ -2,7 +2,7 @@
    Copyright (C) 2013-2017 Free Software Foundation, Inc.
    Contributed by Mentor Graphics, Inc.
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/include/opcode/nios2r2.h b/include/opcode/nios2r2.h
index 65fdd7cc3e..90873d4d67 100644
--- a/include/opcode/nios2r2.h
+++ b/include/opcode/nios2r2.h
@@ -2,7 +2,7 @@
    Copyright (C) 2013-2017 Free Software Foundation, Inc.
    Contributed by Mentor Graphics, Inc.
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/include/opcode/pru.h b/include/opcode/pru.h
index f22ae1e440..ccc2593058 100644
--- a/include/opcode/pru.h
+++ b/include/opcode/pru.h
@@ -2,7 +2,7 @@
    Copyright (C) 2014-2017 Free Software Foundation, Inc.
    Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
 
-   This file is part of GAS, the GNU Assembler, and GDB, the GNU disassembler.
+   This file is part of the GNU opcodes library.
 
    GAS/GDB is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/opcodes/pru-opc.c b/opcodes/pru-opc.c
index c86c640ad2..c7ee672438 100644
--- a/opcodes/pru-opc.c
+++ b/opcodes/pru-opc.c
@@ -85,8 +85,7 @@ const int pru_num_regs = PRU_NUM_REGS;
 
 #undef PRU_NUM_REGS
 
-/* This is the opcode table used by the PRU GNU as, disassembler
-   and soon GDB.  */
+/* This is the opcode table used by the PRU GNU as and disassembler.  */
 const struct pru_opcode pru_opcodes[] =
 {
   /* { name, args,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]