Hi Sandra,
> > +@item code_readable
> > +@cindex @code{code_readable} function attribute, MIPS
> > +For MIPS targets that support PC-relative addressing modes, this attribute
> > +can be used to control how an object is addressed. The attribute takes
> > +a single optional argument:
>
> The prob
On 05/24/2016 08:25 AM, Robert Suchanek wrote:
[snip]
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e4d6c1c..dd23c70 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4441,6 +4441,23 @@ On MIPS targets, you can use the @code{nocompression}
function attribute
to loc
Hi,
The patch adds support for __attribute__ ((code_readable)) with
optional argument that accepts `no', `yes' or `pcrel' just
like the -mcode-readable= command line switch. If the argument
is not specified then the default `yes' is applied.
This of course has only effect on targets supporting -