diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 00:30:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 00:30:49 +0000 |
commit | 28b13744034126dc942e733967d2dad3986e41d1 (patch) | |
tree | f70a5ab1eb48d55e4ae1ff3a8fafcf45a721614f /bfd/elf.c | |
parent | 595cf52ef2b0da2bc521f82cfefca1b964c852a6 (diff) | |
download | gdb-28b13744034126dc942e733967d2dad3986e41d1.zip gdb-28b13744034126dc942e733967d2dad3986e41d1.tar.gz gdb-28b13744034126dc942e733967d2dad3986e41d1.tar.bz2 |
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Fix a typo.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2914,7 +2914,7 @@ assign_section_numbers (bfd *abfd) = get_elf_backend_data (abfd); if (bed->link_order_error_handler) bed->link_order_error_handler - (_("%B: warning: sh_link not set for section `%S'"), + (_("%B: warning: sh_link not set for section `%A'"), abfd, s); } else |