Re: Cortex M0 Floating Point Library

2018-11-11 Thread Richard Henderson
On 11/9/18 9:58 PM, Daniel Engel wrote: > Is the linker aware of section hierarchy, such that using a common section > prefix (e.g. ".text.m0fp.*") would gather the appropriate sections together > from multiple object files? The linker script is not written like that. But we could reasonably re

Re: A GCC bug related to inline?

2018-11-11 Thread Jakub Jelinek
On Sun, Nov 11, 2018 at 02:58:26PM +0800, Bin.Cheng wrote: > Given below simple code: > > inline int foo (int a) { > return a + 1; > } > int g = 5; > int main(void) { > return foo(g); > } This is the standard C99 inlining behavior. inline means provide something that can be inlined, but don'

gcc-9-20181111 is now available

2018-11-11 Thread gccadmin
Snapshot gcc-9-2018 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-2018/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: [PATCH v3 1/3] or1k: libgcc: initial support for openrisc

2018-11-11 Thread Sebastian Huber
Hello Stafford, I tried to build the or1k-rtems5 target with GCC 4c0c3d1029e79b6709b43fed8c5a5944f245516d and Binutils 417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2. It failed in the libgcc build: /scratch/git-rtems-source-builder/rtems/build/or1k-rtems5-gcc-4c0c3d1029e79b6709b43fed8c5a5944f245516