diff options
author | Jeff Law <law@redhat.com> | 1997-09-19 23:09:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-09-19 23:09:08 +0000 |
commit | e205ecb8a620b89bea2b414fa3cd2d18755ab711 (patch) | |
tree | bd508e085a78dd60a1e160cc6b7de8ae9b7732f3 | |
parent | 7afa8d4edce29edb224249c9bff988139153d2fb (diff) | |
download | gdb-e205ecb8a620b89bea2b414fa3cd2d18755ab711.zip gdb-e205ecb8a620b89bea2b414fa3cd2d18755ab711.tar.gz gdb-e205ecb8a620b89bea2b414fa3cd2d18755ab711.tar.bz2 |
* config/tc-mn10300.c (md_assemble): Use strcasecomp instead
of strcmp where appropriate.
Fixes problem in one of mec's prs.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 99b2e32..babbe38 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 19 17:08:41 1997 Jeffrey A Law (law@cygnus.com) + + * config/tc-mn10300.c (md_assemble): Use strcasecomp instead + of strcmp where appropriate. + Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (md_assemble): Cope with a zero data area |