Hi Khem,

On 2 February 2015 at 10:02, Khem Raj <raj.khem@gmail.com> wrote:
I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 (
upcoming ) onĀ  a contrib branch ( top 2 patches) its has not got much
testing besides x86 qemu thus far.

I'm seeing these failures when cherry-picking the top two commits to current poky/master.

gcc-cross-initial:

| /data/poky-master/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/gcc/dwarf2cfi.c: In function 'void expand_builtin_init_dwarf_reg_sizes(tree)':
| /data/poky-master/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/gcc/dwarf2cfi.c:334:27: error: 'struct gcc_target' has no member named 'dwarf_frame_reg_mode'

cross-localdef-native:

| In file included from glibc/locale/programs/locarchive.c:696:0:
| glibc/locale/programs/../../intl/l10nflist.c: In function '_nl_normalize_codeset':
| glibc/locale/programs/../../intl/l10nflist.c:306:12: error: missing binary operator before token "("
| glibc/locale/programs/../../intl/l10nflist.c:313:9: error: '_nl_C_locobj_ptr' undeclared (first use in this function)
| glibc/locale/programs/../../intl/l10nflist.c:313:9: note: each undeclared identifier is reported only once for each function it appears in

Ross