aboutsummaryrefslogtreecommitdiff
path: root/ld/news.sc
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-12-10 00:31:17 +0000
committerPer Bothner <per@bothner.com>1991-12-10 00:31:17 +0000
commite06ba18dadf1433d0ac6df8b1e0924a2dc22e31b (patch)
tree713e0c84c7827464bc11763252f8a6c74e259d59 /ld/news.sc
parente530f5c4f200b79d2558d52eeadd96ceeb84964f (diff)
downloadgdb-e06ba18dadf1433d0ac6df8b1e0924a2dc22e31b.zip
gdb-e06ba18dadf1433d0ac6df8b1e0924a2dc22e31b.tar.gz
gdb-e06ba18dadf1433d0ac6df8b1e0924a2dc22e31b.tar.bz2
* Makefile.in: Pass -y to bison. (Again; accidentally deleted by Rich.)
* news.sc, ldgld68k.sc: Define __end as well as _end.
Diffstat (limited to 'ld/news.sc')
-rwxr-xr-xld/news.sc5
1 files changed, 3 insertions, 2 deletions
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 = .;
+ }
}