diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-22 03:18:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-22 03:18:51 +0000 |
commit | f66ce2ff1afe8c6ae4fe4e513b23d9c44204bbad (patch) | |
tree | 14ac17f5c97c0a623ad8998a848f751cf7a953b5 /bfd/reloc.c | |
parent | a1535f42a895d7aac43a2457669afd7325e1602d (diff) | |
download | gdb-f66ce2ff1afe8c6ae4fe4e513b23d9c44204bbad.zip gdb-f66ce2ff1afe8c6ae4fe4e513b23d9c44204bbad.tar.gz gdb-f66ce2ff1afe8c6ae4fe4e513b23d9c44204bbad.tar.bz2 |
comment fix
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 5675fbe..dbaef89 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1345,8 +1345,9 @@ space consuming. For each target: bfd_perform_relocation is so hacked up it is easier to write a new function than to try to deal with it. - This routine does a final relocation. It should not be used when - generating relocateable output. + This routine does a final relocation. Whether it is useful for a + relocateable link depends upon how the object format defines + relocations. FIXME: This routine ignores any special_function in the HOWTO, since the existing special_function values have been written for |