2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>

* README.MVME2100: Update to include DBAT0.
	* startup/linkcmds: Add sections from new gcc versions.
This commit is contained in:
Joel Sherrill
2004-11-16 22:58:57 +00:00
parent 985ba62466
commit ef724e9fe1
3 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
* README.MVME2100: Update to include DBAT0.
* startup/linkcmds: Add sections from new gcc versions.
2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 717/bsps PR 717/bsps

View File

@@ -66,8 +66,17 @@ Memory Map
fd00 0000 |------------------------------------| | fd00 0000 |------------------------------------| |
| | | | | |
| xxxxxxxxxxxxxx| ----- f000 0000 | xxxxxxxxxxxxxx| ----- f000 0000
| x not mapped | | x not mapped | |
| xxxxxxxxxxxxxx| ----- 9000 0000 | xxxxxxxxxxxxxx| ----- a000 0000
| | |
| | |
| | DBAT0
| | - Supervisor R/W
| | - Cache Inhibited
| | - Guarded
| | |
| | |
| | ----- 9000 0000
| | | | | |
| | | | | |
| PCI Memory Space | DBAT2 | PCI Memory Space | DBAT2

View File

@@ -201,16 +201,14 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
*(.sbss) *(.sbss)
*(.scommon) *(.scommon)
*(.dynsbss) *(.dynsbss)
*(.gnu.linkonce.sb.*)
PROVIDE (__sbss_end = .); PROVIDE (__sbss_end = .);
} > CODE } > CODE
.plt : { *(.plt) } > CODE .plt : { *(.plt) } > CODE
.bss : .bss :
{ {
PROVIDE (__bss_start = .); PROVIDE (__bss_start = .);
*(.bss)
*(.dynbss) *(.dynbss)
*(.gnu.linkonce.b.*) *(.bss)
*(COMMON) *(COMMON)
. = ALIGN(16); . = ALIGN(16);
} > CODE } > CODE