File: pa64-start.h

package info (click to toggle)
gccxml 0.9.0%2Bgit20140716-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 60,796 kB
  • ctags: 77,240
  • sloc: ansic: 793,461; cpp: 37,497; asm: 26,833; sh: 5,086; makefile: 4,700; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86
file content (8 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
/* It is currently impossible to switch between PA32 and PA64 based on a
   runtime compiler switch.  So we might as well lose the overhead with
   checking for TARGET_64BIT.  */
#define TARGET_64BIT 1
#undef TARGET_PA_11
#define TARGET_PA_11 1
#undef TARGET_PA_20
#define TARGET_PA_20 1