aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/beos.em
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-08-03 19:19:42 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-08-03 19:19:42 +0000
commitff7e6f886872c4e64491e5debbd865f7415c1355 (patch)
tree6b073b892a5ab62a5ca4bda48a8f8b1aafc6c786 /ld/emultempl/beos.em
parent15ba8cc1de5338419bb61b64e24dc2972bb70f94 (diff)
downloadgdb-ff7e6f886872c4e64491e5debbd865f7415c1355.zip
gdb-ff7e6f886872c4e64491e5debbd865f7415c1355.tar.gz
gdb-ff7e6f886872c4e64491e5debbd865f7415c1355.tar.bz2
2001-08-03 H.J. Lu <hjl@gnu.org>
* emultempl/beos.em (init): Add the missing initialization.
Diffstat (limited to 'ld/emultempl/beos.em')
-rw-r--r--ld/emultempl/beos.em2
1 files changed, 1 insertions, 1 deletions
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),