This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 02/12] RISC-V: ABI Implementation


On Wed, 14 Jun 2017 13:33:04 PDT (-0700), joseph@codesourcery.com wrote:
> On Wed, 14 Jun 2017, Palmer Dabbelt wrote:
>
>> diff --git a/sysdeps/riscv/dl-trampoline.S b/sysdeps/riscv/dl-trampoline.S
>> new file mode 100644
>> index 0000000000..3d4dd9fc8c
>> --- /dev/null
>> +++ b/sysdeps/riscv/dl-trampoline.S
>> @@ -0,0 +1,44 @@
>
> Missing copyright / license notices, on a file big enough to need them.

OK, we'll go through every file and fix it for the v2.

>
>> diff --git a/sysdeps/riscv/sys/asm.h b/sysdeps/riscv/sys/asm.h
>> new file mode 100644
>> index 0000000000..bd31c72bd3
>> --- /dev/null
>> +++ b/sysdeps/riscv/sys/asm.h
>> @@ -0,0 +1,79 @@
>> +/* copyright (c) 1997, 1998, 2002, 2003-2005, 2017
>
> Uppercase Copyright (C), everywhere (not checked if this issue appears
> elsewhere).

It looks like that was the only one.  I've fixed it.

  https://github.com/riscv/riscv-glibc/commit/3b6018974663e367a56b744be8c4ac86632cde61


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