From ff7e6f886872c4e64491e5debbd865f7415c1355 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 3 Aug 2001 19:19:42 +0000 Subject: [PATCH] 2001-08-03 H.J. Lu * emultempl/beos.em (init): Add the missing initialization. --- ld/ChangeLog | 4 ++++ ld/emultempl/beos.em | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 956682c..cdb1ed5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-08-03 H.J. Lu + + * emultempl/beos.em (init): Add the missing initialization. + 2001-08-03 Alan Modra * ld.texinfo (Input Section Basics): Clarify ordering of output diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index c2a63f1..6c8bc6b 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -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), -- 2.7.4