diff options
author | Jakub Jelinek <jakub@redhat.com> | 2000-05-26 06:45:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2000-05-26 06:45:55 +0000 |
commit | 6faf3d667f97618bc7ae638ee136eaa91effe30f (patch) | |
tree | 91f75ab0e5a8b49086e935efb1ea83f8be8132be /gas/ChangeLog | |
parent | f7775d95e6b33a7735a01961f8ba984336cbad1a (diff) | |
download | gdb-6faf3d667f97618bc7ae638ee136eaa91effe30f.zip gdb-6faf3d667f97618bc7ae638ee136eaa91effe30f.tar.gz gdb-6faf3d667f97618bc7ae638ee136eaa91effe30f.tar.bz2 |
* config/tc-sparc.c (sparc_relax): New.
(md_longopts): Add -relax and -no-relax options.
(md_parse_options, md_show_usage): Likewise.
(md_apply_fix3): Optimize tail call into branch always if possible.
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 39a43ed..6a0764c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-05-26 Jakub Jelinek <jakub@redhat.com> + + * config/tc-sparc.c (sparc_relax): New. + (md_longopts): Add -relax and -no-relax options. + (md_parse_options, md_show_usage): Likewise. + (md_apply_fix3): Optimize tail call into branch always if possible. + Thu May 4 15:27:07 2000 Donald Lindsay <dlindsay@cygnus.com> * config/tc-d10v.c (write_2_short, parallel_ok, md_assemble, |