On 2016-02-02, Arkadiusz Drabczyk wrote:
> On 2016-02-02, Sandra Loosemore wrote:
>> I see that the documentation of -l does need to be updated to mention
>> .so files, but I think your patch doesn't go far enough. It's already
>> confusing because that senten
; not supported, are disabled via @option{-static}, or no @samp{.so} file
> is found, @file{lib@var{library}.a}.
Nice, indeed, more readable than what I came up with plus info on
-static added. Looks good to me.
--
Arkadiusz Drabczyk
@@ -1,3 +1,7 @@
+2016-01-30 Arkadiusz Drabczyk
+
+ * doc/invoke.texi: update documentation WRT .so libraries in -l
+
2016-01-29 Martin Jambor
* hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ba0b4b2
On Wed, Oct 14, 2015 at 06:18:03PM -0600, Martin Sebor wrote:
> On 10/14/2015 03:42 PM, Arkadiusz Drabczyk wrote:
> >On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote:
> >>On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote:
> >>>* gcc/doc/extend.texi: doc
On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote:
> On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote:
> >* gcc/doc/extend.texi: documentation says that functions declared
> >`inline' would not be integrated if they are called before they are
> >defined or if t
n make it unsuitable
--
2.3.5
--
Arkadiusz Drabczyk