summaryrefslogtreecommitdiff
path: root/gas/config/tc-i370.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-09-11 16:46:38 +0000
committerJakub Jelinek <jakub@redhat.com>2001-09-11 16:46:38 +0000
commit9469ddf0d068d5acf914b0bed7272f9a4edfa05c (patch)
tree77510a5ba253a24aec1d7b260dc8dc81dd5aa7bb /gas/config/tc-i370.c
parentbd7c9df68b3a0d97e93d022cd55e94a86bd31dbe (diff)
downloadbinutils-gdb-9469ddf0d068d5acf914b0bed7272f9a4edfa05c.tar.gz
* config/obj-elf.c (obj_elf_parse_section_letters): Use 'M' instead
of 'm', 'S' instead of 's'. Update bad_msg. * config/tc-ppc.c (ppc_section_letter): Update bad_msg. * config/tc-i370.c (i370_sectioN_letter): Update bad_msg.
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r--gas/config/tc-i370.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c
index affc9575fda..75a5792368a 100644
--- a/gas/config/tc-i370.c
+++ b/gas/config/tc-i370.c
@@ -2462,7 +2462,7 @@ i370_section_letter (letter, ptr_msg)
if (letter == 'e')
return SHF_EXCLUDE;
- *ptr_msg = "Bad .section directive: want a,w,x,e in string";
+ *ptr_msg = "Bad .section directive: want a,e,w,x,M,S in string";
return 0;
}