Ignore:
Timestamp:
May 5, 2003, 8:48:59 PM (22 years ago)
Author:
zap
Message:

This is the start of work on making EMX C runtime EMX-independent ;-)
The first signs of a GNU Make-based build system.
Fixed a lot of .s files to comply with new GAS syntax.
Added a lot of submakefiles for every sub-library.
Replaced EM's getopt.h with the one from libiberty (which supports
getopt_long). The old getopt.h has moved to include/emx, so if
some tool needs it (and you don't want to fix it to use the new getopt),
replace #include <getopt.h> with #include <emx/getopt.h>. Did so in
most EMX tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/a_out.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r93 r94  
    132132/* Copied from aout64.h of BFD */
    133133#define N_WEAKU 0x0d            /* Weak undefined symbol.  */
     134#define N_WEAKA 0x0e            /* Weak absolute symbol.  */
     135#define N_WEAKT 0x0f            /* Weak text symbol.  */
     136#define N_WEAKD 0x10            /* Weak data symbol.  */
     137#define N_WEAKB 0x11            /* Weak bss symbol.  */
    134138/* emx */
    135139#define N_IMP1  0x68            /* Import definition symbol */
Note: See TracChangeset for help on using the changeset viewer.