summaryrefslogtreecommitdiffstats
path: root/src/patchelf.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-12-07 11:32:47 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-12-07 11:32:47 (GMT)
commitde1f009cde35075efb047dc9267a22b730f34b2a (patch)
treefa7b2c6a8f29c79972a5abeb5be1cee280f6b2f6 /src/patchelf.cc
parent34835b21622fe0d60a3d8cd6a2ac6e93aac7d186 (diff)
downloadpatchelf-de1f009cde35075efb047dc9267a22b730f34b2a.zip
patchelf-de1f009cde35075efb047dc9267a22b730f34b2a.tar.gz
patchelf-de1f009cde35075efb047dc9267a22b730f34b2a.tar.bz2
* Remove debug lines.
Diffstat (limited to 'src/patchelf.cc')
-rw-r--r--src/patchelf.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index 169f736..d5175a2 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -428,8 +428,6 @@ void ElfFile<ElfFileParamNames>::rewriteSections()
assert(lastReplaced != 0);
- debug("ptr size %d %d\n", sizeof(off_t), sizeof(Elf_Addr));
-
debug("last replaced is %d\n", lastReplaced);
/* Try to replace all sections before that, as far as possible.
@@ -526,7 +524,6 @@ void ElfFile<ElfFileParamNames>::rewriteSections()
Elf_Shdr & shdr = findSection(sectionName);
wri(shdr.sh_offset, curOff);
wri(shdr.sh_addr, firstPage + curOff);
- debug("feep %llx %llx %llx %d\n", firstPage, firstPage + curOff, shdr.sh_addr, sizeof shdr.sh_addr);
wri(shdr.sh_size, i->second.size());
wri(shdr.sh_addralign, sectionAlignment);