gdb/riscv: Remove 'Contributed by....' comments

The GDB coding standard states these lines should never have been
added.

gdb/ChangeLog:

	* riscv-tdep.c: Remove 'Contributed by ...' lines from header
	comment.
	* riscv-tdep.h: Likewise.
This commit is contained in:
Andrew Burgess 2018-03-06 16:31:40 +00:00
parent d74aff3d95
commit c9486dfe27
3 changed files with 6 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
* riscv-tdep.c: Remove 'Contributed by ...' lines from header
comment.
* riscv-tdep.h: Likewise.
2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
* riscv-tdep.c (riscv_pseudo_register_read): Delete.

View File

@ -2,11 +2,6 @@
Copyright (C) 2018 Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Todd Snyder <todd@bluespec.com>
and by Mike Frysinger <vapier@gentoo.org>.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify

View File

@ -2,11 +2,6 @@
Copyright (C) 2018 Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
and by Todd Snyder <todd@bluespec.com>
and by Mike Frysinger <vapier@gentoo.org>.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify