Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / versados.c
index 25403141d87ed31a3f28f3263db2e5f99e9efd8b..93a90a7c19e36253cb4d42e7063491e6cfc7753a 100644 (file)
@@ -373,7 +373,7 @@ process_otr (bfd *abfd, struct ext_otr *otr, int pass)
   | (otr->map[2] << 8)
   | (otr->map[3] << 0);
 
-  struct esdid *esdid = &EDATA (abfd, otr->esdid - 1);
+  struct esdid *esdid;
   unsigned char *contents;
   bfd_boolean need_contents = FALSE;
   unsigned int dst_idx;
@@ -382,6 +382,7 @@ process_otr (bfd *abfd, struct ext_otr *otr, int pass)
   if (otr->esdid == 0)
     return;
   
+  esdid = &EDATA (abfd, otr->esdid - 1);
   contents = esdid->contents;
   dst_idx = esdid->pc;
   
This page took 0.023085 seconds and 4 git commands to generate.