diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-03-03 19:26:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-03-03 19:26:26 +0000 |
commit | d92017639536032963c81eb036ff34fb67c48b46 (patch) | |
tree | 89e6f5171fc1995845231cd44c7e5cdc41968dbc /gas/ChangeLog | |
parent | 4bebc3aa3cfd2042b3aa4c527f002544cc15ef71 (diff) | |
download | gdb-d92017639536032963c81eb036ff34fb67c48b46.zip gdb-d92017639536032963c81eb036ff34fb67c48b46.tar.gz gdb-d92017639536032963c81eb036ff34fb67c48b46.tar.bz2 |
2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (dot_align): New.
(ia64_do_align): Make it static.
(md_pseudo_table): Use "dot_align" for "align".
(ia64_md_do_align): Don't set align_frag here.
(ia64_handle_align): Add a stop bit to the previous bundle if
needed.
* config/tc-ia64.h (ia64_do_align): Removed.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 21acef0..223a01e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2004-03-03 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-ia64.c (dot_align): New. + (ia64_do_align): Make it static. + (md_pseudo_table): Use "dot_align" for "align". + (ia64_md_do_align): Don't set align_frag here. + (ia64_handle_align): Add a stop bit to the previous bundle if + needed. + + * config/tc-ia64.h (ia64_do_align): Removed. + 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com> * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and |