This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/4] Pipeline model for APM XGene-1.


On 13/01/15 13:46, Marcus Shawcroft wrote:
> On 12 January 2015 at 20:15, Philipp Tomsich
> <philipp.tomsich@theobroma-systems.com> wrote:
>> ---
>>  gcc/config/aarch64/aarch64.md |   1 +
>>  gcc/config/arm/xgene1.md      | 531 ++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 532 insertions(+)
>>  create mode 100644 gcc/config/arm/xgene1.md
>>
>> diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
>> index 12e1054..1f6b1b6 100644
>> --- a/gcc/config/aarch64/aarch64.md
>> +++ b/gcc/config/aarch64/aarch64.md
>> @@ -190,6 +190,7 @@
>>  (include "../arm/cortex-a53.md")
>>  (include "../arm/cortex-a15.md")
>>  (include "thunderx.md")
>> +(include "../arm/xgene1.md
> 
> Can we have a ChangeLog entry please.
> /Marcus
> 

And please update the copyright years in xgene1.md.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]