summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2008-01-02 18:07:17 +0000
committerUlrich Drepper <[email protected]>2008-01-02 18:07:17 +0000
commitf231e276bda6395770ebb2fc2d1469def46c2707 (patch)
tree80df1d74d29713b590ae675d5ed4631ee205b851 /backends
parent3cbdd387c752999255aea91600b5cfdefbeac7d0 (diff)
Cleanup after .disasm branch merge.
Diffstat (limited to 'backends')
-rw-r--r--backends/Makefile.am3
-rw-r--r--backends/x86_64_init.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am
index 28e55f6e..ef21717c 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -72,7 +72,8 @@ 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
-cpu_x86_64 = ../libcpu/libcpu_x86_64.a
+# XXX Not yet
+# 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)
diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c
index c2d3de12..8524b771 100644
--- a/backends/x86_64_init.c
+++ b/backends/x86_64_init.c
@@ -54,7 +54,8 @@ x86_64_init (elf, machine, eh, ehlen)
HOOK (eh, return_value_location);
HOOK (eh, register_info);
HOOK (eh, auxv_info);
- HOOK (eh, disasm);
+ // XXX Not yet.
+ // HOOK (eh, disasm);
return MODVERSION;
}