| OLD | NEW |
| 1 /* Print Motorola 68k instructions. | 1 /* Print Motorola 68k instructions. |
| 2 Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, | 2 Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, |
| 3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 4 Free Software Foundation, Inc. | 4 2012 Free Software Foundation, Inc. |
| 5 | 5 |
| 6 This file is part of the GNU opcodes library. | 6 This file is part of the GNU opcodes library. |
| 7 | 7 |
| 8 This library is free software; you can redistribute it and/or modify | 8 This library is free software; you can redistribute it and/or modify |
| 9 it under the terms of the GNU General Public License as published by | 9 it under the terms of the GNU General Public License as published by |
| 10 the Free Software Foundation; either version 3, or (at your option) | 10 the Free Software Foundation; either version 3, or (at your option) |
| 11 any later version. | 11 any later version. |
| 12 | 12 |
| 13 It is distributed in the hope that it will be useful, but WITHOUT | 13 It is distributed in the hope that it will be useful, but WITHOUT |
| 14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | 14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 unsigned char *p = p0; | 644 unsigned char *p = p0; |
| 645 int regno; | 645 int regno; |
| 646 const char *regname; | 646 const char *regname; |
| 647 unsigned char *p1; | 647 unsigned char *p1; |
| 648 double flval; | 648 double flval; |
| 649 int flt_p; | 649 int flt_p; |
| 650 bfd_signed_vma disp; | 650 bfd_signed_vma disp; |
| 651 unsigned int uval; | 651 unsigned int uval; |
| 652 | 652 |
| 653 switch (*d) | 653 switch (*d) |
error: old chunk mismatch |
None
| OLD | NEW |