diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-17 13:23:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-17 13:23:08 +0000 |
commit | c58dea77ffe2558b133ad9d1325391356c66f85f (patch) | |
tree | 0aa268f169c7a9cdcb4403b4a64974d22169af89 /ld/emultempl | |
parent | 3935e1af80865293a2a63395461872ea7c78615d (diff) | |
download | gdb-c58dea77ffe2558b133ad9d1325391356c66f85f.zip gdb-c58dea77ffe2558b133ad9d1325391356c66f85f.tar.gz gdb-c58dea77ffe2558b133ad9d1325391356c66f85f.tar.bz2 |
* ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages.
* lexsup.c (ld_options): Don't use tabs in help text.
* emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Fix typo.
* emultempl/pe.em (gld${EMULATION_NAME}_finish): Fix typo.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/armcoff.em | 2 | ||||
-rw-r--r-- | ld/emultempl/pe.em | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/armcoff.em b/ld/emultempl/armcoff.em index 6380e4b..c11daee 100644 --- a/ld/emultempl/armcoff.em +++ b/ld/emultempl/armcoff.em @@ -192,7 +192,7 @@ gld${EMULATION_NAME}_finish (void) entry_symbol.name = buffer; } else - einfo (_("%P: warning: connot find thumb start symbol %s\n"), + einfo (_("%P: warning: cannot find thumb start symbol %s\n"), thumb_entry_symbol); } diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index ddee011..e7bcacf 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -1533,7 +1533,7 @@ gld_${EMULATION_NAME}_finish (void) entry_symbol.name = buffer; } else - einfo (_("%P: warning: connot find thumb start symbol %s\n"), thumb_entry_symbol); + einfo (_("%P: warning: cannot find thumb start symbol %s\n"), thumb_entry_symbol); } #endif /* defined(TARGET_IS_armpe) || defined(TARGET_IS_arm_epoc_pe) || defined(TARGET_IS_arm_wince_pe) */ |