diff options
author | Nick Clifton <nickc@redhat.com> | 2005-06-01 08:18:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-06-01 08:18:42 +0000 |
commit | 1887dd22725d56a7445a01a8c6f55fd831b23a78 (patch) | |
tree | 9fe00e6e95ef6a7445be691c6742442677fc129d /gas/ChangeLog | |
parent | b2b0991329966edd5053a9920885cccc3269b3a6 (diff) | |
download | gdb-1887dd22725d56a7445a01a8c6f55fd831b23a78.zip gdb-1887dd22725d56a7445a01a8c6f55fd831b23a78.tar.gz gdb-1887dd22725d56a7445a01a8c6f55fd831b23a78.tar.bz2 |
(TxCE, TxC3, TxCM, TUE, TUF): Remove redundant test for the presence of thumb
version of the parsing functions since they must always exist and the test
generates a compile time warning message.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 69dd5b6..0aee8df 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-06-01 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant + test for the presence of thumb version of the parsing functions + since they must always exist and the test generates a compile time + warning message. + 2005-05-31 Richard Henderson <rth@redhat.com> * config/tc-alpha.c (O_lituse_jsrdirect): New. |