diff options
| author | Ulrich Drepper <[email protected]> | 2008-01-09 05:39:28 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-01-09 05:39:28 +0000 |
| commit | ff99322e986f8400995b4371dc39ea59e1252d5c (patch) | |
| tree | 3a288354395723dc0a375d38111c9fe4a03e3a53 /backends/Makefile.am | |
| parent | 9e6925dd43d4e6572b69194232f6152f232e737d (diff) | |
Add x86-64 disassembler support.
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index ef21717c..79fccfdc 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 2000-2006, 2007 Red Hat, Inc. +## Copyright (C) 2000-2006, 2007, 2008 Red Hat, Inc. ## This file is part of Red Hat elfutils. ## ## Red Hat elfutils is free software; you can redistribute it and/or modify @@ -72,8 +72,7 @@ am_libebl_sh_pic_a_OBJECTS = $(sh_SRCS:.c=.os) x86_64_SRCS = x86_64_init.c x86_64_symbol.c x86_64_corenote.c \ x86_64_retval.c x86_64_regs.c i386_auxv.c -# XXX Not yet -# cpu_x86_64 = ../libcpu/libcpu_x86_64.a +cpu_x86_64 = ../libcpu/libcpu_x86_64.a libebl_x86_64_pic_a_SOURCES = $(x86_64_SRCS) am_libebl_x86_64_pic_a_OBJECTS = $(x86_64_SRCS:.c=.os) |
