diff options
author | chatham <chatham@sourceware.org> | 2007-08-21 21:29:12 +0000 |
---|---|---|
committer | chatham <chatham@sourceware.org> | 2007-08-21 21:29:12 +0000 |
commit | 72a2eed757d46b207f6e127dcc7c5acf848f5872 (patch) | |
tree | 79481a04429c771b3b2e2ad1ee54630ee7ecd3dc /gold/target-reloc.h | |
parent | 0496d5e5b46976aa1cdbe55c6e833a6e7a04961d (diff) | |
download | gdb-72a2eed757d46b207f6e127dcc7c5acf848f5872.zip gdb-72a2eed757d46b207f6e127dcc7c5acf848f5872.tar.gz 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.h | 2 |
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 |