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

Commit 78665aaa authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] Use generic STABS_DEBUG macro.

parent 3fa986fa
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -151,16 +151,13 @@ SECTIONS

  /* This is the MIPS specific mdebug section.  */
  .mdebug : { *(.mdebug) }
  /* These are needed for ELF backends which have not yet been
     converted to the new style linker.  */
  .stab 0 : { *(.stab) }
  .stabstr 0 : { *(.stabstr) }

  STABS_DEBUG

  DWARF_DEBUG

  /* These must appear regardless of  .  */
  .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
  .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
  .comment : { *(.comment) }
  .note : { *(.note) }
}