From e06ba18dadf1433d0ac6df8b1e0924a2dc22e31b Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 10 Dec 1991 00:31:17 +0000 Subject: * Makefile.in: Pass -y to bison. (Again; accidentally deleted by Rich.) * news.sc, ldgld68k.sc: Define __end as well as _end. --- ld/news.sc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ld/news.sc') diff --git a/ld/news.sc b/ld/news.sc index ed57fed..5113f02 100755 --- a/ld/news.sc +++ b/ld/news.sc @@ -23,7 +23,8 @@ SECTIONS { *(.bss) [COMMON] - _end = .; - } + _end = .; + __end = .; + } } -- cgit v1.1