﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
750	Missing linker script inside HelenOS	Vojtech Horky	Jiří Zárevúcky	"Userspace linker scripts were removed in [https://github.com/HelenOS/helenos/commit/82d9087eea063af26837d04a2157c462f27708b0 82d9087eea063a] but it seems that we have not handled this inside running HelenOS.

In `boot/Makefile` we still pretend to create `/inc/_link.ld` but it cats non-existent file and the error is suppressed by next call to `sed`. So we create an empty file that, for example, PCC tries to read.

I am not sure whether we have to keep our linker scripts (i.e. re-introduce them) for this or simply copy the ones packed with binutils (i.e. make them come together with `binutils` harbour).
"	defect	closed	major	0.8.0	ported-software	mainline	fixed					
