aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools
diff options
context:
space:
mode:
Diffstat (limited to 'xen/tools')
-rw-r--r--xen/tools/elf-reloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/tools/elf-reloc.c b/xen/tools/elf-reloc.c
index 80e926f29e..e2a5860e27 100644
--- a/xen/tools/elf-reloc.c
+++ b/xen/tools/elf-reloc.c
@@ -80,9 +80,6 @@ int main(int argc, char **argv)
new_base = strtoul(argv[2], NULL, 16);
image_name = argv[3];
- printf("Relocating `%s' from 0x%08lX to 0x%08lX\n",
- image_name, old_base, new_base);
-
fp = fopen(image_name, "rb+");
if ( !fp )
{