/[tinycc]/tinycc/i386-gen.c
ViewVC logotype

Diff of /tinycc/i386-gen.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by bellard, Sat May 24 14:11:17 2003 UTC revision 1.34 by bellard, Tue Oct 14 22:15:57 2003 UTC
# Line 70  int reg_classes[NB_REGS] = { Line 70  int reg_classes[NB_REGS] = {
70  /* maximum alignment (for aligned attribute support) */  /* maximum alignment (for aligned attribute support) */
71  #define MAX_ALIGN     8  #define MAX_ALIGN     8
72    
73    /******************************************************/
74    /* ELF defines */
75    
76    #define EM_TCC_TARGET EM_386
77    
78  /* relocation type for 32 bit data relocation */  /* relocation type for 32 bit data relocation */
79  #define R_DATA_32 R_386_32  #define R_DATA_32   R_386_32
80    #define R_JMP_SLOT  R_386_JMP_SLOT
81    #define R_COPY      R_386_COPY
82    
83    #define ELF_START_ADDR 0x08048000
84    #define ELF_PAGE_SIZE  0x1000
85    
86  /******************************************************/  /******************************************************/
87    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26