Revision 8167ee88 ppc-dis.c

b/ppc-dis.c
16 16
the GNU General Public License for more details.
17 17

  
18 18
You should have received a copy of the GNU General Public License
19
along with this file; see the file COPYING.  If not, write to the Free
20
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
19
along with this file; see the file COPYING.  If not,
20
see <http://www.gnu.org/licenses/>.  */
21 21
#include "dis-asm.h"
22 22
#define BFD_DEFAULT_TARGET_SIZE 64
23 23

  
......
39 39
the GNU General Public License for more details.
40 40

  
41 41
You should have received a copy of the GNU General Public License
42
along with this file; see the file COPYING.  If not, write to the Free
43
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
42
along with this file; see the file COPYING.  If not,
43
see <http://www.gnu.org/licenses/>.  */
44 44

  
45 45
/* The opcode table is an array of struct powerpc_opcode.  */
46 46

  
......
361 361
   the GNU General Public License for more details.
362 362

  
363 363
   You should have received a copy of the GNU General Public License
364
   along with this file; see the file COPYING.  If not, write to the Free
365
   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
366
   02110-1301, USA.  */
364
   along with this file; see the file COPYING.
365
   If not, see <http://www.gnu.org/licenses/>.  */
367 366

  
368 367
/* This file holds the PowerPC opcode table.  The opcode table
369 368
   includes almost all of the extended instruction mnemonics.  This

Also available in: Unified diff