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]

Re: More ld patch for ppc


Maybe you should set the SYSCALL_MASK SYMBOL_MODE_MASK to 0x00?

I added these parameters to parse through the new keywords in the aix
import file format.  If mac os does not have import files, setting these
parameters would be misleading.  

Tom 

"H . J . Lu" wrote:
> 
> 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

-- 
Tom Rix 
GCC Engineer
trix@redhat.com
256.704.9201


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