From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 959 invoked by alias); 6 Aug 2003 17:35:07 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 947 invoked by uid 371); 6 Aug 2003 17:35:07 -0000 Date: Wed, 06 Aug 2003 17:35:00 -0000 Message-ID: <20030806173507.945.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/hal/mips/tx49/current ChangeLog ... X-SW-Source: 2003/txt/msg01149.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: nickg@sourceware.org 2003-08-06 17:35:06 Modified files: packages/hal/mips/tx49/current: ChangeLog packages/hal/mips/tx49/current/src: mips_tx49.ld Log message: * src/mips_tx49.ld: Removed the "& defined(CYGPKG_IO)" which was causing libextras.a not to get built for a redboot configuration. The offsets for the exception vectors were wrong for a ROM build of redboot. For R4000 class mips, the utlb vector is at 0xbfc00200, and the general exception vector is at 0xbfc00380 Added *.2ram sections which were missing from the data segment.