Add local tag support. Don't flush instructions for .xdata directives.
authorJim Wilson <wilson@tuliptree.org>
Fri, 16 Mar 2001 04:56:31 +0000 (04:56 +0000)
committerJim Wilson <wilson@tuliptree.org>
Fri, 16 Mar 2001 04:56:31 +0000 (04:56 +0000)
commit4d5a53ff762a9017528f97591faed0c7732043b5
tree48e30eb042ec3b6ccf716e9b25325f410cc4dfd5
parent80117be270f98d38d55507c62cc2f5d37cdc9d21
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.
gas/ChangeLog
gas/config/tc-ia64.c