Changeset 100 for trunk/src/binutils/bfd/aoutx.h
- Timestamp:
- May 7, 2003, 5:00:11 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/aoutx.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r99 r100 4268 4268 symsec = NULL; 4269 4269 } 4270 #ifdef EMX 4270 4271 else if ((type == (N_IMP1 | N_EXT)) 4271 || (type == (N_IMP2 | N_EXT)))4272 || (type == (N_IMP2 | N_EXT))) 4272 4273 symsec = bfd_abs_section_ptr; 4274 #endif 4273 4275 else if (IS_STAB(type)) 4274 4276 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.