diff options
author | Jim Wilson <wilson@tuliptree.org> | 2001-03-16 04:56:31 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2001-03-16 04:56:31 +0000 |
commit | 4d5a53ff762a9017528f97591faed0c7732043b5 (patch) | |
tree | 48e30eb042ec3b6ccf716e9b25325f410cc4dfd5 /gas/ChangeLog | |
parent | 80117be270f98d38d55507c62cc2f5d37cdc9d21 (diff) | |
download | gdb-4d5a53ff762a9017528f97591faed0c7732043b5.zip gdb-4d5a53ff762a9017528f97591faed0c7732043b5.tar.gz gdb-4d5a53ff762a9017528f97591faed0c7732043b5.tar.bz2 |
Add local tag support. Don't flush instructions for .xdata directives.
* config/tc-ia64.c (md): New member keep_pending_output.
(ia64_flush_pending_output): Flush only if md.keep_pending_output
is not set.
(dot_xdata): Turn on md.keep_pending_output for the duration of
this function.
(dot_xfloat_cons): Ditto.
(dot_xstringer): Ditto.
(dot_xdata_ua): Ditto.
(dot_xfloat_cons_ua): Ditto.
* config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local
label support.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 583adcf..3d9e357 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +2001-03-15 David Mosberger <davidm@hpl.hp.com> + + * config/tc-ia64.c (md): New member keep_pending_output. + (ia64_flush_pending_output): Flush only if md.keep_pending_output + is not set. + (dot_xdata): Turn on md.keep_pending_output for the duration of + this function. + (dot_xfloat_cons): Ditto. + (dot_xstringer): Ditto. + (dot_xdata_ua): Ditto. + (dot_xfloat_cons_ua): Ditto. + +2001-03-15 Jim Wilson <wilson@redhat.com> + + * config/tc-ia64.c (ia64_unrecognized_line, case '['): Add local + label support. + 2001-03-15 Alexandre Oliva <aoliva@redhat.com> * config/tc-sh.c (parse_reg): Match capital MACH and MACL. |