This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [PATCH 15/26] arm: Delete LOADREGS macro


On Tue, 26 Feb 2013, Richard Henderson wrote:

> There was only one user.  It's "condition" argument was used
> for "ia" rather than an actual condition.  The apcs26 syntax
> is almost certainly not needed, given current binutils requirements.
> ---
> 	* sysdeps/arm/__longjmp.S (__longjmp): Use ldmia insn directly.
> 	* sysdeps/arm/sysdep.h (LOADREGS): Remove.

OK.  The __APCS_32__ conditional can simply be removed; there's no 
practical support for 26-bit ARM (or anything older than v4) in glibc (and 
I don't know if v4 as opposed to v4t will actually work, although in 
principle it should work via linking with --fix-v4bx-interworking).

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