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: Also strip .xtensa.info section


I checked in this patch for xtensa-linux.

H.J.
---
2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>

	* binutils-all/strip-3.d: Also strip .xtensa.info section.

--- binutils-all/strip-3.d.xxx	2007-05-17 07:44:57.000000000 -0700
+++ binutils-all/strip-3.d	2007-06-23 09:13:50.000000000 -0700
@@ -1,6 +1,6 @@
 #PROG: strip
 #source: empty.s
-#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .pdr
+#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .pdr -R .xtensa.info
 #readelf: -S --wide
 #name: strip empty file
 #target: *-*-linux*


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