From: Andrew Burgess Date: Tue, 6 Mar 2018 16:31:40 +0000 (+0000) Subject: gdb/riscv: Remove 'Contributed by....' comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9486dfe2753a3a9683dbb131ecfb4f5808a27c1;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 909178fc156..ccd1354fb4c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2018-03-06 Andrew Burgess + + * riscv-tdep.c: Remove 'Contributed by ...' lines from header + comment. + * riscv-tdep.h: Likewise. + 2018-03-06 Andrew Burgess * riscv-tdep.c (riscv_pseudo_register_read): Delete. diff --git a/gdb/riscv-tdep.c b/gdb/riscv-tdep.c index ce148067216..bc25edfa9f2 100644 --- a/gdb/riscv-tdep.c +++ b/gdb/riscv-tdep.c @@ -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 - and by Mike Frysinger . - This file is part of GDB. This program is free software; you can redistribute it and/or modify diff --git a/gdb/riscv-tdep.h b/gdb/riscv-tdep.h index 3c033dcc77d..ab5e278759c 100644 --- a/gdb/riscv-tdep.h +++ b/gdb/riscv-tdep.h @@ -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 - and by Mike Frysinger . - This file is part of GDB. This program is free software; you can redistribute it and/or modify