Files
poky/meta/recipes-devtools
Randy MacLeod 1c03ada82d valgrind: Make local functions static to avoid assembler error
Avoid mips32 x-compiler warnings such as:

| ../../../valgrind-3.14.0/helgrind/tests/annotate_hbefore.c:360:6: warning: no previous prototype for 'do_signal' [-Wmissing-prototypes]
|  void do_signal ( UWord* w )
|       ^~~~~~~~~

by making functions and global variables that are file scope be static
and more importantly also avoid an assembler error:

/tmp/cce22iiw.s: Assembler messages:
/tmp/cce22iiw.s:446: Error: symbol `exit_0' is already defined
/tmp/cce22iiw.s:448: Error: symbol `exit' is already defined
/tmp/cce22iiw.s:915: Error: symbol `exit_0' is already defined
/tmp/cce22iiw.s:917: Error: symbol `exit' is already defined

(From OE-Core rev: 5fface331c46b809c10b4f3d65904534d6933896)

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-10-25 14:53:44 +01:00
..
2018-03-09 09:17:03 -08:00
2018-10-16 20:35:43 +01:00
2018-09-10 12:13:06 +01:00
2018-07-05 00:22:08 +01:00
2018-09-21 18:45:46 -07:00
2018-08-23 18:02:23 +01:00
2018-08-23 18:02:23 +01:00
2018-06-27 13:55:21 +01:00
2018-06-18 11:07:57 +01:00
2018-03-20 09:59:32 +00:00
2018-03-06 06:43:10 -08:00
2018-10-18 23:26:35 +01:00
2018-10-08 16:04:12 +01:00
2018-07-05 11:39:06 +01:00
2018-08-15 09:44:33 +01:00
2018-10-20 22:40:16 +01:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2018-01-02 17:24:37 +00:00
2018-01-30 12:53:16 +00:00
2018-03-11 06:27:01 -07:00
2018-03-31 09:48:42 +01:00
2018-09-20 05:41:32 -07:00
2018-10-14 23:45:28 +01:00
2017-12-18 18:03:56 +00:00
2018-08-23 07:50:01 +01:00
2018-10-16 20:35:43 +01:00
2018-09-11 10:46:17 +01:00
2018-09-21 18:45:47 -07:00
2018-10-16 20:35:43 +01:00
2018-08-29 10:42:51 +01:00
2018-10-09 19:04:02 +01:00
2018-06-21 09:34:40 +01:00
2018-03-09 09:17:03 -08:00
2018-02-06 11:06:29 +00:00
2018-10-12 16:57:21 +01:00