diff options
author | Chao-ying Fu <fu@mips.com> | 2008-05-09 18:18:22 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2008-05-09 18:18:22 +0000 |
commit | c41e87e39ea2379b41158a736ca422d43a5e2d17 (patch) | |
tree | 56804080ecf801f0788a8bc4079961a138d08171 /gas/ChangeLog | |
parent | a3c83fae41631ef18cd177c8bcc86f2d646e41c7 (diff) | |
download | gdb-c41e87e39ea2379b41158a736ca422d43a5e2d17.zip gdb-c41e87e39ea2379b41158a736ca422d43a5e2d17.tar.gz gdb-c41e87e39ea2379b41158a736ca422d43a5e2d17.tar.bz2 |
* config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
case that some characters append at the end of the name.
(mips_ip): Likewise.
(s_change_sec): Likewise.
(md_section_align): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ac54660..2d1a9d1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2008-05-09 Chao-ying Fu <fu@mips.com> + + * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in + case that some characters append at the end of the name. + (mips_ip): Likewise. + (s_change_sec): Likewise. + (md_section_align): Likewise. + 2008-05-07 Bob Wilson <bob.wilson@acm.org> * config/tc-xtensa.c (xtensa_create_property_segments): Use |