Mail Archives: djgpp-workers/2000/09/23/20:38:29
> From: Martin Str|mberg <ams AT ludd DOT luth DOT se>
> Date: Sat, 23 Sep 2000 19:30:43 +0200 (MET DST)
> >
> > Please hold it. I think Emacs uses one of those symbols, but I don't
> > have any good way of checking it where I'm writing this.
>
> Ok - no problem. If I manage to build emacs with the patch, it'll be
> ok from emacs' perspective, right?
No ;-)
The way Emacs uses this symbol is rather tricky. I don't remember the
details and don't have Emacs sources handy to check (in fact, I'm not
even sure Emacs uses _end, it might be some other related symbol), but
I would not be satisfied by a mere build; a manual inspection of the
related source code is required IMHO. I would grep the sources for
all uses of all the variables which refer to _end (or whatever symbol
is used in the DJGPP version), and make sure they are not affected.
(I happen to vaguely remember that the already use "asm", but I might
be mistaken, as it's a long time since I looked at that code.)
- Raw text -