summaryrefslogtreecommitdiffstats
path: root/libcpu/x86_64_disasm.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2008-01-03 07:41:03 +0000
committerUlrich Drepper <[email protected]>2008-01-03 07:41:03 +0000
commit515d8d71521740a084d422b7bb7941ed5f3ee837 (patch)
treeb89c20c6e4e0e7bf89f53f59040fb9871af9f413 /libcpu/x86_64_disasm.c
parentf231e276bda6395770ebb2fc2d1469def46c2707 (diff)
Rewrite matcher to allow easier handling of SSE instructions.
A\\Correct/add copyrights.
Diffstat (limited to 'libcpu/x86_64_disasm.c')
-rw-r--r--libcpu/x86_64_disasm.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/libcpu/x86_64_disasm.c b/libcpu/x86_64_disasm.c
index f6ae7957..b793b78d 100644
--- a/libcpu/x86_64_disasm.c
+++ b/libcpu/x86_64_disasm.c
@@ -1,3 +1,29 @@
+/* Disassembler for x86-64.
+ Copyright (C) 2007, 2008 Red Hat, Inc.
+ This file is part of Red Hat elfutils.
+ Written by Ulrich Drepper <[email protected]>, 2007.
+
+ Red Hat elfutils is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by the
+ Free Software Foundation; version 2 of the License.
+
+ Red Hat elfutils is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with Red Hat elfutils; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
+
+ Red Hat elfutils is an included package of the Open Invention Network.
+ An included package of the Open Invention Network is a package for which
+ Open Invention Network licensees cross-license their patents. No patent
+ license is granted, either expressly or impliedly, by designation as an
+ included package. Should you wish to participate in the Open Invention
+ Network licensing program, please visit www.openinventionnetwork.com
+ <http://www.openinventionnetwork.com>. */
+
#define i386_disasm x86_64_disasm
#define DISFILE "x86_64_dis.h"
#define MNEFILE "x86_64.mnemonics"