[1929] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: An Old Error

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Mar 19 03:45:33 1989

Date: Sun, 19 Mar 89 03:45:18 EST
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: <bjaspan@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Barr3y Jaspan's message of Fri, 17 Mar 89 22:13:12 EST,

This is normal.  Normal data such as integer variables is expected to
be in the data segment of an object file; the com_err data tables (of
which there are two in the zephyr library) can get compiled into the
text segment, since they should not be modifiable.

Saber resumably reports it because of the more likely case that a
procedure in an object file or library (which will always be found in
the text section) is being referenced as a data object.

You should be able to suppress this warning; however, I'll forward
your report to the saber folks as well.

home help back first fref pref prev next nref lref last post