This is the mail archive of the binutils@sources.redhat.com 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]

More ld patch for ppc


I checked in the following patch for --enable-targets=all to build
in ld. Please double check if it is ok. It would be nice if you can
test --enable-targets=all before checking changes like your latest one.

Thanks.


H.J.
----
2001-05-25  H.J. Lu  <hjl@gnu.org>

	* emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
	like emulparams/aixppc.sh.

Index: emulparams/ppcmacos.sh
===================================================================
RCS file: /work/cvs/gnu/binutils/ld/emulparams/ppcmacos.sh,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 ppcmacos.sh
--- emulparams/ppcmacos.sh	1999/06/03 18:02:10	1.1.1.1
+++ emulparams/ppcmacos.sh	2001/05/25 22:44:02
@@ -2,3 +2,5 @@ TEMPLATE_NAME=aix
 SCRIPT_NAME=aix
 OUTPUT_FORMAT="xcoff-powermac"
 ARCH=powerpc
+SYSCALL_MASK=0x77
+SYMBOL_MODE_MASK=0x0d


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