This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Discard .reginfo sections in ld-scripts/overlay-size.t


I am checking this patch to discard .reginfo sections for mips.


H.J.
----
2006-09-15  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-scripts/overlay-size.t: Discard .reginfo sections.

--- ld-scripts/overlay-size.t.overlay	2002-05-07 04:08:57.000000000 -0700
+++ ld-scripts/overlay-size.t	2006-09-15 09:11:53.000000000 -0700
@@ -54,4 +54,5 @@ SECTIONS
     } > DATAMEM AT > LOADMEM
 
   . = 0x8000;
+  /DISCARD/ : { *(.reginfo) }
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]