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

Rename .text.start to .text..start.

parent b6f4e451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include <asm/lasat/head.h>

	.text
	.section .text.start, "ax"
	.section .text..start, "ax"
	.set noreorder
	.set mips3

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ SECTIONS
{
  .text :
  {
    *(.text.start)
    *(.text..start)
  }

  /* Data in ROM */