gdb/riscv: Remove 'Contributed by....' comments
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Mar 2018 16:31:40 +0000 (16:31 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Mar 2018 19:12:46 +0000 (19:12 +0000)
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.

gdb/ChangeLog
gdb/riscv-tdep.c
gdb/riscv-tdep.h

index 909178f..ccd1354 100644 (file)
@@ -1,5 +1,11 @@
 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.
        (riscv_pseudo_register_write): Delete.
        (riscv_gdbarch_init): Remove all use of pseudo registers.
index ce14806..bc25edf 100644 (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
index 3c033dc..ab5e278 100644 (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