[PATCH] update some emulparams comments

Nathan Froyd froydnj@codesourcery.com
Mon Apr 23 14:57:00 GMT 2007


The attached patch updates the comments in several ld/emulparams files
to point people at the right scripts to modify.

OK?

-Nathan

ld/
2007-04-23  Nathan Froyd  <froydnj@codesourcery.com>

	* emulparams/elf32_sparc.sh: Update comments.
	* emulparams/elf32bmip.sh: Likewise.
	* emulparams/elf32ppc.sh: Likewise.
	* emulparams/vxworks.sh: Likewise.


-------------- next part --------------
Index: ld/emulparams/elf32_sparc.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32_sparc.sh,v
retrieving revision 1.5
diff -u -r1.5 elf32_sparc.sh
--- ld/emulparams/elf32_sparc.sh	30 May 2006 16:45:32 -0000	1.5
+++ ld/emulparams/elf32_sparc.sh	23 Apr 2007 14:36:07 -0000
@@ -1,3 +1,6 @@
+# If you change this file, please also look at files which source this one:
+# elf32_sparc_vxworks.sh
+
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-sparc"
 TEXT_START_ADDR=0x10000
Index: ld/emulparams/elf32bmip.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32bmip.sh,v
retrieving revision 1.14
diff -u -r1.14 elf32bmip.sh
--- ld/emulparams/elf32bmip.sh	20 Oct 2006 07:55:37 -0000	1.14
+++ ld/emulparams/elf32bmip.sh	23 Apr 2007 14:36:07 -0000
@@ -1,5 +1,6 @@
 # If you change this file, please also look at files which source this one:
 # elf32b4300.sh elf32bsmip.sh elf32btsmip.sh elf32ebmip.sh elf32lmip.sh
+# elf32ebmipvxworks.sh elf32elmipvxworks.sh
 
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-bigmips"
Index: ld/emulparams/elf32ppc.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32ppc.sh,v
retrieving revision 1.19
diff -u -r1.19 elf32ppc.sh
--- ld/emulparams/elf32ppc.sh	2 Mar 2006 08:50:04 -0000	1.19
+++ ld/emulparams/elf32ppc.sh	23 Apr 2007 14:36:07 -0000
@@ -1,5 +1,6 @@
 # If you change this file, please also look at files which source this one:
-# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh
+# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh 
+# elf32ppcsim.sh
 
 . ${srcdir}/emulparams/elf32ppccommon.sh
 # Yes, we want duplicate .got and .plt sections.  The linker chooses the
Index: ld/emulparams/vxworks.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/vxworks.sh,v
retrieving revision 1.5
diff -u -r1.5 vxworks.sh
--- ld/emulparams/vxworks.sh	4 Aug 2006 13:13:56 -0000	1.5
+++ ld/emulparams/vxworks.sh	23 Apr 2007 14:36:07 -0000
@@ -1,5 +1,7 @@
 # If you change this file, please also look at files which source this one:
-# elf_i386_vxworks.sh elf32ppcvxworks.sh elf32ebmipvxworks.sh
+# armelf_vxworks.sh elf32ebmipvxworks.sh elf32elmipvxworks.sh
+# elf_i386_vxworks.sh elf32ppcvxworks.sh elf32_sparc_vxworks.sh
+# shelf_vxworks.sh
 
 # The Diab tools use a different init/fini convention.  Initialization code
 # is place in sections named ".init$NN".  These sections are then concatenated


More information about the Binutils mailing list