objdump missing source lines

2014-04-08 Thread John Syne
I compiled my code with debug symbols on an BeagleBoneBlack using Debian gcc-4.7. If I use objdump -S on my object file, I see both source lines and disassembly. On my Ubuntu 13.10 host, using gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux, I do arm-linux-gnueabihf-objdump -S on the same

infinite loop with native arm gcc

2014-04-08 Thread Riku Voipio
Hi, The preprocessed file: http://people.linaro.org/~rikuvoipio/qmltextgenerator.ii.gz With compile command line: g++ -save-temps -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -

[ACTIVITY] 31 March - 4 April 2014

2014-04-08 Thread Omair Javaid
== Progress == * Work on gdb testing utility [TCWG-96] [8/10] -- Support to run native and native-gdbserver test via ssh on remote machines like arm-linux. -- Bug fix and test gdb testing utility by running it various configurations. -- Update wiki page with testing utility and how to use it

[Weekly] 31 MAR - 04 APR 2014

2014-04-08 Thread Michael Collison
== This week == a53 support [CARD-300][3/10] - aarch64-none-elf target using cpu=cortex-a53 passed validation on foundation model - Resolved code review issues (formatting and unnecessary patches) Backport 202663 - vectorizer bug passed validation and merge review for 4.7 and 4.8 [CARD-30