Changeset 941 for trunk/src/emx/include/a_out.h
- Timestamp:
- Jan 11, 2004, 1:03:49 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/a_out.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r940 r941 24 24 M_SPARC = 3, 25 25 /* skip a bunch so we don't run into any of sun's numbers */ 26 M_386 = 100 ,26 M_386 = 100 27 27 }; 28 28 #define N_MAGIC(exec) ((exec).a_info & 0xffff) … … 121 121 whose name is the same as the name of the set. 122 122 This symbol acts like a N_DATA global symbol 123 in that it can satisfy undefined external references. */ 123 in that it can satisfy undefined external references. */ 124 124 125 125 /* These appear as input to LD, in a .o file. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.