This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
+ if (type == 'X')
+ {
+ /* It is 10 byte floating point with 6 byte padding. */
+ prec = 8;
+ *size = prec * sizeof (LITTLENUM_TYPE);
+ while (prec-- >= 5)
+ words [prec] = 0;
+ }
return 0;
}
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |