comparison gcc/config/pa/pa32-linux.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions for PA_RISC with ELF-32 format 1 /* Definitions for PA_RISC with ELF-32 format
2 Copyright (C) 2000, 2002, 2004, 2006, 2007, 2010 2 Copyright (C) 2000-2017 Free Software Foundation, Inc.
3 Free Software Foundation, Inc.
4 3
5 This file is part of GCC. 4 This file is part of GCC.
6 5
7 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
61 #undef WCHAR_TYPE 60 #undef WCHAR_TYPE
62 #define WCHAR_TYPE "long int" 61 #define WCHAR_TYPE "long int"
63 62
64 #undef WCHAR_TYPE_SIZE 63 #undef WCHAR_TYPE_SIZE
65 #define WCHAR_TYPE_SIZE BITS_PER_WORD 64 #define WCHAR_TYPE_SIZE BITS_PER_WORD
66
67 #define MD_UNWIND_SUPPORT "config/pa/linux-unwind.h"