Changeset 85c92574 in rtems
- Timestamp:
- 05/09/02 21:37:30 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a2a8c5b
- Parents:
- 907ef1f6
- Location:
- c/src/lib/libbsp
- Files:
-
- 80 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/arm/arm_bare_bsp/startup/linkcmds
r907ef1f6 r85c92574 121 121 .data : AT (_begdata) 122 122 { 123 *(.data) 124 *(.data.*) 123 *(.data*) 125 124 *(.gnu.linkonce.d*) 125 *(.jcr) 126 126 SORT(CONSTRUCTORS) 127 127 } > RAM -
c/src/lib/libbsp/arm/armulator/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/arm/armulator/startup/linkcmds
r907ef1f6 r85c92574 18 18 CREATE_OBJECT_SYMBOLS 19 19 *(.text) 20 *(.rodata*) 20 21 _etext = .; 21 22 … … 35 36 { 36 37 *(.data) 38 *(.jcr) 37 39 CONSTRUCTORS 38 40 _edata = .; -
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/arm/vegaplus/startup/linkcmds
r907ef1f6 r85c92574 121 121 .data : AT (_begdata) 122 122 { 123 *(.data )124 *(. data.*)123 *(.data*) 124 *(.jcr) 125 125 *(.gnu.linkonce.d*) 126 126 SORT(CONSTRUCTORS) -
c/src/lib/libbsp/i386/i386ex/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/i386/i386ex/startup/linkcmds
r907ef1f6 r85c92574 116 116 __DTOR_END__ = .; 117 117 _rodata_start = . ; 118 *(.rodata )118 *(.rodata*) 119 119 *(.gnu.linkonce.r*) 120 120 _erodata = ALIGN( 0x10 ) ; -
c/src/lib/libbsp/i386/pc386/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/i386/pc386/startup/linkcmds
r907ef1f6 r85c92574 69 69 70 70 _rodata_start = . ; 71 *(.rodata )71 *(.rodata*) 72 72 *(.gnu.linkonce.r*) 73 73 _erodata = ALIGN( 0x10 ) ; -
c/src/lib/libbsp/i960/cvme961/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/i960/cvme961/startup/linkcmds
r907ef1f6 r85c92574 47 47 48 48 _rodata_start = . ; 49 *(.rodata )49 *(.rodata*) 50 50 *(.gnu.linkonce.r*) 51 51 _erodata = ALIGN( 0x10 ) ; -
c/src/lib/libbsp/m68k/dmv152/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
r907ef1f6 r85c92574 98 98 . = ALIGN (16); 99 99 _rodata_start = . ; 100 *(.rodata )100 *(.rodata*) 101 101 *(.gnu.linkonce.r*) 102 102 … … 109 109 *(.gnu.linkonce.d*) 110 110 *(.gcc_except_table) 111 *(.jcr) 111 112 . = ALIGN (16); 112 113 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/efi332/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/efi332/startup/linkcmds
r907ef1f6 r85c92574 124 124 . = ALIGN (16); 125 125 _rodata_start = . ; 126 *(.rodata )126 *(.rodata*) 127 127 *(.gnu.linkonce.r*) 128 128 … … 135 135 *(.gnu.linkonce.d*) 136 136 *(.gcc_except_table) 137 *(.jcr) 137 138 . = ALIGN (16); 138 139 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/efi68k/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/efi68k/startup/linkcmds
r907ef1f6 r85c92574 131 131 . = ALIGN (16); 132 132 _rodata_start = . ; 133 *(.rodata )133 *(.rodata*) 134 134 *(.gnu.linkonce.r*) 135 135 … … 142 142 *(.gnu.linkonce.d*) 143 143 *(.gcc_except_table) 144 *(.jcr) 144 145 . = ALIGN (16); 145 146 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
r907ef1f6 r85c92574 101 101 . = ALIGN (16); 102 102 _rodata_start = . ; 103 *(.rodata )103 *(.rodata*) 104 104 *(.gnu.linkonce.r*) 105 105 … … 112 112 *(.gnu.linkonce.d*) 113 113 *(.gcc_except_table) 114 *(.jcr) 114 115 . = ALIGN (16); 115 116 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/gen68340/startup/linkcmds
r907ef1f6 r85c92574 129 129 . = ALIGN (16); 130 130 _rodata_start = . ; 131 *(.rodata )131 *(.rodata*) 132 132 *(.gnu.linkonce.r*) 133 133 … … 140 140 *(.gnu.linkonce.d*) 141 141 *(.gcc_except_table) 142 *(.jcr) 142 143 . = ALIGN (16); 143 144 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
r907ef1f6 r85c92574 93 93 . = ALIGN (16); 94 94 _rodata_start = . ; 95 *(.rodata )95 *(.rodata*) 96 96 *(.gnu.linkonce.r*) 97 97 … … 104 104 *(.gnu.linkonce.d*) 105 105 *(.gcc_except_table) 106 *(.jcr) 106 107 . = ALIGN (16); 107 108 PROVIDE (edata = .); -
c/src/lib/libbsp/m68k/idp/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/idp/startup/linkcmds
r907ef1f6 r85c92574 97 97 */ 98 98 . = ALIGN (16); 99 _rodata_start = . 100 *(.rodata )99 _rodata_start = .; 100 *(.rodata*) 101 101 *(.gnu.linkonce.r*) 102 102 … … 109 109 *(.gnu.linkonce.d*) 110 110 *(.gcc_except_table) 111 *(.jcr) 111 112 . = ALIGN (16); 112 113 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
r907ef1f6 r85c92574 117 117 */ 118 118 . = ALIGN (16); 119 _rodata_start = . 120 *(.rodata )119 _rodata_start = .; 120 *(.rodata*) 121 121 *(.gnu.linkonce.r*) 122 122 … … 134 134 *(.gcc_exc) 135 135 *(.gcc_except_table) 136 *(.jcr) 136 137 . = ALIGN (0x10); 137 138 *(.gnu.linkonce.d*) -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mrm332/startup/linkcmds
r907ef1f6 r85c92574 121 121 */ 122 122 . = ALIGN (16); 123 _rodata_start = . 124 *(.rodata )123 _rodata_start = .; 124 *(.rodata*) 125 125 *(.gnu.linkonce.r*) 126 126 … … 133 133 *(.gnu.linkonce.d*) 134 134 *(.gcc_except_table) 135 *(.jcr) 135 136 . = ALIGN (16); 136 137 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mvme136/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
r907ef1f6 r85c92574 97 97 */ 98 98 . = ALIGN (16); 99 _rodata_start = . 100 *(.rodata )99 _rodata_start = .; 100 *(.rodata*) 101 101 *(.gnu.linkonce.r*) 102 102 … … 109 109 *(.gnu.linkonce.d*) 110 110 *(.gcc_except_table) 111 *(.jcr) 111 112 . = ALIGN (16); 112 113 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mvme147/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
r907ef1f6 r85c92574 101 101 */ 102 102 . = ALIGN (16); 103 _rodata_start = . 104 *(.rodata )103 _rodata_start = .; 104 *(.rodata*) 105 105 *(.gnu.linkonce.r*) 106 106 … … 113 113 *(.gnu.linkonce.d*) 114 114 *(.gcc_except_table) 115 *(.jcr) 115 116 . = ALIGN (16); 116 117 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mvme147s/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
r907ef1f6 r85c92574 101 101 */ 102 102 . = ALIGN (16); 103 _rodata_start = . 104 *(.rodata )103 _rodata_start = .; 104 *(.rodata*) 105 105 *(.gnu.linkonce.r*) 106 106 … … 113 113 *(.gnu.linkonce.d*) 114 114 *(.gcc_except_table) 115 *(.jcr) 115 116 . = ALIGN (16); 116 117 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mvme162/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
r907ef1f6 r85c92574 104 104 */ 105 105 . = ALIGN (16); 106 _rodata_start = . 107 *(.rodata )106 _rodata_start = .; 107 *(.rodata*) 108 108 *(.gnu.linkonce.r*) 109 109 … … 116 116 *(.gnu.linkonce.d*) 117 117 *(.gcc_except_table) 118 *(.jcr) 118 119 . = ALIGN (16); 119 120 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/mvme167/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-05-01 Eric Norum <eric.norum@usask.ca> 2 10 -
c/src/lib/libbsp/m68k/mvme167/startup/linkcmds
r907ef1f6 r85c92574 110 110 */ 111 111 . = ALIGN (16); 112 PROVIDE(_rodata_start = . );113 *(.rodata )112 _rodata_start = .; 113 *(.rodata*) 114 114 *(.gnu.linkonce.r*) 115 115 PROVIDE(_erodata = . ); … … 124 124 *(.gnu.linkonce.d*) 125 125 *(.gcc_except_table) 126 *(.jcr) 126 127 . = ALIGN (16); 127 128 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/ods68302/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/ods68302/startup/linkcmds
r907ef1f6 r85c92574 99 99 */ 100 100 . = ALIGN (16); 101 _rodata_start = . 102 *(.rodata )101 _rodata_start = .; 102 *(.rodata*) 103 103 *(.gnu.linkonce.r*) 104 104 … … 111 111 *(.gnu.linkonce.d*) 112 112 *(.gcc_except_table) 113 *(.jcr) 113 114 . = ALIGN (16); 114 115 PROVIDE (_edata = .); -
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/m68k/sim68000/startup/linkcmds
r907ef1f6 r85c92574 94 94 */ 95 95 . = ALIGN (16); 96 _rodata_start = . 97 *(.rodata )96 _rodata_start = .; 97 *(.rodata*) 98 98 *(.gnu.linkonce.r*) 99 99 … … 106 106 *(.gnu.linkonce.d*) 107 107 *(.gcc_except_table) 108 *(.jcr) 108 109 . = ALIGN (16); 109 110 PROVIDE (_edata = .); -
c/src/lib/libbsp/powerpc/dmv177/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2001-04-08 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libbsp/powerpc/dmv177/startup/linkcmds
r907ef1f6 r85c92574 58 58 .eh_frame : { *.(eh_frame) } >RAM 59 59 60 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) } >RAM60 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } >RAM 61 61 .rodata1 : { *(.rodata1) } >RAM 62 62 _etext = .; 63 63 PROVIDE (etext = .); 64 64 PROVIDE (__SDATA2_START__ = .); 65 .sdata2 : { *(.sdata2)} >RAM66 .sbss2 : { *(.sbss2)} >RAM65 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >RAM 66 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >RAM 67 67 PROVIDE (__SBSS2_END__ = .); 68 68 /* Adjust the address for the data segment. We want to adjust up to … … 130 130 we can shorten the on-disk segment size. */ 131 131 PROVIDE (__SDATA_START__ = .); 132 .sdata : { *(.sdata) } >RAM132 .sdata : { *(.sdata) *(.gnu.linkonce.s.*) } >RAM 133 133 _edata = .; 134 134 PROVIDE (edata = .); -
c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/eth_comm/startup/linkcmds
r907ef1f6 r85c92574 40 40 *(.entry2) 41 41 *(.text) 42 *(.rodata )42 *(.rodata*) 43 43 *(.eh_frame) 44 44 *(.gnu.linkonce.r*) … … 80 80 PROVIDE (__SDATA_START__ = .); 81 81 *(.sdata) 82 *(.gnu.linkonce.s.*) 82 83 } > ram 83 84 84 85 PROVIDE (__EXCEPT_START__ = .); 85 .gcc_except_table : { *(.gcc_except_table) } > RAM86 .gcc_except_table : { *(.gcc_except_table) } >ram 86 87 PROVIDE (__EXCEPT_END__ = .); 87 88 __GOT_START__ = .; … … 107 108 108 109 PROVIDE (__SDATA2_START__ = .); 109 .sdata2 : { *(.sdata2)} >ram110 .sbss2 : { *(.sbss2)} >ram110 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >ram 111 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >ram 111 112 PROVIDE (__SBSS2_END__ = .); 112 113 -
c/src/lib/libbsp/powerpc/gen405/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2001-04-08 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libbsp/powerpc/gen405/startup/linkcmds
r907ef1f6 r85c92574 35 35 *(.entry2) 36 36 *(.text) 37 *(.rodata )37 *(.rodata*) 38 38 *(.rodata1) 39 39 *.(eh_frame) … … 76 76 PROVIDE (__SDATA_START__ = .); 77 77 *(.sdata) 78 *(.gnu.linkonce.s.*) 78 79 } > RAM 79 80 … … 114 115 115 116 PROVIDE (__SDATA2_START__ = .); 116 .sdata2 : { *(.sdata2) } >RAM 117 .sbss2 : { *(.sbss2) } >RAM 118 PROVIDE (__SBSS2_END__ = .); 119 120 .sbss2 : { *(.sbss2) } >RAM 117 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >RAM 118 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >RAM 121 119 PROVIDE (__SBSS2_END__ = .); 122 120 -
c/src/lib/libbsp/powerpc/helas403/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2001-04-08 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libbsp/powerpc/helas403/startup/linkcmds
r907ef1f6 r85c92574 35 35 *(.entry2) 36 36 *(.text) 37 *(.rodata )37 *(.rodata*) 38 38 *(.rodata1) 39 39 *.(eh_frame) … … 91 91 PROVIDE (__SDATA_START__ = .); 92 92 *(.sdata) 93 *(.gnu.linkonce.s.*) 93 94 . = ALIGN(0x10); 94 95 copy.tmptop.dat = .; -
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
r907ef1f6 r85c92574 115 115 *(.lit) 116 116 *(.shdata) 117 *(.rodata )117 *(.rodata*) 118 118 *(.rodata1) 119 119 *.(eh_frame) … … 144 144 *(.sdata) 145 145 *(.gnu.linkonce.d*) 146 *(.gnu.linkonce.s.*) 146 147 PROVIDE (__SDATA_END__ = .); 147 148 … … 174 175 PROVIDE (__SDATA2_START__ = .); 175 176 *(.sdata2) 177 *(.gnu.linkonce.s2.*) 178 *(.sbss2) 176 179 PROVIDE (__SDATA2_END__ = .); 177 180 } > ram -
c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
r907ef1f6 r85c92574 1 Eliminated the implicit assumption on the presence of an ISA PIC. 2 - UART and console driver now supports more than 1 port. The current 3 maximum of 2 can easily be extended by enlarging a table (it 4 would even be easier if the ISR API was not broken by design). 5 - fixed polled_io.c so it correctly supports console on COM2 6 - fixed TLB invalidation code (start.S). 7 - exception handler prints a stack backtrace. 8 - added BSP_pciFindDevice() to scan the pci bus for a particular 1 9 vendor/device/instance. 2 10 -
c/src/lib/libbsp/powerpc/motorola_powerpc/startup/linkcmds
r907ef1f6 r85c92574 39 39 { *(.rela.data) *(.rela.gnu.linkonce.d*) } > CODE 40 40 .rela.rodata : 41 { *(.rela.rodata ) *(.rela.gnu.linkonce.r*) } > CODE41 { *(.rela.rodata*) *(.rela.gnu.linkonce.r*) } > CODE 42 42 .rela.got : { *(.rela.got) } > CODE 43 43 .rela.got1 : { *(.rela.got1) } > CODE … … 62 62 .init : { _init = .; *(.init) } >CODE 63 63 .fini : { _fini = .; *(.fini) } >CODE 64 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) } > CODE64 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } > CODE 65 65 .rodata1 : { *(.rodata1) } > CODE 66 66 .eh_frame : { *.(eh_frame) } >CODE 67 67 _etext = .; 68 68 PROVIDE (etext = .); 69 .sdata2 : { *(.sdata2) } >CODE70 .sbss2 : { *(.sbss2) } >CODE69 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >CODE 70 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >CODE 71 71 /* Adjust the address for the data segment. We want to adjust up to 72 72 the same address within the page on the next page up. It would … … 118 118 can access them all, and initialized data all before uninitialized, so 119 119 we can shorten the on-disk segment size. */ 120 .sdata : { *(.sdata) } >CODE120 .sdata : { *(.sdata) *(.gnu.linkonce.s.*) } >CODE 121 121 _edata = .; 122 122 PROVIDE (edata = .); -
c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds
r907ef1f6 r85c92574 56 56 57 57 58 *(.rodata )58 *(.rodata*) 59 59 *(.rodata1) 60 60 … … 158 158 159 159 PROVIDE (__SDATA2_START__ = .); 160 .sdata2 : { *(.sdata2)} >ram161 .sbss2 : { *(.sbss2)} >ram160 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >ram 161 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >ram 162 162 PROVIDE (__SBSS2_END__ = .); 163 163 … … 191 191 PROVIDE (__SDATA_START__ = .); 192 192 *(.sdata) 193 193 *(.gnu.linkonce.s.*) 194 194 data.end = .; 195 195 } > ram -
c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/linkcmds
r907ef1f6 r85c92574 52 52 .init : { _init = .; *(.init) } 53 53 .fini : { _fini = .; *(.fini) } 54 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) }54 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } 55 55 .rodata1 : { *(.rodata1) } 56 56 .eh_frame : { *.(eh_frame) } … … 58 58 PROVIDE (etext = .); 59 59 PROVIDE (__SDATA2_START__ = .); 60 .sdata2 : { *(.sdata2) } 60 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } 61 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } 61 62 PROVIDE (__SBSS2_START__ = .); 62 63 .sbss2 : { *(.sbss2) } … … 118 119 we can shorten the on-disk segment size. */ 119 120 PROVIDE (__SDATA_START__ = .); 120 .sdata : { *(.sdata)}121 .sdata : { *(.sdata) *(.gnu.linkonce.s.*) } 121 122 _edata = .; 122 123 PROVIDE (edata = .); -
c/src/lib/libbsp/powerpc/psim/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/psim/startup/linkcmds
r907ef1f6 r85c92574 67 67 .init : { _init = .; __init = .; *(.init) } >RAM 68 68 .fini : { _fini = .; __fini = .; *(.fini) } >RAM 69 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) } >RAM69 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } >RAM 70 70 .rodata1 : { *(.rodata1) } >RAM 71 71 .eh_frame : { *.(eh_frame) } >RAM … … 73 73 PROVIDE (etext = .); 74 74 PROVIDE (__SDATA2_START__ = .); 75 .sdata2 : { *(.sdata2) } >RAM76 .sbss2 : { *(.sbss2) } >RAM75 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >RAM 76 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >RAM 77 77 PROVIDE (__SBSS2_END__ = .); 78 78 /* Adjust the address for the data segment. We want to adjust up to … … 139 139 we can shorten the on-disk segment size. */ 140 140 PROVIDE (__SDATA_START__ = .); 141 .sdata : { *(.sdata) } >RAM141 .sdata : { *(.sdata) *(.gnu.linkonce.s.*) } >RAM 142 142 _edata = .; 143 143 PROVIDE (edata = .); … … 149 149 *(.sbss) 150 150 *(.scommon) 151 *(.gnu.linkonce.sb.*) 151 152 PROVIDE (__sbss_end = .); 152 153 } >RAM -
c/src/lib/libbsp/powerpc/score603e/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/powerpc/score603e/startup/linkcmds
r907ef1f6 r85c92574 60 60 /* .gnu.warning sections are handled specially by elf32.em. */ 61 61 *(.gnu.warning) 62 } 63 .init : { _init = .; __init = .; *(.init) } 64 .fini : { _fini = .; __fini = .; *(.fini) } 65 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) }66 .rodata1 : { *(.rodata1) } 67 .eh_frame : { *.(eh_frame) } 62 } >RAM 63 .init : { _init = .; __init = .; *(.init) } >RAM 64 .fini : { _fini = .; __fini = .; *(.fini) } >RAM 65 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } >RAM 66 .rodata1 : { *(.rodata1) } >RAM 67 .eh_frame : { *.(eh_frame) } >RAM 68 68 _etext = .; 69 69 PROVIDE (_etext = .); 70 70 PROVIDE (__SDATA2_START__ = .); 71 .sdata2 : { *(.sdata2) }72 .sbss2 : { *(.sbss2) }71 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >RAM 72 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >RAM 73 73 PROVIDE (__SBSS2_END__ = .); 74 74 /* Adjust the address for the data segment. We want to adjust up to … … 93 93 *(.gnu.linkonce.d.*) 94 94 CONSTRUCTORS 95 } 95 } >RAM 96 96 PROVIDE (__EXCEPT_START__ = .); 97 .gcc_except_table : { *(.gcc_except_table) } 97 .gcc_except_table : { *(.gcc_except_table) } >RAM 98 98 PROVIDE (__EXCEPT_END__ = .); 99 99 100 .data1 : { *(.data1) } 101 .got1 : { *(.got1) } 102 .dynamic : { *(.dynamic) } 100 .data1 : { *(.data1) } >RAM 101 .got1 : { *(.got1) } >RAM 102 .dynamic : { *(.dynamic) } >RAM 103 103 /* Put .ctors and .dtors next to the .got2 section, so that the pointers 104 104 get relocated with -mrelocatable. Also put in the .fixup pointers. 105 105 The current compiler no longer needs this, but keep it around for 2.7.2 */ 106 106 PROVIDE (_GOT2_START_ = .); 107 .got2 : { *(.got2) } 107 .got2 : { *(.got2) } >RAM 108 108 PROVIDE (__GOT2_END__ = .); 109 109 PROVIDE (__CTOR_LIST__ = .); 110 .ctors : { *(.ctors) } 110 .ctors : { *(.ctors) } >RAM 111 111 PROVIDE (__CTOR_END__ = .); 112 112 PROVIDE (__DTOR_LIST__ = .); 113 .dtors : { *(.dtors) } 113 .dtors : { *(.dtors) } >RAM 114 114 PROVIDE (__DTOR_END__ = .); 115 115 PROVIDE (_FIXUP_START_ = .); 116 .fixup : { *(.fixup) } 116 .fixup : { *(.fixup) } >RAM 117 117 PROVIDE (_FIXUP_END_ = .); 118 118 PROVIDE (__FIXUP_END__ = .); … … 122 122 s.got = .; 123 123 *(.got) 124 } 125 .got.plt : { *(.got.plt) } 124 } >RAM 125 .got.plt : { *(.got.plt) } >RAM 126 126 PROVIDE (_GOT_END_ = .); 127 127 PROVIDE (__GOT_END__ = .); … … 132 132 .sdata : { 133 133 *(.sdata) 134 *(.gnu.linkonce.s.*) 134 135 _edata = .; 135 } 136 } >RAM 136 137 PROVIDE (_edata = .); 137 138 PROVIDE (RAM_END = ADDR(.text) + 10M); … … 144 145 *(.scommon) 145 146 PROVIDE (__sbss_end = .); 146 } 147 } >RAM 147 148 PROVIDE (__SBSS_END__ = .); 148 149 .bss : … … 156 157 _end = . ; 157 158 PROVIDE (end = .); 158 } 159 } >RAM 159 160 160 161 /* These are needed for ELF backends which have not yet been 161 162 converted to the new style linker. */ 162 .stab 0 : { *(.stab) } 163 .stab 0 : { *(.stab) } >RAM 163 164 .stabstr 0 : { *(.stabstr) } 164 165 /* DWARF debug sections. -
c/src/lib/libbsp/powerpc/shared/ChangeLog
r907ef1f6 r85c92574 1 Eliminated the implicit assumption on the presence of an ISA PIC. 2 - UART and console driver now supports more than 1 port. The current 3 maximum of 2 can easily be extended by enlarging a table (it 4 would even be easier if the ISR API was not broken by design). 5 - fixed polled_io.c so it correctly supports console on COM2 6 - fixed TLB invalidation code (start.S). 7 - exception handler prints a stack backtrace. 8 - added BSP_pciFindDevice() to scan the pci bus for a particular 1 9 vendor/device/instance. 2 10 -
c/src/lib/libbsp/powerpc/shared/startup/linkcmds
r907ef1f6 r85c92574 62 62 .init : { _init = .; *(.init) } >CODE 63 63 .fini : { _fini = .; *(.fini) } >CODE 64 .rodata : { *(.rodata ) *(.gnu.linkonce.r*) } > CODE64 .rodata : { *(.rodata*) *(.gnu.linkonce.r*) } > CODE 65 65 .rodata1 : { *(.rodata1) } > CODE 66 66 .eh_frame : { *.(eh_frame) } >CODE 67 67 _etext = .; 68 68 PROVIDE (etext = .); 69 .sdata2 : { *(.sdata2) } >CODE70 .sbss2 : { *(.sbss2) } >CODE69 .sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >CODE 70 .sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >CODE 71 71 /* Adjust the address for the data segment. We want to adjust up to 72 72 the same address within the page on the next page up. It would … … 118 118 can access them all, and initialized data all before uninitialized, so 119 119 we can shorten the on-disk segment size. */ 120 .sdata : { *(.sdata) } >CODE120 .sdata : { *(.sdata) *(.gnu.linkonce.s.*) } >CODE 121 121 _edata = .; 122 122 PROVIDE (edata = .); -
c/src/lib/libbsp/sh/gensh1/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh1/startup/linkcmds
r907ef1f6 r85c92574 117 117 { 118 118 *(.data) 119 *(.gcc_exc) 120 *(.gcc_except_table) 119 121 *(.gnu.linkonce.d*) 120 122 CONSTRUCTORS -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh2/startup/linkcmds
r907ef1f6 r85c92574 130 130 { 131 131 *(.data) 132 *(.gcc_exc) 133 *(.gcc_except_table) 132 134 *(.gnu.linkonce.d*) 133 135 CONSTRUCTORS -
c/src/lib/libbsp/sh/gensh4/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/gensh4/startup/linkcmds
r907ef1f6 r85c92574 107 107 *(.data) 108 108 *(.data.*) 109 *(.gcc_exc) 110 *(.gcc_except_table) 109 111 *(.gnu.linkonce.d*) 110 112 SORT(CONSTRUCTORS) -
c/src/lib/libbsp/sh/shsim/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/shsim/startup/linkcmds
r907ef1f6 r85c92574 109 109 { 110 110 *(.data) 111 *(.gcc_exc) 112 *(.gcc_except_table) 111 113 *(.gnu.linkonce.d*) 112 114 CONSTRUCTORS -
c/src/lib/libbsp/sh/simsh4/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sh/simsh4/startup/linkcmds
r907ef1f6 r85c92574 97 97 { 98 98 *(.data) 99 *(.gcc_exc) 100 *(.gcc_except_table) 99 101 *(.gnu.linkonce.d*) 100 102 CONSTRUCTORS -
c/src/lib/libbsp/sparc/erc32/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2001-04-26 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libbsp/sparc/erc32/startup/linkcmds
r907ef1f6 r85c92574 115 115 116 116 _rodata_start = . ; 117 *(.rodata )117 *(.rodata*) 118 118 *(.gnu.linkonce.r*) 119 119 _erodata = ALIGN( 0x10 ) ; … … 129 129 } > ram 130 130 .dynamic : { *(.dynamic) } >ram 131 .jcr : { *(.jcr) } >ram 131 132 .got : { *(.got) } >ram 132 133 .plt : { *(.plt) } >ram -
c/src/lib/libbsp/sparc/leon/ChangeLog
r907ef1f6 r85c92574 1 2001-05-09 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: In support of gcc 3.1, added one of more 4 of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, 5 .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections 6 and direction of segments to memory regions may also have been 7 addressed. This was a sweep across all BSPs. 8 1 9 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/sparc/leon/startup/linkcmds
r907ef1f6 r85c92574 115 115 116 116 _rodata_start = . ; 117 *(.rodata )117 *(.rodata*) 118 118 *(.gnu.linkonce.r*) 119 119 _erodata = ALIGN( 0x10 ) ; … … 129 129 } > ram 130 130 .dynamic : { *(.dynamic) } >ram 131 .jcr : { *(.jcr) } >ram 131 132 .got : { *(.got) } >ram 132 133 .plt : { *(.plt) } >ram
Note: See TracChangeset
for help on using the changeset viewer.