This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249681 - in /trunk/gcc: ChangeLog config/vxwor...
- From: hainque at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 27 Jun 2017 08:54:53 -0000
- Subject: r249681 - in /trunk/gcc: ChangeLog config/vxwor...
Author: hainque
Date: Tue Jun 27 08:54:53 2017
New Revision: 249681
URL: https://gcc.gnu.org/viewcvs?rev=249681&root=gcc&view=rev
Log:
2017-06-27 Jerome Lambourg <lambourg@adacore.com>
* config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
64bit configurations.
(PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
(SIZE_TYPE): Likewise.
* config/vxworks.c (vxworks_emutls_var_fields): Use
long_unsigned_type_node instead of unsigned_type_node as the offset
field type, which is "pointer" mode in emutls.c.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/vxworks.c
trunk/gcc/config/vxworks.h