From: Thiemo Seufer Date: Sat, 28 Apr 2007 22:12:58 +0000 (+0000) Subject: * config/tc-mips.c: Fix comment. X-Git-Tag: binutils-2_18-branchpoint~912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02ffd3e486f00ec80d6fdd4395045f02ee8569bb;p=external%2Fbinutils.git * config/tc-mips.c: Fix comment. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1c5bdde..6a7deec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-04-28 Thiemo Seufer + + * config/tc-mips.c: Fix comment. + 2007-04-26 Anatoly Sokolov * config/tc-avr.c (mcu_types): Add support for atmega8hva and diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 99b0a13..0934944 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -507,7 +507,7 @@ static int mips_any_noreorder; an mfhi/mflo instruction is read in the next two instructions. */ static int mips_7000_hilo_fix; -/* The size of the small data section. */ +/* The size of objects in the small data section. */ static unsigned int g_switch_value = 8; /* Whether the -G option was used. */ static int g_switch_seen = 0;