This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 053980ee52b Update the libgcc support for VxWorks AE/653 new 5b9ac96b6fb Base support for vxworks 7 on aarch64 new 4c0e0bb822a Housekeeping on TARGET_OS_CPP_BUILTINS for arm-vxworks new 3240b801f66 Update the arm-*-vxworks* support
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 27 ++++++ gcc/config.gcc | 31 ++++--- gcc/config/aarch64/aarch64-vxworks.h | 71 ++++++++++++++++ .../{h8300/t-linux => aarch64/t-aarch64-vxworks} | 8 +- gcc/config/arm/t-vxworks | 7 +- gcc/config/arm/vxworks.h | 98 +++++++++++----------- libgcc/ChangeLog | 16 ++++ libgcc/config.host | 22 ++--- libgcc/config/arm/unwind-arm-vxworks.c | 65 +++++++++++--- 9 files changed, 251 insertions(+), 94 deletions(-) create mode 100644 gcc/config/aarch64/aarch64-vxworks.h copy gcc/config/{h8300/t-linux => aarch64/t-aarch64-vxworks} (83%)