diff options
author | H.J. Lu <hjl@lucon.org> | 2005-09-09 05:11:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2005-09-09 05:11:51 +0000 |
commit | ab8c197a3f76d99d5ccb4682fa8cfc8528cc53fd (patch) | |
tree | 376126bfb131a0adb3143973b97b49dee8c8dba2 /bfd/elfxx-ia64.c | |
parent | c889ddbe3b1963ca55cc1165d20c4f56905f94ca (diff) | |
download | gdb-ab8c197a3f76d99d5ccb4682fa8cfc8528cc53fd.tar.gz |
2005-09-08 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_get_linked_section_vma): Fix a typo in comment.
* elfxx-ia64.c (elf_backend_link_order_error_handler): Likewise.
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r-- | bfd/elfxx-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 6ba5e2de2e0..dc2c2e15a86 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -5300,7 +5300,7 @@ elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, #define elf_backend_special_sections elfNN_ia64_special_sections /* FIXME: PR 290: The Intel C compiler generates SHT_IA_64_UNWIND with - SHF_LINK_ORDER. But it doesn't set theh sh_link or sh_info fields. + SHF_LINK_ORDER. But it doesn't set the sh_link or sh_info fields. We don't want to flood users with so many error messages. We turn off the warning for now. It will be turned on later when the Intel compiler is fixed. */ |