diff options
author | Jakub Jelinek <jakub@redhat.com> | 2000-08-16 17:52:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2000-08-16 17:52:37 +0000 |
commit | c2158c24331a0217a9abbcff41a7a80734d92c46 (patch) | |
tree | 2e6aec83957c659fe6eb79636f7895969906a7e0 /gas/ChangeLog | |
parent | 70485b5c189916d86cca419c60229858f00d6799 (diff) | |
download | gdb-c2158c24331a0217a9abbcff41a7a80734d92c46.zip gdb-c2158c24331a0217a9abbcff41a7a80734d92c46.tar.gz gdb-c2158c24331a0217a9abbcff41a7a80734d92c46.tar.bz2 |
* config/tc-sparc.c: Kill all warnings.
(md_parse_option): Set -32/-64 for -xarch=, allow all -A archs
in -xarch= as well.
(md_show_usage): Update usage text.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2e65ebc..49bce91 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,13 @@ +2000-08-16 Jakub Jelinek <jakub@redhat.com> + + * config/tc-sparc.c: Kill all warnings. + (md_parse_option): Set -32/-64 for -xarch=, allow all -A archs + in -xarch= as well. + (md_show_usage): Update usage text. + 2000-08-16 Nick Clifton <nickc@redhat.com> - * config/tc-arm.c (do_bx): Warn about "bx px" not being veryu + * config/tc-arm.c (do_bx): Warn about "bx px" not being very useful. 2000-08-14 Will Cohen <wcohen@redhat.com> |