Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2020-08-16 Thread Rin Okuyama
Sorry for the late reply. On 2020/08/11 1:16, Valery Ushakov wrote: This sounds eerily similar to port-macppc/54827 - there's quite a bit of confusion early on on my part there, but scroll to the last couple of mails. http://gnats.netbsd.org/54827 It looks like some logic changed in MI gcc8

re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2020-08-10 Thread matthew green
> May be we should also check other ports for similar gotcha proactively? good idea. no other gcc/config/*/*netbsd* files define the nasty STACK_BOUNDARY macro so hopefully we're good now. thanks! .mrg.

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2020-08-10 Thread Valery Ushakov
On Mon, Aug 10, 2020 at 06:24:39 +, Rin Okuyama wrote: > Modified Files: > src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h > > Log Message: > PR port-m68k/6 > > Reset STACK_BOUNDARY to default, 16, to fix strange freeze for amiga, > when kernel is compiled by GCC8. This

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 06:24:39 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: PR port-m68k/6 Reset STACK_BOUNDARY to default, 16, to fix strange freeze for amiga, when kernel is compiled by

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 06:24:39 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: PR port-m68k/6 Reset STACK_BOUNDARY to default, 16, to fix strange freeze for amiga, when kernel is compiled by

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2017-02-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Feb 23 18:43:02 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: revert rev 1.2 (disabling split wide types) because it's no longer necessary after rev 1.6 of m68k.md (which itself

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2017-02-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Feb 23 18:43:02 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: revert rev 1.2 (disabling split wide types) because it's no longer necessary after rev 1.6 of m68k.md (which itself

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 17 00:55:40 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.md Log Message: undo the attempt to figure out mult clobbering; breaks compilation; revert to the fsf version To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 17 00:55:40 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.md Log Message: undo the attempt to figure out mult clobbering; breaks compilation; revert to the fsf version To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 16 20:30:14 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.md Log Message: put the clobber after the instruction. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 16 20:31:00 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: turn off split wide types to avoid gcc bug. Arguably this should be fixed in m68k.md, but I will leave this to someone

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 16 20:31:00 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: turn off split wide types to avoid gcc bug. Arguably this should be fixed in m68k.md, but I will leave this to someone

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 16 20:30:14 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.md Log Message: put the clobber after the instruction. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 15:46:42 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: Drop extra argument not used by format string. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 15:46:42 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: Drop extra argument not used by format string. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2013-08-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 21:11:30 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: lb1sf68.asm Log Message: When compiling use @PLTPC to generate PLT relocs for NetBSD. When building libgcc_s.so for m68k, this gets rid of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2013-08-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 21:11:30 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: lb1sf68.asm Log Message: When compiling use @PLTPC to generate PLT relocs for NetBSD. When building libgcc_s.so for m68k, this gets rid of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2013-07-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 18 22:38:52 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: Cleanup old cruft that wasn't working properly Adjust for supporting Coldfire processors (default them to

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2012-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 22 15:15:46 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: constraints.md Log Message: Bring in fix from: http://gcc.gnu.org/bugzilla/show_bug.cgi?format=multipleid=43804 Allows libmudflap to

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2012-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 22 15:15:46 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: constraints.md Log Message: Bring in fix from: http://gcc.gnu.org/bugzilla/show_bug.cgi?format=multipleid=43804 Allows libmudflap to

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 15 08:33:55 UTC 2011 Added Files: src/external/gpl3/gcc/dist/gcc/config/m68k: t-m68010-netbsd Log Message: make sure m68010-netbsdelf chooses the right unwinder. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 15 08:33:55 UTC 2011 Added Files: src/external/gpl3/gcc/dist/gcc/config/m68k: t-m68010-netbsd Log Message: make sure m68010-netbsdelf chooses the right unwinder. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:33:43 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY, gcc 4.5 wants them both. To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:33:12 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: lb1sf68.asm Log Message: libgcc is big enough to need the equivalent of -fPIC here now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:33:43 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY, gcc 4.5 wants them both. To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:16 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: fpgnulib.c Log Message: XXX: add a prototype for __cmpdf2() so this compiles with -Werror. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:48 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: make this look more like the (working) gcc 4.1 configuration, and make this actually work on netbsd/sun2. To

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:16 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: fpgnulib.c Log Message: XXX: add a prototype for __cmpdf2() so this compiles with -Werror. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:48 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: make this look more like the (working) gcc 4.1 configuration, and make this actually work on netbsd/sun2. To

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 09:10:42 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: don't use the netbsd LIBGCC_SPEC on sun2. there's no libgcc_pic.a To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:18:39 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: TARGET_VERSION is used in collect2.c now. avoid referencing the m68k_cpu_flags variable and simply print

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:18:39 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: TARGET_VERSION is used in collect2.c now. avoid referencing the m68k_cpu_flags variable and simply print