Changeset 907 for trunk/src/binutils/bfd/libaout.h
- Timestamp:
- Dec 16, 2003, 11:01:18 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/libaout.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r906 r907 23 23 #ifndef LIBAOUT_H 24 24 #define LIBAOUT_H 25 26 /* !! NASTY HACK !! */ 27 #ifdef __EMX__ 28 #include "config.h" 29 #ifdef TRAD_HEADER 30 #include TRAD_HEADER 31 #endif 32 #endif 25 33 26 34 /* We try to encapsulate the differences in the various a.out file … … 253 261 { 254 262 long a_info; /* Magic number and flags, packed */ 255 #if defined (EMX)263 #ifdef EMX 256 264 long a_hdrofs; /* Offset from file start to a.out header */ 265 #else 266 /** remove me **/ 267 #ifdef __EMX__ 268 #error "error EMX is not defined!!!" 269 #endif 270 /** remove me **/ 257 271 #endif 258 272 bfd_vma a_text; /* length of text, in bytes */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.