PERFORCE change 30275 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 30 21:32:06 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30275

Change 30275 by marcel at marcel_nfs on 2003/04/30 21:31:30

	Diff reduction: remove EPC specific change.

Affected files ...

.. //depot/projects/ia64/sys/conf/ldscript.ia64#7 edit

Differences ...

==== //depot/projects/ia64/sys/conf/ldscript.ia64#7 (text+ko) ====

@@ -11,11 +11,9 @@
 
   .text      :
   {
-    *(.text)
-    *(.text.syscall)
-    *(.text.gateway)
     *(.text.ivt)
     . += 8192;
+    *(.text)
     *(.stub)
     /* .gnu.warning sections are handled specially by elf32.em.  */
     *(.gnu.warning)


More information about the p4-projects mailing list