diff options
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r-- | gas/config/tc-i370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index affc957..75a5792 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; } |