Commit 2c31c341 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek
Browse files

Rename .data.initvect to .data..initvect.

parent c273fb3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ SECTIONS {
	.romvec : {
		__rom_start = . ;
		_romvec = .;
		*(.data.initvect)
		*(.data..initvect)
	} > romvec
#endif

+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ _dprbase:
     * and then overwritten as needed.
     */
 
.section ".data.initvect","awx"
.section ".data..initvect","awx"
    .long   RAMEND	/* Reset: Initial Stack Pointer                 - 0.  */
    .long   _start      /* Reset: Initial Program Counter               - 1.  */
    .long   buserr      /* Bus Error                                    - 2.  */
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ _dprbase:
     * and then overwritten as needed.
     */
 
.section ".data.initvect","awx"
.section ".data..initvect","awx"
    .long   RAMEND	/* Reset: Initial Stack Pointer                 - 0.  */
    .long   _start      /* Reset: Initial Program Counter               - 1.  */
    .long   buserr      /* Bus Error                                    - 2.  */