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.
This commit is contained in:
parent
82f252717e
commit
a1aa5e81de
9 changed files with 20 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue