[ACTIVITY] 19-22 Feb 2013

2013-02-24 Thread Kugan Vivekanandarajah
== Progress == - Fix EPILOGUE_USES regression in CoreMark - CBUILD tasks had to be respwaned. Zhenqiang sent me links and instructions. Build tasks are still in the queue. - Tried with some simple test cases mostly to understand dataflow and register allocator modules in gcc. - Remove

Re: How to compiled code with 32-bit lib

2013-02-24 Thread Zhenqiang Chen
On 23 February 2013 04:47, Tien-Pao Shih tps...@gmail.com wrote: Hi, I tried to generate a binary containing only ARM 32-bit ISA. The toolchain I used is gcc-linaro-arm-linux-gnueabihf-4.7-2013.01-20130125_linux. The compilation options are -O3 -mcpu=Cortex-A15 -marm -static. I could get

[ACTIVITY] 19-22 Feb 2013

2013-02-24 Thread Venkataramanan Kumar
== Progress == * Implementing GC sections support in binutils. Tested the patch for enabling gc section. make ld-check now passes after setting compiler in the PATH. Used the patched binutils source and built GCC for aarch64-none-elf. Ran gcc tests on V8 foundation model. Submitted the

[ACTIVITY] 18th Feb 2013 - 22nd Feb 2013

2013-02-24 Thread Omair Javaid
== This Week === * Wrote a python script that parses GDB Testsuite log file and filters out all results and tests which were not passed. * Wrote another python script that compares filtered output of GDB log taken out from different configurations. This script compares results of various tests

RE: [ACTIVITY] 18th Feb 2013 - 22nd Feb 2013

2013-02-24 Thread Pinski, Andrew
Seems like most of the python scripts are duplicated of the contrib/test_summary and contrib/compare_tests scripts in the GCC repo (both understand gdb dejagnu .sum already). Why didn't you use those instead of creating your own? Thanks, Andrew Pinski From: