Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58b6c58c authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Kyle McMartin
Browse files

[PARISC] Use STABS_DEBUG macro from vmlinux.lds.h



Cleanup vmlinux.lds.S by using STABS_DEBUG macro from vmlinux.lds.h
instead of repeating the sections.

Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent f45adcf9
Loading
Loading
Loading
Loading
+2 −9
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@ SECTIONS
  RODATA
  RODATA


  /* writeable */
  /* writeable */
  . = ALIGN(4096);		/* Make sure this is paged aligned so
  . = ALIGN(4096);		/* Make sure this is page aligned so
  				   that we can properly leave these
  				   that we can properly leave these
				   as writable */
				   as writable */
  data_start = .;
  data_start = .;
@@ -198,14 +198,7 @@ SECTIONS
#endif
#endif
	}
	}


  /* Stabs debugging sections.  */
  STABS_DEBUG
  .stab 0 : { *(.stab) }
  .stabstr 0 : { *(.stabstr) }
  .stab.excl 0 : { *(.stab.excl) }
  .stab.exclstr 0 : { *(.stab.exclstr) }
  .stab.index 0 : { *(.stab.index) }
  .stab.indexstr 0 : { *(.stab.indexstr) }
  .comment 0 : { *(.comment) }
  .note 0 : { *(.note) }	
  .note 0 : { *(.note) }	


}
}