Apply patch from Mumit Khan to fix bugs generating dll names.
[deliverable/binutils-gdb.git] / ld / emulparams / i386lynx.sh
index d5fa0a763c706b0819f0c18bc554cedb355130c0..988c1751b0824dda889fffec04a40c0c93b93422 100644 (file)
@@ -1,9 +1,9 @@
-SCRIPT_NAME=i386coff
+SCRIPT_NAME=i386lynx
 OUTPUT_FORMAT="coff-i386-lynx"
-# This is what their /lib/init1.o seems to want.
+# This is what LynxOS /lib/init1.o wants.
 ENTRY=_main
 # following are dubious
-PAGE_SIZE=0x1000
+TARGET_PAGE_SIZE=0x1000
 TEXT_START_ADDR=0
 NONPAGED_TEXT_START_ADDR=0x1000
 ARCH=i386
This page took 0.023265 seconds and 4 git commands to generate.