diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-06 22:31:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-06 22:31:58 +0000 |
commit | f88c900883e5b213f9099353f82d17dd4e151228 (patch) | |
tree | a9d2c614c898288c71cc2ed34919bd565f9a120e /bfd/aoutx.h | |
parent | 118e8d1c7d5adbb9024c792b1feaf0286c92f7f5 (diff) | |
download | gdb-f88c900883e5b213f9099353f82d17dd4e151228.zip gdb-f88c900883e5b213f9099353f82d17dd4e151228.tar.gz gdb-f88c900883e5b213f9099353f82d17dd4e151228.tar.bz2 |
Comment change.
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 68368c6..62922a6 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -3057,7 +3057,13 @@ aout_link_check_ar_symbols (abfd, info, pneeded) int a; and this object file from the archive includes int a = 5; - In such a case we must include this object file. */ + In such a case we must include this object file. + + FIXME: The SunOS 4.1.3 linker will pull in the archive + element if the symbol is defined in the .data section, + but not if it is defined in the .text section. That + seems a bit crazy to me, and I haven't implemented it. + However, it might be correct. */ if (! (*info->callbacks->add_archive_element) (info, abfd, name)) return false; *pneeded = true; |