Move static array from header to .c file (fixed increased memory usage bs-45) 74/129074/4 accepted/tizen/base/20170519.201131 submit/tizen_base/20170518.085959 tizen_4.0.m1_release
authorMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Wed, 10 May 2017 09:58:52 +0000 (12:58 +0300)
committerMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Tue, 16 May 2017 09:12:20 +0000 (12:12 +0300)
commit438ee891ccb52c97f797598c08b92922fc1cce40
tree985e186eb6477fb357da4ff46a628a8c3a52246d
parent58909fae5d4d6bf5048b16cae96a8fe9b9405a55
Move static array from header to .c file (fixed increased memory usage bs-45)

Please, remove this commit when merging c1cb342.

        gcc/
        * config/arm/arm-opts.h: Move struct arm_arch_core_flag and
        static array arm_arch_core_flags to...
        * common/config/arm/arm-common.c: There.

Change-Id: Id71ddb5deac5372791b63f9bf03852e661477bf4
gcc/common/config/arm/arm-common.c
gcc/config/arm/arm-opts.h