| Last change
 on this file since 2589 was             10, checked in by bird, 23 years ago | 
        
          | 
Initial revision
 | 
        
          | 
              
Property                 cvs2svn:cvs-rev
 set to                 1.1
Property                 svn:eol-style
 set to                 native
Property                 svn:executable
 set to                 * | 
        
          | File size:
            426 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* Definitions for an Apple Macintosh running A/UX 3.x. */ | 
|---|
| 2 |  | 
|---|
| 3 | #include <sys/param.h> | 
|---|
| 4 | #include <sys/page.h> | 
|---|
| 5 |  | 
|---|
| 6 | /* Definitions used by trad-core.c.  */ | 
|---|
| 7 | #define NBPG                    NBPP | 
|---|
| 8 |  | 
|---|
| 9 | #define HOST_DATA_START_ADDR    u.u_exdata.ux_datorg | 
|---|
| 10 | #define HOST_TEXT_START_ADDR    u.u_exdata.ux_txtorg | 
|---|
| 11 | #define HOST_STACK_END_ADDR     0x100000000 | 
|---|
| 12 |  | 
|---|
| 13 | #define UPAGES                  USIZE | 
|---|
| 14 |  | 
|---|
| 15 | #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ | 
|---|
| 16 | (abfd->tdata.trad_core_data->u.u_arg[0]) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.