This is the mail archive of the gcc-cvs@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]

r278312 - in /trunk: gcc/ChangeLog gcc/config/m...


Author: nsz
Date: Fri Nov 15 19:47:12 2019
New Revision: 278312

URL: https://gcc.gnu.org/viewcvs?rev=278312&root=gcc&view=rev
Log:
m68k: add musl support

Add the dynamic linker name and fix a type name to use the public name
instead of the glibc internal name.

gcc/ChangeLog:

2019-11-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* config/m68k/linux.h (MUSL_DYNAMIC_LINKER): Define.

libgcc/ChangeLog:

2019-11-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* config/m68k/linux-unwind.h (struct uw_ucontext): Use sigset_t instead
	of __sigset_t.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m68k/linux.h
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/m68k/linux-unwind.h


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