r271992 - in /trunk/libgcc: ChangeLog config/ms...

jozefl@gcc.gnu.org jozefl@gcc.gnu.org
Thu Jun 6 09:07:00 GMT 2019


Author: jozefl
Date: Thu Jun  6 09:07:36 2019
New Revision: 271992

URL: https://gcc.gnu.org/viewcvs?rev=271992&root=gcc&view=rev
Log:
MSP430: Put libgcc shift functions in their own section

2019-06-06  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

	* config/msp430/slli.S (__mspabi_slli_n): Put function in its own
	section.
	(__mspabi_slli): Likewise.
	(__mspabi_slll_n): Likewise.
	(__mspabi_slll): Likewise.
	* config/msp430/srai.S (__mspabi_srai_n): Likewise.
	(__mspabi_srai): Likewise.
	(__mspabi_sral_n): Likewise.
	(__mspabi_sral): Likewise.
	* config/msp430/srli.S (__mspabi_srli_n): Likewise.
	(__mspabi_srli): Likewise.
	(__mspabi_srll_n): Likewise.
	(__mspabi_srll): Likewise.



Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/msp430/slli.S
    trunk/libgcc/config/msp430/srai.S
    trunk/libgcc/config/msp430/srli.S



More information about the Gcc-cvs mailing list