[vms/committed]: Dump STO_GBL_LW
Tristan Gingold
gingold@adacore.com
Fri Jun 11 15:21:00 GMT 2010
More information about the Binutils mailing list
Fri Jun 11 15:21:00 GMT 2010
- Previous message (by thread): [obv] const qualifier: Re: [vms/committed]: More const in vms-misc.c and vms-alpha.c
- Next message (by thread): [vms/committed]: Always set vms of absolute sections to 0.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message (by thread): [obv] const qualifier: Re: [vms/committed]: More const in vms-misc.c and vms-alpha.c
- Next message (by thread): [vms/committed]: Always set vms of absolute sections to 0.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list