Displaying 2 results from an estimated 2 matches for "545450".
Did you mean:
55450
2015 Sep 27
2
[libunwind][Mips] Problem using gas to assemble UnwindRegistersSave.S
The latest TOT of libunwind fails for me when I build
UnwindRegistersSave.S for the Mips. My copy of clang uses a 2.25
binutils Mips assembler.
This is the message I get:
"/home/rich/ellcc/bin/mips-elf-as" -o
/tmp/UnwindRegistersSave-a2c974.o -EL /tmp/UnwindRegistersSave-545450.s
src/UnwindRegistersSave.S: Assembler messages:
src/UnwindRegistersSave.S:99: Error: opcode not supported on this
processor: mips1 (mips1) `teq $0,$0'
If I compile with -integrated-as it assembles as expected.
I was able to get it to work without the integrated assembler with this
change:...
2002 Aug 12
1
rsync --password-file on cygwin
Hi.
As the man page explains, and this message
http://www.mail-archive.com/rsync@lists.samba.org/msg04069.html
summarizes from the different man pages
rsync will not use the password file if it is world readable. Now, if the
rsync team was so kind to add the "strict mode" option for the cygwin
platform to ignore if the file is world readable when running in daemon mode
why