public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: nickg@sourceware.org
To: ecos-cvs@ecos.sourceware.org
Subject: ecos/packages/hal/arm/arch/current ChangeLog s ...
Date: Mon, 09 Feb 2009 15:34:00 -0000	[thread overview]
Message-ID: <20090209153449.11445.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2009-02-09 15:34:49

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/src: vectors.S 

Log message:
	* src/vectors.S (start): The loop to initialize BSS was using a
	BLS to terminate. This caused an extra zero to be stored beyond
	the end of __bss_end. Usually this is benign, but when __bss_end
	is at the very top of RAM, and the hardware generates an exception
	for illegal accesses, this can crash the program before it even
	starts. The fix is to use a BLT instructions which will terminate
	the loop 1 word earlier.


             reply	other threads:[~2009-02-09 15:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 15:34 nickg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-14  2:49 jlarmour
2009-02-09 16:46 nickg
2007-09-11 18:04 asl
2007-01-15 15:15 jlarmour
2006-02-09 16:47 asl
2006-02-08 12:06 asl
2005-04-21 18:17 asl
2005-03-03 19:17 asl
2004-11-23 14:11 jani
2004-10-07  7:53 asl
2004-07-07 15:44 gthomas
2004-05-24 12:32 asl
2003-10-28 18:08 nickg
2003-10-14 13:51 gthomas
2003-06-30 12:16 msalter
2003-04-30 20:02 jlarmour
2003-04-30 13:35 jlarmour
2003-02-13 15:22 msalter
2003-02-13 14:28 gthomas
2003-01-17 16:49 gthomas
2002-11-12 13:45 msalter
2002-08-29  4:49 msalter
2002-08-27 20:02 msalter
2002-08-22  5:33 msalter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090209153449.11445.qmail@sourceware.org \
    --to=nickg@sourceware.org \
    --cc=ecos-cvs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).