This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[vms/committed]: Dump STO_GBL_LW


Hi,

I missed this reloc and inevitably I encountered it later.  It is now handled in the dumper.

Tristan.

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

	* vms-alpha.c (evax_bfd_print_etir): Handle ETIR__C_STO_GBL_LW.


RCS file: /cvs/src/src/bfd/vms-alpha.c,v
retrieving revision 1.22
diff -c -r1.22 vms-alpha.c
*** vms-alpha.c	11 Jun 2010 15:13:32 -0000	1.22
--- vms-alpha.c	11 Jun 2010 15:19:19 -0000
***************
*** 6088,6093 ****
--- 6088,6097 ----
              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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]