Gas vs irregular files

Maciej W. Rozycki macro@ds2.pg.gda.pl
Tue Dec 16 17:06:00 GMT 2003
Hello,

 This patch:

http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/input-file.c.diff?r1=1.11&r2=1.12&cvsroot=src

breaks setups that invoke gas on non-regular files, e.g. like:

$ as -o /dev/null /dev/null

which may be used to check for supported command line options.  And I find
the new setup breaking the *nix tradition of treating all files the same
as far as possible.  The ChangeLog entry states it's for detecting
directories -- if so, it should do that explicitly with S_ISDIR().  And
why has it be done at all?  If a system doesn't support reading
directories, it'll refuse to do so.  For example Linux returns -EISDIR
when trying to read() from a descriptor referring to a directory.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +



More information about the Binutils mailing list