diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-04-28 22:12:58 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2007-04-28 22:12:58 +0000 |
commit | 02ffd3e486f00ec80d6fdd4395045f02ee8569bb (patch) | |
tree | 6a353cd2c0e9219cb3b78eeb5c86136e7587a17a /gas | |
parent | 6ed7ea50e87eddecb4c6774de0c0fc0f9c503552 (diff) | |
download | gdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.zip gdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.tar.gz gdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.tar.bz2 |
* config/tc-mips.c: Fix comment.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-mips.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <ths@networkno.de> + + * config/tc-mips.c: Fix comment. + 2007-04-26 Anatoly Sokolov <aesok@post.ru> * 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; |