summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Dimitrov <dimitar@dinux.eu>2017-01-25 12:19:27 +0000
committerPedro Alves <palves@redhat.com>2017-01-25 12:30:52 +0000
commita1aa5e81de977805b16f2b1b9a12027a7f61c20c (patch)
treedeaf7f6046d60f0d24534fb97bb47d4c6a77a5db
parent82f252717eef101fb3d105aa2d5b5e3944df6123 (diff)
downloadbinutils-gdb-a1aa5e81de977805b16f2b1b9a12027a7f61c20c.tar.gz
Clarify that include/opcode/ files are part of GNU opcodes
include/ChangeLog: 2017-01-25 Dimitar Dimitrov <dimitar@dinux.eu> * opcode/hppa.h: Clarify that file is part of GNU opcodes. * opcode/i860.h: Ditto. * opcode/nios2.h: Ditto. * opcode/nios2r1.h: Ditto. * opcode/nios2r2.h: Ditto. * opcode/pru.h: Ditto. opcodes/ChangeLog: 2017-01-25 Dimitar Dimitrov <dimitar@dinux.eu> * pru-opc.c: Remove vague reference to a future GDB port.
-rw-r--r--include/ChangeLog9
-rw-r--r--include/opcode/hppa.h2
-rw-r--r--include/opcode/i860.h2
-rw-r--r--include/opcode/nios2.h2
-rw-r--r--include/opcode/nios2r1.h2
-rw-r--r--include/opcode/nios2r2.h2
-rw-r--r--include/opcode/pru.h2
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/pru-opc.c3
9 files changed, 20 insertions, 8 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b930a730800..8bcb0cf7b3d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
+
+ * opcode/hppa.h: Clarify that file is part of GNU opcodes.
+ * opcode/i860.h: Ditto.
+ * opcode/nios2.h: Ditto.
+ * opcode/nios2r1.h: Ditto.
+ * opcode/nios2r2.h: Ditto.
+ * opcode/pru.h: Ditto.
+
2017-01-24 Alan Hayward <alan.hayward@arm.com>
* elf/common.h (NT_ARM_SVE): Define.
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 91484b0e523..21b1cca7b62 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 54a930d7532..cb859a4de01 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 68e9a1ed919..1eadd7a7062 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 c2e603026cc..6b07e7321d5 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 65fdd7cc3ea..90873d4d673 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 f22ae1e4402..ccc25930588 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/ChangeLog b/opcodes/ChangeLog
index e16075ff8cc..270bcda2d9a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
+
+ * pru-opc.c: Remove vague reference to a future GDB port.
+
2017-01-20 Nick Clifton <nickc@redhat.com>
* po/ga.po: Updated Irish translation.
diff --git a/opcodes/pru-opc.c b/opcodes/pru-opc.c
index c86c640ad2a..c7ee672438a 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,