Re: [PATCH 09/27] New file: gcc/jit/libgccjit.map

2014-10-31 Thread Jeff Law
On 10/31/14 11:02, David Malcolm wrote: This linker script ensures that the library only exports the symbols we want it to. gcc/jit/ * libgccjit.map: New. OK. jeff

[PATCH 09/27] New file: gcc/jit/libgccjit.map

2014-10-31 Thread David Malcolm
This linker script ensures that the library only exports the symbols we want it to. gcc/jit/ * libgccjit.map: New. --- gcc/jit/libgccjit.map | 100 ++ 1 file changed, 100 insertions(+) create mode 100644 gcc/jit/libgccjit.map diff --git a/