2010-06-11 Tristan Gingold <gingold@adacore.com>

* vms-alpha.c (evax_bfd_print_etir): Handle ETIR__C_STO_GBL_LW.
This commit is contained in:
Tristan Gingold 2010-06-11 15:21:15 +00:00
parent 3cf03773b7
commit ff150b92be
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-06-11 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (evax_bfd_print_etir): Handle ETIR__C_STO_GBL_LW.
2010-06-11 Tristan Gingold <gingold@adacore.com>
* vms-misc.c (_bfd_vms_output_counted): Make VALUE argument const.

View File

@ -6088,6 +6088,10 @@ evax_bfd_print_etir (FILE *file, const char *name,
sec_len += len;
}
break;
case ETIR__C_STO_GBL_LW:
fprintf (file, _("STO_GBL_LW (store global longword) %.*s\n"),
buf[0], buf + 1);
break;
case ETIR__C_STO_LP_PSB:
fprintf (file, _("STO_OFF (store LP with procedure signature)\n"));
break;