This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]