PR gas/12011
[deliverable/binutils-gdb.git] / gas / config / tc-mep.c
index ae2463e019819602b14ee419f0854efeb530d48b..3a6bd6a7d465014412f4bc69ebca83305e2e2132 100644 (file)
@@ -2086,8 +2086,8 @@ mep_elf_section_letter (int letter, char **ptrmsg)
   if (letter == 'v')
     return SHF_MEP_VLIW;
 
-  *ptrmsg = _("Bad .section directive: want a,v,w,x,M,S in string");
-  return 0;
+  *ptrmsg = _("bad .section directive: want a,v,w,x,M,S in string");
+  return -1;
 }
 
 flagword
This page took 0.03639 seconds and 4 git commands to generate.