Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-11 | Tigthen the addition of -lgcc_eh to vxworks_libgcc_spec | Olivier Hainque | 1 | -4/+44 |
2022-10-07 | Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7 | Olivier Hainque | 1 | -1/+1 |
2022-10-07 | Introduce DWARF_VERSION_DEFAULT and redefine for VxWorks | Olivier Hainque | 1 | -4/+4 |
2022-10-02 | Define GCC_DRIVER_HOST_INITIALIZATION for VxWorks targets | Marc Poulhiès | 1 | -0/+10 |
2022-10-02 | Refine guard for vxworks crtstuff spec | Olivier Hainque | 1 | -5/+4 |
2022-09-29 | Comment about HAVE_INITFINI_ARRAY_SUPPORT in vxworks.h | Olivier Hainque | 1 | -0/+5 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-13 | Rework VXWORKS_LINK_SPEC for shared objects support | Douglas B Rupp | 1 | -12/+23 |
2021-12-13 | Tigthen libc_internal and crtstuff for VxWorks shared objects | Frederic Konrad | 1 | -14/+28 |
2021-12-13 | VxWorks config fixes for shared objects | Frederic Konrad | 1 | -1/+18 |
2021-12-13 | Ensure VxWorks headers expose C99 features for C++ | Olivier Hainque | 1 | -0/+6 |
2021-12-13 | Leverage sysroot for VxWorks | Olivier Hainque | 1 | -25/+49 |
2021-12-10 | Fix inaccuracies in VxWorks LINK_SPEC | Douglas B Rupp | 1 | -2/+2 |
2021-12-02 | fix spelling of -linker-output-auto-nolto-rel | Rasmus Villemoes | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-02 | introduce overridable clear_cache emitter | Alexandre Oliva | 1 | -4/+7 |
2020-10-27 | Extract VX_CPU_PREFIX up into config/vxworks.h | Olivier Hainque | 1 | -0/+12 |
2020-10-23 | Link with the configured net lib on vxworks7 | Douglas Rupp | 1 | -1/+1 |
2020-10-16 | Fix the vxworks crtstuff handling of kernel/rtp variations | Olivier Hainque | 1 | -2/+1 |
2020-10-14 | Fallback to default CPP spec for C++ on VxWorks | Olivier Hainque | 1 | -0/+6 |
2020-08-20 | vxworks: Fix GCC selftests for *-wrs-vxworks7-* targets | Iain Buclaw | 1 | -5/+11 |
2020-05-05 | Silence warning in LTO mode on VxWorks | Eric Botcazou | 1 | -0/+8 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-14 | Introduce vxworks specific crtstuff support | Jerome Lambourg | 1 | -2/+16 |
2019-11-14 | Common ground work for vxworks7 ports updates | Pat Bernardi | 1 | -5/+26 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | Allow target overrides of ctors/dtors support advertisement on VxWorks | Jerome Lambourg | 1 | -6/+11 |
2018-10-29 | Extract VXWORKS_NET_LIBS_RTP from VXWORKS_LIBS_RTP | Olivier Hainque | 1 | -3/+9 |
2018-10-29 | Introduce notion of VXWORKS_PERSONALITY | Olivier Hainque | 1 | -2/+10 |
2018-09-21 | Leverage cacheTextUpdate for __clear_cache on VxWorks | Olivier Hainque | 1 | -0/+4 |
2018-09-21 | Cleanup handling of libgcc and libc_internal for VxWorks | Olivier Hainque | 1 | -10/+8 |
2018-09-21 | Leverage STARTFILE_PREFIX_SPEC for VxWorks7 | Olivier Hainque | 1 | -5/+6 |
2018-09-21 | Account for TARGET_VXWORKS64 in default SIZE/PTRDIFF_TYPE for vxworks | Olivier Hainque | 1 | -2/+2 |
2018-09-21 | Move default #define TARGET_VXWORKS7 to vxworks-dummy.h | Olivier Hainque | 1 | -5/+0 |
2018-08-21 | vxworks: don't define vxworks_asm_out_constructor when using .init_array | Rasmus Villemoes | 1 | -0/+2 |
2018-08-21 | vxworks: enable use of .init_array/.fini_array for cdtors | Rasmus Villemoes | 1 | -3/+7 |
2018-08-21 | vxworks: add target/h/wrn/coreip to the set of system include paths | Rasmus Villemoes | 1 | -3/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-22 | vxworks.c (vxworks_override_options): Pick default dwarf version from macro v... | Olivier Hainque | 1 | -0/+10 |
2017-07-04 | vxworks.h (PTRDIFF_TYPE, SIZE_TYPE): Restore unconditional basic definitions. | Olivier Hainque | 1 | -8/+8 |
2017-06-27 | vxworks.h (VXWORKS_LIB_SPEC): Incorporate ... | Jerome Lambourg | 1 | -0/+9 |
2017-06-27 | vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for 64bit configurations. | Jerome Lambourg | 1 | -2/+6 |
2017-06-26 | config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines for all vxwork... | Jerome Lambourg | 1 | -2/+51 |
2017-06-26 | vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define _VX_TOOL_FAMILY and _VX_T... | Jerome Lambourg | 1 | -0/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-08 | vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with libc_internal. | Olivier Hainque | 1 | -5/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |