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]

r249297 - in /trunk/libgcc: ChangeLog config/ar...


Author: rearnsha
Date: Fri Jun 16 21:04:52 2017
New Revision: 249297

URL: https://gcc.gnu.org/viewcvs?rev=249297&root=gcc&view=rev
Log:
[arm] Explicitly set .fpu in cmse_nonsecure_call.S


This file is missing a .fpu directive and was relying on the compiler
driver passing through a -mfpu= command line option.  When the FPU is
auto, that will not be passed through correctly, so set something
suitable within the file itself.

libgcc:
	 * config/arm/cmse_nonsecure_call.S: Explicitly set the FPU.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/cmse_nonsecure_call.S


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