Re: [patch, mips, testsuite] Fix test to handle optimizations

2012-10-08 Thread David Daney
s broken. Instead of disabling the tests, can we fix the problem instead? The goal of the testsuite should be to detect problems, not yield clean results. If Richard disagrees with me, then I would defer to him. David Daney

Re: [patch, mips, testsuite] Fix test to handle optimizations

2012-10-08 Thread David Daney
Really I meant this in reply to the 'Fix gcc.target/mips/octeon-bbit-2.c for -Os' thread. Sorry for confusing the issue here. I don't really have an objection to this one. David Daney On 10/08/2012 11:28 AM, David Daney wrote: On 10/08/2012 11:15 AM, Mike Stump wrote: On

Many warnings in MIPS port (Was: [PATCH] [MIPS] microMIPS gcc support)

2013-04-12 Thread David Daney
l: nomicromips /tmp/cckECtVQ.s:115: Warning: Tried to set unrecognized symbol: nomicromips /tmp/cckECtVQ.s:161: Warning: Tried to set unrecognized symbol: nomicromips . . . There are literally thousands and thousands of these warnings. David Daney

Re: Many warnings in MIPS port (Was: [PATCH] [MIPS] microMIPS gcc support)

2013-04-12 Thread David Daney
On 04/12/2013 10:55 AM, Moore, Catherine wrote: -Original Message- From: Maciej W. Rozycki [mailto:ma...@codesourcery.com] Sent: Friday, April 12, 2013 1:03 PM To: David Daney Cc: Moore, Catherine; gcc-patches@gcc.gnu.org; Richard Sandiford Subject: Re: Many warnings in MIPS port (Was

Re: [Patch] [MIPS] Fix Many warnings in MIPS port (Was: [PATCH] [MIPS] microMIPS gcc support)

2013-04-12 Thread David Daney
et. I may try Monday. David Daney Index: gcc/configure.ac === --- gcc/configure.ac (revision 197836) +++ gcc/configure.ac (working copy) @@ -4058,7 +4058,7 @@ [Define if your assembler supports .gnu

Re: [Patch] [MIPS] Fix Many warnings in MIPS port (Was: [PATCH] [MIPS] microMIPS gcc support)

2013-04-18 Thread David Daney
On 04/14/2013 01:27 PM, Moore, Catherine wrote: -Original Message- From: David Daney [mailto:ddaney.c...@gmail.com] Sent: Friday, April 12, 2013 7:29 PM To: Moore, Catherine Cc: Rozycki, Maciej; gcc-patches@gcc.gnu.org; Richard Sandiford Subject: Re: [Patch] [MIPS] Fix Many warnings

Re: Go patch committed: Update Go library

2011-11-02 Thread David Daney
I was going to create a patch to move those two to libcall_linux_{386,amd64}.go. An alternative would be to remove them too. David Daney

Re: MIPS testsuite patch for --with-synci configurations

2012-06-11 Thread David Daney
-mno-synci annotation could easily become different than the set that requires it. David Daney Steve Ellcey sell...@mips.com 2012-06-11 Steve Ellcey * gcc.target/mips/call-saved-1.c: Add -mno-synci flag. * gcc.target/mips/call-saved-2.c: Ditto. * gcc.target/mips/call

Re: [PATCH] Fix ctrstuff.c with init_array support

2011-12-06 Thread David Daney
MIPS when used with recent binutils releases. So I would propose that it be considered as-is, without changing the .eh_frame bits. If someone wants to change the .eh_frame things in crtstuff.c, they are free to do that, but it shouldn't really be gating factor for this patch. David Daney

[Patch libgo]: Move Iopl and Ioperm to 368/amd64 specific libcall_linux_*.go files.

2011-12-12 Thread David Daney
you can commit this upstream if acceptable. Thanks, David Daney Index: go/syscall/libcall_linux_amd64.go === --- go/syscall/libcall_linux_amd64.go (revision 0) +++ go/syscall/libcall_linux_amd64.go (revision 0) @@ -0,0 +1,13

Re: [RFC 4.8] use ip+cfa to identify unwind frames, if possible

2012-02-16 Thread David Daney
27;ll never try to unwind in kernel mode? */ That's too bad. I guess if we ever want to unwind in kernel mode, we can say no mips16 and switch it to a low-order bit for that application. Or write our own unwinder. David Daney

Re: [RFC 4.8] use ip+cfa to identify unwind frames, if possible

2012-02-17 Thread David Daney
On 02/16/2012 03:32 PM, Richard Sandiford wrote: David Daney writes: On 02/16/2012 02:12 PM, Richard Henderson wrote: [...] Thanks for the patch. index 1c19f8b..59d4560 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2920,3 +2920,15 @@ extern GTY(()) struct

Re: Remove obsolete Tru64 UNIX V5.1B support

2012-03-06 Thread David Daney
es. It probably results in a usable .class file, but is error prone and not very reproducible. David Daney

Re: [patch] Disable static build for libjava

2011-07-07 Thread David Daney
It is fine if static libraries are disabled by default, but it should be possible to enable them from the configure command line. It is unclear to me if this patch does that. Also I would like to go on record as disagreeing with the statement that 'static libjava build isn't useful out

Re: [patch] Disable static build for libjava

2011-07-07 Thread David Daney
On 07/07/2011 09:57 AM, Matthias Klose wrote: On 07/07/2011 06:51 PM, David Daney wrote: On 07/07/2011 09:27 AM, Matthias Klose wrote: As discussed at the Google GCC gathering, disable the build of static libraries in libjava, which should cut the build time of libjava by 50%. The static

[Patch] libgo support for mips{,64}-linux-gnu

2011-04-25 Thread David Daney
with it. 2011-04-25 David Daney Index: mksysinfo.sh === --- mksysinfo.sh(revision 172872) +++ mksysinfo.sh(working copy) @@ -261,6 +261,16 @@ if test "$regs" != ""; then echo "type PtraceR