~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to lkr/16c554.lkr

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2006-09-04 11:05:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060904110506-1nmyanxfhepzyogy
Tags: 0.13.4-1
* New upstream version.
  - Fixed 18xx config bug when config is the last section (closes: #305547).
* Bumped Standards-Version to 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Sample linker command file for 16C554
2
 
// $Id: 16c554.lkr,v 1.8 2005/03/24 04:17:16 craigfranklin Exp $
 
2
// $Id: 16c554.lkr,v 1.9 2006/08/19 02:50:37 craigfranklin Exp $
3
3
 
4
4
LIBPATH  .
5
5
 
16
16
SECTION    NAME=STARTUP  ROM=vectors    // Reset and interrupt vectors
17
17
SECTION    NAME=PROG     ROM=page       // ROM code space
18
18
SECTION    NAME=IDLOCS   ROM=.idlocs    // ID locations
19
 
SECTION    NAME=CONFIG   ROM=.config    // Configuration bits location
 
19