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: [RFC PATCH V2 10/10] C-SKY: Linux ABI


On Sun, 8 Apr 2018, Mao Han wrote:

> diff --git a/sysdeps/unix/sysv/linux/csky/Versions b/sysdeps/unix/sysv/linux/csky/Versions
> new file mode 100644
> index 0000000..bcb77fd
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/csky/Versions
> @@ -0,0 +1,34 @@
> +libc {
> +  GLIBC_2.27 {

None of this should be needed, beyond maybe the cacheflush entry; the 
generic Versions entries should suffice.

> +    # Exception handling support functions from libgcc
> +    __register_frame; __register_frame_table; __deregister_frame;
> +    __frame_state_for; __register_frame_info_table;

These should only be in extremely old glibc ports, not anything from the 
past decade.

-- 
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]