mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
2001-08-03 H.J. Lu <hjl@gnu.org>
* emultempl/beos.em (init): Add the missing initialization.
This commit is contained in:
parent
15ba8cc1de
commit
ff7e6f8868
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user