diff options
author | DJ Delorie <dj@redhat.com> | 2008-08-06 15:42:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-08-06 15:42:15 +0000 |
commit | 6fd4f6ccfe07f579d41541091ebed1be7e29a82e (patch) | |
tree | abe0e5e4bf26f7b95729d3c5e1ec1ab9b5b34a6d /gas/ChangeLog | |
parent | 353cfe88aeecf469c40215069bd79f8352002d49 (diff) | |
download | gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.zip gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.tar.gz gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.tar.bz2 |
* NEWS: Mention these changes.
* config/tc-h8300.h (H_TICK_HEX): Define.
* config/tc-h8300.c (OPTION_H_TICK_HEX): New.
(md_longopts): Add "-h-tick-hex".
(md_parse_option): Support it.
* doc/c-h8300.texi (H8/300 Options): Document it.
* doc/as.texinfo (Overview): Likewise.
* config/tc-sh.h (H_TICK_HEX): Define.
* config/tc-sh.c (OPTION_H_TICK_HEX): New.
(md_longopts): Add "-h-tick-hex".
(md_parse_option): Support it.
* doc/c-sh.texi (SH Options): Document it.
* doc/c-sh64.texi (SH64 Options): Document it.
* doc/as.texinfo (Overview): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8cba2db..6f03d92 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +2008-08-06 DJ Delorie <dj@redhat.com> + + * NEWS: Mention these changes. + + * config/tc-h8300.h (H_TICK_HEX): Define. + * config/tc-h8300.c (OPTION_H_TICK_HEX): New. + (md_longopts): Add "-h-tick-hex". + (md_parse_option): Support it. + * doc/c-h8300.texi (H8/300 Options): Document it. + * doc/as.texinfo (Overview): Likewise. + + * config/tc-sh.h (H_TICK_HEX): Define. + * config/tc-sh.c (OPTION_H_TICK_HEX): New. + (md_longopts): Add "-h-tick-hex". + (md_parse_option): Support it. + * doc/c-sh.texi (SH Options): Document it. + * doc/c-sh64.texi (SH64 Options): Document it. + * doc/as.texinfo (Overview): Likewise. + 2008-08-05 Alan Modra <amodra@bigpond.net.au> PR gas/6656 |