diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 15:33:25 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 15:33:25 +0000 |
commit | 5c4f07bae108d3f6e70b755f49d1c008088138f9 (patch) | |
tree | 2f0359d27737f1f9ec5a21be9a72e6c445031ab2 /gas/config | |
parent | 170b53b2b6ca83fe08123b53fad469ba8e92aed4 (diff) | |
download | gdb-5c4f07bae108d3f6e70b755f49d1c008088138f9.zip gdb-5c4f07bae108d3f6e70b755f49d1c008088138f9.tar.gz gdb-5c4f07bae108d3f6e70b755f49d1c008088138f9.tar.bz2 |
gas/
* config/tc-mips.c (md_convert_frag): Correct message
capitalization.
gas/testsuite/
* gas/mips/relax-swap1.l: Adjust for message capitalization
correction.
* gas/mips/relax-swap2.l: Likewise.
* gas/mips/relax.l: Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index c84952c..4b7dcdc 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -14437,7 +14437,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp) int i; as_warn_where (fragp->fr_file, fragp->fr_line, - _("relaxed out-of-range branch into a jump")); + _("Relaxed out-of-range branch into a jump")); if (RELAX_BRANCH_UNCOND (fragp->fr_subtype)) goto uncond; |