diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-04-02 06:27:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-04-02 06:27:51 +0000 |
commit | 921615346f890baafed8571a9b526f9a71fd497a (patch) | |
tree | 56aa43075e417d86db5ec58006c8ae709c631d6b /gas/ChangeLog | |
parent | 9aaaa29133a5e3492b7197b3d608695d91843fc6 (diff) | |
download | gdb-921615346f890baafed8571a9b526f9a71fd497a.zip gdb-921615346f890baafed8571a9b526f9a71fd497a.tar.gz gdb-921615346f890baafed8571a9b526f9a71fd497a.tar.bz2 |
* app.c: Add ATTRIBUTE_UNUSED as needed.
* config/tc-ppc.c: Likewise.
(ppc_size): Make unsigned long.
(ppc_insert_operand): Add casts to avoid warnings.
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 0b5f0f7..2f72c30 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-04-01 Ian Lance Taylor <ian@zembu.com> + + * app.c: Add ATTRIBUTE_UNUSED as needed. + * config/tc-ppc.c: Likewise. + (ppc_size): Make unsigned long. + (ppc_insert_operand): Add casts to avoid warnings. + 2000-03-31 Nick Clifton <nickc@cygnus.com> * config/tc-d10v.h (md_flush_pending_output): Define. |