Ignore:
Timestamp:
Dec 16, 2003, 11:01:18 PM (22 years ago)
Author:
bird
Message:

Builds again - put back some uglyness :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/libaout.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r906 r907  
    2323#ifndef LIBAOUT_H
    2424#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
    2533
    2634/* We try to encapsulate the differences in the various a.out file
     
    253261{
    254262    long a_info;                /* Magic number and flags, packed */
    255 #if defined (EMX)
     263#ifdef EMX
    256264    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 **/
    257271#endif
    258272    bfd_vma a_text;             /* length of text, in bytes  */
Note: See TracChangeset for help on using the changeset viewer.