(BTW, the binutils disasm cannot handle that instruction with those
parameters, because the decoder logic is wrong..)
-/* $OpenBSD: ld.script,v 1.18 2017/06/05 18:56:30 deraadt Exp $ */
+/* $OpenBSD: ld.script,v 1.19 2017/06/21 23:21:35 deraadt Exp $ */
/*
* Copyright (c) 2003 Michael Shalayeff
*(.gnu.warning)
. = ALIGN(4096);
etext = ABSOLUTE(.);
- } = 0x08000240 /* nop filled */
+ } =0x00000000
. = 0x600000;
__unwind_end = .;
. = ALIGN(4096);
__rodata_end = .;
- } = 0
+ } =0x00000000
__data_start = ABSOLUTE(.);
.data :
CONSTRUCTORS
. = ALIGN(4096);
edata = ABSOLUTE(.);
- } = 0
+ } =0x00000000
.ctors : { *(.ctors) }
.dtors : { *(.dtors) }