aboutsummaryrefslogtreecommitdiff
path: root/gold/target-reloc.h
diff options
context:
space:
mode:
authorchatham <chatham@sourceware.org>2007-08-21 21:29:12 +0000
committerchatham <chatham@sourceware.org>2007-08-21 21:29:12 +0000
commit72a2eed757d46b207f6e127dcc7c5acf848f5872 (patch)
tree79481a04429c771b3b2e2ad1ee54630ee7ecd3dc /gold/target-reloc.h
parent0496d5e5b46976aa1cdbe55c6e833a6e7a04961d (diff)
downloadfsf-binutils-gdb-72a2eed757d46b207f6e127dcc7c5acf848f5872.zip
fsf-binutils-gdb-72a2eed757d46b207f6e127dcc7c5acf848f5872.tar.gz
fsf-binutils-gdb-72a2eed757d46b207f6e127dcc7c5acf848f5872.tar.bz2
Make relative references in linker scripts absolute and update a
comment about relocate() being called.
Diffstat (limited to 'gold/target-reloc.h')
-rw-r--r--gold/target-reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target-reloc.h b/gold/target-reloc.h
index d282805..1e9ecd0 100644
--- a/gold/target-reloc.h
+++ b/gold/target-reloc.h
@@ -91,7 +91,7 @@ scan_relocs(
}
// This function implements the generic part of relocation processing.
-// This is an inline function which take a class whose operator()
+// This is an inline function which take a class whose relocate()
// implements the machine specific part of relocation. We do it this
// way to avoid making a function call for each relocation, and to
// avoid repeating the generic relocation handling code for each