OSDN Git Service

2005-08-03 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Thu, 4 Aug 2005 00:39:01 +0000 (00:39 +0000)
committerhjl <hjl>
Thu, 4 Aug 2005 00:39:01 +0000 (00:39 +0000)
* elfxx-ia64.c (elfNN_ia64_relax_section): Resize .rela.got
only if it isn't NULL.

bfd/ChangeLog
bfd/elfxx-ia64.c

index f413454..1f82cdc 100644 (file)
@@ -1,5 +1,10 @@
 2005-08-03  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * elfxx-ia64.c (elfNN_ia64_relax_section): Resize .rela.got
+       only if it isn't NULL.
+
+2005-08-03  H.J. Lu  <hongjiu.lu@intel.com>
+
        * elf32-i386.c (elf_howto_table): Undo the overflow change for
        R_386_PC16 made on 2005-07-18.
 
index 7c1837b..85f715c 100644 (file)
@@ -1338,7 +1338,8 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
       elfNN_ia64_dyn_sym_traverse (ia64_info, allocate_local_got, &data);
       ia64_info->got_sec->size = data.ofs;
 
-      if (ia64_info->root.dynamic_sections_created)
+      if (ia64_info->root.dynamic_sections_created
+         && ia64_info->rel_got_sec != NULL)
        {
          /* Resize .rela.got.  */
          ia64_info->rel_got_sec->size = 0;