Changeset 609 for branches/GNU/src/binutils/gas/frags.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/frags.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 88 88 } 89 89 if (obstack_room (&frchain_now->frch_obstack) < nchars) 90 as_fatal (_(" Can't extend frag %d.chars"), nchars);90 as_fatal (_("can't extend frag %u chars"), nchars); 91 91 } 92 92 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.