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, 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.

> 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).

-- 
Joseph S. Myers
joseph@codesourcery.com


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