diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-17 13:50:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-17 13:50:48 +0000 |
commit | 442996eee847bcffea6e25c4519b30c36bfe09ef (patch) | |
tree | e82005f0d3e84a14df0a3695954f214c0266a15b /ld/emultempl/ticoff.em | |
parent | c58dea77ffe2558b133ad9d1325391356c66f85f (diff) | |
download | gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.zip gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.tar.gz gdb-442996eee847bcffea6e25c4519b30c36bfe09ef.tar.bz2 |
* emultempl/alphaelf.em: Format option help.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf.em: Likewise.
* emultempl/avrelf.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/hppaelf.em: Likewise.
* emultempl/ia64elf.em: Likewise.
* emultempl/m68hc1xelf.em: Likewise.
* emultempl/ppc32elf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
* emultempl/scoreelf.em: Likewise.
* emultempl/spuelf.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/vxworks.em: Likewise.
* emultempl/xtensaelf.em: Likewise.
Diffstat (limited to 'ld/emultempl/ticoff.em')
-rw-r--r-- | ld/emultempl/ticoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 8860d5a..739b6b1 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -66,7 +66,7 @@ gld${EMULATION_NAME}_add_options static void gld_${EMULATION_NAME}_list_options (FILE * file) { - fprintf (file, _(" --format 0|1|2 Specify which COFF version to use\n")); + fprintf (file, _(" --format 0|1|2 Specify which COFF version to use\n")); } static bfd_boolean |