2001-08-03 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Aug 2001 19:19:42 +0000 (19:19 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 3 Aug 2001 19:19:42 +0000 (19:19 +0000)
* emultempl/beos.em (init): Add the missing initialization.

ld/ChangeLog
ld/emultempl/beos.em

index 956682c69e3f5045f81dcf56c3e09e1b6308277f..cdb1ed5d9b851ad130e626a31d211cc51b09bbf7 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-03  H.J. Lu  <hjl@gnu.org>
+
+       * emultempl/beos.em (init): Add the missing initialization.
+
 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
 
        * ld.texinfo (Input Section Basics): Clarify ordering of output
index c2a63f17ffa83b755a586612e61183648db0efaa..6c8bc6ba3a9c3251ec49e6ac0c4b7669f1d4d3fd 100644 (file)
@@ -145,7 +145,7 @@ static definfo init[] =
 #define IMAGEBASEOFF 0
   D(ImageBase,"__image_base__", BEOS_EXE_IMAGE_BASE),
 #define DLLOFF 1
-  {&dll, sizeof(dll), 0, "__dll__"},
+  {&dll, sizeof(dll), 0, "__dll__", 0},
   D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT),
   D(FileAlignment,"__file_alignment__", PE_DEF_FILE_ALIGNMENT),
   D(MajorOperatingSystemVersion,"__major_os_version__", 4),