[Bug binutils/3298] -mrelax broken for sh-elf

2006-10-05 Thread amylaar at gcc dot gnu dot org

--- Additional Comments From amylaar at gcc dot gnu dot org  2006-10-05 
12:56 ---
(In reply to comment #0)
 with a small patch to enable -mrelax when optimizing, the tests are not 
 finished
 after 17.5 hours, but 2098 failures have been detected so far.

Still not finished after 64.9 hours, 4074 failures so far.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3298

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/3298] New: -mrelax broken for sh-elf

2006-10-03 Thread amylaar at gcc dot gnu dot org
The -mrelax support is broken for sh-elf since PIC code support was added.
Most of the work to fix this will likely be in bfd, ld and gas, although some
gcc changes may also be necessary.
IIRC I've fixed the switch tables once, but ordinary branches are still broken.

gcc R117374 with binutils/newlib D2006.10.02.18.00.00 shows 681 failures
for check-gcc check-target-libstdc++-v3 testing the variations
sh-hms-sim
sh-hms-sim/-m4/-ml

with a small patch to enable -mrelax when optimizing, the tests are not finished
after 17.5 hours, but 2098 failures have been detected so far.

-- 
   Summary: -mrelax broken for sh-elf
   Product: binutils
   Version: 2.18 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: amylaar at gcc dot gnu dot org
CC: andrew dot stubbs at st dot com,aoliva at sourceware dot
org,bug-binutils at gnu dot org,kkojima at rr dot iij4u
dot or dot jp
GCC target triplet: sh-elf


http://sourceware.org/bugzilla/show_bug.cgi?id=3298

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/3298] -mrelax broken for sh-elf

2006-10-03 Thread amylaar at gcc dot gnu dot org

--- Additional Comments From amylaar at gcc dot gnu dot org  2006-10-03 
13:38 ---
Created an attachment (id=1346)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=1346action=view)
patch to enable relaxation when optimizing

This patch to gcc/gcc/config/sh/sh.h enables -mrelax by default when
optimizing,
thus exposing the brokenness of this feature for an ordinary build / test
cycle.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3298

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/2993] compile error bfd.c: noreturn function does return

2006-08-09 Thread amylaar at gcc dot gnu dot org

--- Additional Comments From amylaar at gcc dot gnu dot org  2006-08-09 
19:11 ---
(In reply to comment #0)

I am seeing the same problem for sparc-sun-solaris2.8 X sh-elf,
using gcc 2.95.2, when trying to build binutils checked out from
the CVS repository today.

The bfd.c.patch allows the build to continue past the bfd.c compilation.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2993

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/3017] New: binutils/doc/Makefile.in uses syntax not accepted by solaris /bin/sh

2006-08-09 Thread amylaar at gcc dot gnu dot org
After applying the patch for PR 2993, the build fails a bit later:

Making info in doc
rm -f config.texi
eval `grep '^ *VERSION=' 
../../../src-20060809/binutils/doc/../../bfd/configure`; \
  echo @set VERSION $VERSION  config.texi
echo @set UPDATED `date +%B %Y`  config.texi
sh: : cannot execute
*** Error code 1
make: Fatal error: Command failed for target `config.texi'

AFAICT the solaris /bin/sh doesn't consider s as properly nested inside `s.

$ echo @set UPDATED `date +%B %Y`
: cannot execute
@set UPDATED August %Y
$ echo @set UPDATED `date '+%B %Y'`
@set UPDATED August 2006

-- 
   Summary: binutils/doc/Makefile.in uses syntax not accepted by
solaris /bin/sh
   Product: binutils
   Version: 2.18 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: amylaar at gcc dot gnu dot org
CC: bug-binutils at gnu dot org
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sh-elf
 BugsThisDependsOn: 2993


http://sourceware.org/bugzilla/show_bug.cgi?id=3017

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/857] Gas doesn't warn .set x,y when y' is undefined

2005-05-06 Thread amylaar at gcc dot gnu dot org


-- 
   What|Removed |Added

 CC||amylaar at gcc dot gnu dot
   ||org


http://sources.redhat.com/bugzilla/show_bug.cgi?id=857

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils