[Patch, libgfortran] Remove move_pos_offset

Janne Blomqvist blomqvist.janne@gmail.com
Thu Apr 9 21:43:00 GMT 2009


Hi,

move_pos_offset is nowadays not needed anymore. Back with the old low
level I/O library, the sseek function didn't have a whence argument, but
now the same functionality is provided by sseek(..., SEEK_CUR). The
attached patch removes said function, and updates callers.

Regtested on i686-pc-linux-gnu, though with lots of ICE's due to some
other patch, but no I/O regressions it seems.

Ok for trunk?

-- 
Janne Blomqvist
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ChangeLog
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090409/ba681b88/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move_pos_offset.diff
Type: text/x-patch
Size: 2386 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090409/ba681b88/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090409/ba681b88/attachment.sig>


More information about the Gcc-patches mailing list