Commit 428ec5f9 authored by Youling Tang's avatar Youling Tang Committed by Geert Uytterhoeven
Browse files

m68k: Add a missing ELF_DETAILS in link script



Commit c604abc3 ("vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG")
after should add a missing ELF_DETAILS, at the same time, the .comment
section has been included in the ELF_DETAILS.

Signed-off-by: default avatarYouling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1605852494-23515-1-git-send-email-tangyouling@loongson.cn


Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 549aeec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ SECTIONS {
	_end = .;

	STABS_DEBUG
	.comment 0 : { *(.comment) }
	ELF_DETAILS

	/* Sections to be discarded */
	DISCARDS
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ SECTIONS
  _end = . ;

  STABS_DEBUG
  .comment 0 : { *(.comment) }
  ELF_DETAILS

  /* Sections to be discarded */
  DISCARDS
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ __init_begin = .;
  _end = . ;

  STABS_DEBUG
  ELF_DETAILS

  /* Sections to be discarded */
  DISCARDS