forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/xmon/ppc-dis.c
....@@ -1,22 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* ppc-dis.c -- Disassemble PowerPC instructions
23 Copyright (C) 1994-2016 Free Software Foundation, Inc.
34 Written by Ian Lance Taylor, Cygnus Support
45
56 This file is part of GDB, GAS, and the GNU binutils.
67
7
-GDB, GAS, and the GNU binutils are free software; you can redistribute
8
-them and/or modify them under the terms of the GNU General Public
9
-License as published by the Free Software Foundation; either version
10
-2, or (at your option) any later version.
11
-
12
-GDB, GAS, and the GNU binutils are distributed in the hope that they
13
-will be useful, but WITHOUT ANY WARRANTY; without even the implied
14
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15
-the GNU General Public License for more details.
16
-
17
-You should have received a copy of the GNU General Public License
18
-along with this file; see the file COPYING. If not, write to the Free
19
-Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
8
+ */
209
2110 #include <asm/cputable.h>
2211 #include <asm/cpu_has_feature.h>