Changeset 729 for trunk/src/binutils/bfd/aoutx.h
- Timestamp:
- Sep 25, 2003, 9:27:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/aoutx.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r728 r729 4995 4995 /* Don't touch imported symbols */ 4996 4996 && (!bfd_is_abs_section (h->root.u.def.section) 4997 || (h->root.u.def.value != -1))4997 || (h->root.u.def.value != (unsigned)-1)) 4998 4998 #endif 4999 4999 && (h->root.type == bfd_link_hash_defined -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.