File: amd64-linux.h

package info (click to toggle)
gcl27 2.7.1-4
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 25,528 kB
  • sloc: lisp: 211,801; ansic: 53,532; sh: 9,332; makefile: 642; tcl: 53; awk: 25
file content (18 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "linux.h"

#define ADDITIONAL_FEATURES \
		     ADD_FEATURE("BSD386"); \
      	             ADD_FEATURE("MC68020")

#define	I386
#define SGC

/* Apparently stack pointers can be 4 byte aligned, at least &argc -- CM */
#define C_GC_OFFSET 4

#define RELOC_H "elf64_i386_reloc.h"
#define MAX_CODE_ADDRESS (1L<<31)/*large memory model broken gcc 4.8*/
#define MAX_DEFAULT_MEMORY_MODEL_CODE_ADDRESS (1UL<<31)
#define LARGE_MEMORY_MODEL /*working -mcmodel=large giving unrestricted code load addresses*/

#define OUTPUT_MACH bfd_mach_x86_64