Use attribute to specify the required inlining semantics
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 30 May 2014 11:20:50 +0000 (12:20 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 30 May 2014 11:20:50 +0000 (12:20 +0100)
commit522c09bf63a4b235e6fde07a5e389f2a533cfe0f
tree020f3a79ca87d851d594e7ddcbbccc0e4beefc8a
parentbf4ef81e851668ee0ca41b3b7e3ff3dec28de675
Use attribute to specify the required inlining semantics

As suggested by Andrew Pinski.

gdb/testsuite/
* gdb.opt/inline-break.c: Fix clang compatibility by specifying
gnu_inline semantics via attribute.
* gdb.opt/inline-break.exp: Remove -std=c89 now that the test
source explicitly specifies the required semantics.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.opt/inline-break.c
gdb/testsuite/gdb.opt/inline-break.exp