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]

r217463 - in /trunk/libgcc: ChangeLog config/rl...


Author: nickc
Date: Thu Nov 13 08:34:41 2014
New Revision: 217463

URL: https://gcc.gnu.org/viewcvs?rev=217463&root=gcc&view=rev
Log:
	* config/rl78/divmodhi.S: Add support for the G10 architecture.
	Use START_FUNC and END_FUNC macros to enable linker garbage
	collection.
	* config/rl78/divmodqi.S: Likewise.
	* config/rl78/divmodsi.S: Likewise.
	* config/rl78/mulsi3.S: Likewise.
	* config/rl78/lib2div.c: Remove G10 functions.
	* config/rl78/lib2muls.c: Likewise.
	* config/rl78/t-rl8 (HOST_LIBGCC2_CFLAGS): Define.
	* config/rl78/vregs.h (START_FUNC): New macro.
	(END_FUNC): New macro.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/rl78/divmodhi.S
    trunk/libgcc/config/rl78/divmodqi.S
    trunk/libgcc/config/rl78/divmodsi.S
    trunk/libgcc/config/rl78/lib2div.c
    trunk/libgcc/config/rl78/lib2mul.c
    trunk/libgcc/config/rl78/mulsi3.S
    trunk/libgcc/config/rl78/t-rl78
    trunk/libgcc/config/rl78/vregs.h


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