| OLD | NEW |
| 1 /* CPU data for sh. | 1 /* CPU data for sh. |
| 2 | 2 |
| 3 THIS FILE IS MACHINE GENERATED WITH CGEN. | 3 THIS FILE IS MACHINE GENERATED WITH CGEN. |
| 4 | 4 |
| 5 Copyright 1996-2010, 2012 Free Software Foundation, Inc. | 5 Copyright 1996-2013 Free Software Foundation, Inc. |
| 6 | 6 |
| 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. | 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. |
| 8 | 8 |
| 9 This file is free software; you can redistribute it and/or modify | 9 This file is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| 11 the Free Software Foundation; either version 3, or (at your option) | 11 the Free Software Foundation; either version 3, or (at your option) |
| 12 any later version. | 12 any later version. |
| 13 | 13 |
| 14 It is distributed in the hope that it will be useful, but WITHOUT | 14 It is distributed in the hope that it will be useful, but WITHOUT |
| 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
| 17 License for more details. | 17 License for more details. |
| 18 | 18 |
| 19 You should have received a copy of the GNU General Public License along | 19 You should have received a copy of the GNU General Public License along |
| 20 with this program; if not, write to the Free Software Foundation, Inc., | 20 with this program; if not, see <http://www.gnu.org/licenses/>. |
| 21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. | |
| 22 | 21 |
| 23 */ | 22 */ |
| 24 | 23 |
| 25 #include "sysdep.h" | 24 #include "sysdep.h" |
| 26 #include <stdio.h> | 25 #include <stdio.h> |
| 27 #include <stdarg.h> | 26 #include <stdarg.h> |
| 28 #include "ansidecl.h" | 27 #include "ansidecl.h" |
| 29 #include "bfd.h" | 28 #include "bfd.h" |
| 30 #include "symcat.h" | 29 #include "symcat.h" |
| 31 #include "sh-desc.h" | 30 #include "sh-desc.h" |
| (...skipping 3522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3554 | 3553 |
| 3555 if (cd->hw_table.entries) | 3554 if (cd->hw_table.entries) |
| 3556 free ((CGEN_HW_ENTRY *) cd->hw_table.entries); | 3555 free ((CGEN_HW_ENTRY *) cd->hw_table.entries); |
| 3557 | 3556 |
| 3558 if (cd->operand_table.entries) | 3557 if (cd->operand_table.entries) |
| 3559 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); | 3558 free ((CGEN_HW_ENTRY *) cd->operand_table.entries); |
| 3560 | 3559 |
| 3561 free (cd); | 3560 free (cd); |
| 3562 } | 3561 } |
| 3563 | 3562 |
| OLD | NEW |