CVS commit: src/external/gpl3/gcc/dist/libgcc

2021-04-17 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Apr 17 10:53:18 UTC 2021

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
remove double arm64 netbsd target.  add t-lse, though we don't
pull this out with mknative currently.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2021-04-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 13 08:06:11 UTC 2021

Modified Files:
src/external/gpl3/gcc/dist/libgcc: emutls.c

Log Message:
make this match the builtin prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/gpl3/gcc/dist/libgcc/emutls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2019-04-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 16 07:50:05 UTC 2019

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host
Added Files:
src/external/gpl3/gcc/dist/libgcc/config/riscv: t-netbsd

Log Message:
list a bunch of soft-fp as present in the current risc64 libgcc defs.mk.
this makes mknative-gcc work without breaking maya's manual work.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gcc/dist/libgcc/config.host
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/dist/libgcc/config/riscv/t-netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2019-02-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb  9 02:43:11 UTC 2019

Modified Files:
src/external/gpl3/gcc/dist/libgcc: gthr-posix.h

Log Message:
fix the previous - it's __NetBSD__, not __NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/gthr-posix.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2019-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 01:27:43 UTC 2019

Modified Files:
src/external/gpl3/gcc/dist/libgcc: gthr-posix.h

Log Message:
Follow suit with FreeBSD and solaris for the __gthread_active_p()
implementation. Fixes the atf call_once unit tests.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 src/external/gpl3/gcc/dist/libgcc/gthr-posix.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2019-01-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jan 24 22:00:28 UTC 2019

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
set md_unwind_header=aarch64/aarch64-unwind.h for netbsd arm64.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2016-10-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 22 03:33:03 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
enable tf math (__float128)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2016-10-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Oct  5 19:24:44 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
The NetBSD libc provides the softfloat support which is duplicated in libgcc
and we prefer ours.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-04-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 22 18:05:13 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/m68k: lb1sf68.S

Log Message:
Undo previous; wrong tree.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-04-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 22 18:03:54 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/m68k: lb1sf68.S

Log Message:
Propagate PLT fix from our gcc-5.3 tree:

Some functions like __udivsi3 are used in other assembly files like __umodsi3.
Use PLT linkage to avoid text relocations.

XXX: pullup-7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-04-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 22 17:39:38 UTC 2016

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/m68k: lb1sf68.S

Log Message:
Some functions like __udivsi3 are used in other assembly files like __umodsi3.
Use PLT linkage to avoid text relocations.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libgcc/config/m68k/lb1sf68.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc/config/ia64

2015-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 17 12:29:49 UTC 2015

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/ia64: unwind-ia64.c

Log Message:
Add evil hack to help mknative untill we finish userland


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc/config/ia64

2015-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 17 12:29:00 UTC 2015

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/ia64: unwind-ia64.c

Log Message:
Add missing cast


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2014-08-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 20 13:29:07 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc: unwind-dw2-fde.c

Log Message:
PR/45716: Anthony Mallet: emacs (various versions) dies on unwind stuff in gcc 
4.8
Apply fix that got missed as this file got moved from dist/gcc to dist/libgcc:

Somehow emacs tries to unregister frame info for a symbol it did not register.
Don't abort for now. This worked before because the previous version of gcc
did not bother unregistering. Adding debugging printfs makes emacs core
dump, where other programs work fine.

XXX: pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gcc/dist/libgcc/unwind-dw2-fde.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2014-03-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Mar 25 10:03:51 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc: unwind-sjlj.c

Log Message:
Cast to _Unwind_Ptr here as well.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/unwind-sjlj.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-03-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Mar 25 00:50:46 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc/config/arm: pr-support.c
src/external/gpl3/gcc/dist/libgcc/config/c6x: pr-support.c

Log Message:
Cast ptr to the correct return type (_Unwind_Ptr)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libgcc/config/arm/pr-support.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libgcc/config/c6x/pr-support.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2014-03-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Mar 24 22:39:06 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc: unwind-dw2.c

Log Message:
Cast context->ldsa to the correct return type.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/unwind-dw2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2014-03-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar  9 05:51:26 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
add ia64-netbsd support.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2014-03-04 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Mar  5 00:13:41 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
coldfire does not want m68k/t-floatlib.
enable powerpc*-netbsd* -- ie, match ppc64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/libgcc

2011-07-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jul  7 01:27:30 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
add hppa-netbsd support.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.