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

2021-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Mar 29 01:33:12 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: mips.c netbsd.h netbsd64.h Log Message: Don't override TARGET_ASM_OUTPUT_SOURCE_FILENAME on MIPS for NetBSD - use the default which includes

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

2017-07-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 17 19:53:50 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h Log Message: Use read-only .eh_frame. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2015-05-29 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri May 29 19:37:27 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h Log Message: Add the historical __OCTEON__ builtin_define along with __mips_popcount which is defined if the platform has the

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

2014-08-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 14 15:16:21 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h Log Message: Fix INTPTR_TYPE/UINTPTR_TYPE for n32. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2014-03-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 3 21:01:40 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: t-mips Log Message: apply netbsd not rebuilding to mips-tables.opt; fixes r/o src builds. To generate a diff of this commit: cvs rdiff -u

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

2014-01-26 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 26 21:26:02 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: mips.c Log Message: Fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57260 (patch from gcc's repository). This bugs show up with Xorg,

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

2013-08-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 26 14:24:22 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h Log Message: Even though both gas and ld support .cfi_personality, gcc fails to emit them so we get DT_TEXTREL problems. So if pic

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

2011-07-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 7 17:27:47 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h Log Message: Get rid of the hack that limited long double to 64 bits. We support 128 bit long doubles now. To generate a diff of

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 13:06:37 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h Log Message: undef DRIVER_SELF_SPECS before defining it. also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS. To generate a