[BACK]Return to host.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / include / aout

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils/dist/include/aout/host.h between version 1.1.1.4 and 1.1.1.4.12.2

version 1.1.1.4, 2016/10/26 17:30:15 version 1.1.1.4.12.2, 2018/11/26 01:50:18
Line 1 
Line 1 
 /* host.h - Parameters about the a.out format, based on the host system  /* host.h - Parameters about the a.out format, based on the host system
    on which the program is compiled.     on which the program is compiled.
   
    Copyright (C) 2001-2016 Free Software Foundation, Inc.     Copyright (C) 2001-2018 Free Software Foundation, Inc.
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
Line 22 
Line 22 
    It is up to you to define SEGMENT_SIZE on machines not listed here.  */     It is up to you to define SEGMENT_SIZE on machines not listed here.  */
 #ifndef SEGMENT_SIZE  #ifndef SEGMENT_SIZE
   
 #if defined(hp300) || defined(pyr)  #if defined(pyr)
 #define SEGMENT_SIZE page_size  #define SEGMENT_SIZE page_size
 #endif  #endif
   
 #ifdef  sony  
 #define SEGMENT_SIZE    0x1000  
 #endif  /* Sony.  */  
   
 #ifdef is68k  #ifdef is68k
 #define SEGMENT_SIZE 0x20000  #define SEGMENT_SIZE 0x20000
 #endif  #endif
   
 #if defined(m68k) && defined(PORTAR)  
 #define TARGET_PAGE_SIZE 0x400  
 #define SEGMENT_SIZE TARGET_PAGE_SIZE  
 #endif  
   
 #endif /*!defined(SEGMENT_SIZE)*/  #endif /*!defined(SEGMENT_SIZE)*/
   

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.4.12.2

CVSweb <webmaster@jp.NetBSD.org>