From: H.J. Lu Date: Fri, 3 Aug 2001 19:19:42 +0000 (+0000) Subject: 2001-08-03 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff7e6f886872c4e64491e5debbd865f7415c1355;p=binutils-gdb.git 2001-08-03 H.J. Lu * emultempl/beos.em (init): Add the missing initialization. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 956682c69e3..cdb1ed5d9b8 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 c2a63f17ffa..6c8bc6ba3a9 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),