| OLD | NEW |
| 1 /* This file is part of the program GDB, the GNU debugger. | 1 /* This file is part of the program GDB, the GNU debugger. |
| 2 | 2 |
| 3 Copyright (C) 1998, 2007-2012 Free Software Foundation, Inc. | 3 Copyright (C) 1998-2013 Free Software Foundation, Inc. |
| 4 Contributed by Cygnus Solutions. | 4 Contributed by Cygnus Solutions. |
| 5 | 5 |
| 6 This program is free software; you can redistribute it and/or modify | 6 This program is free software; you can redistribute it and/or modify |
| 7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
| 8 the Free Software Foundation; either version 3 of the License, or | 8 the Free Software Foundation; either version 3 of the License, or |
| 9 (at your option) any later version. | 9 (at your option) any later version. |
| 10 | 10 |
| 11 This program is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
| 12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 /* HW_TRACE ((me, "post: %08lx", (long) *register_ptr)); */ | 403 /* HW_TRACE ((me, "post: %08lx", (long) *register_ptr)); */ |
| 404 } | 404 } |
| 405 return nr_bytes; | 405 return nr_bytes; |
| 406 } | 406 } |
| 407 | 407 |
| 408 | 408 |
| 409 const struct hw_descriptor dv_tx3904irc_descriptor[] = { | 409 const struct hw_descriptor dv_tx3904irc_descriptor[] = { |
| 410 { "tx3904irc", tx3904irc_finish, }, | 410 { "tx3904irc", tx3904irc_finish, }, |
| 411 { NULL }, | 411 { NULL }, |
| 412 }; | 412 }; |
| OLD | NEW |