RE: [PATCH 1/5][AArch64] Crypto command line split

2018-01-09 Thread Michael Collison
conditional statement changed from TARGET_CRYPTO to TARGET_AES. -Original Message- From: James Greenhalgh [mailto:james.greenha...@arm.com] Sent: Tuesday, January 9, 2018 10:44 AM To: Michael Collison Cc: GCC Patches ; nd Subject: Re: [PATCH 1/5][AArch64] Crypto command line split On Wed

Re: [PATCH 1/5][AArch64] Crypto command line split

2018-01-09 Thread James Greenhalgh
On Wed, Jan 03, 2018 at 05:21:27PM +, Michael Collison wrote: > Hi all, > > This patch adds two new command line options for the legacy cryptographic > extensions AES (+aes) and SHA-1/SHA-2 (+sha2). Backward compatibility is > retained by modifying the +crypto feature modifier to enable +aes a

[PATCH 1/5][AArch64] Crypto command line split

2018-01-03 Thread Michael Collison
Hi all, This patch adds two new command line options for the legacy cryptographic extensions AES (+aes) and SHA-1/SHA-2 (+sha2). Backward compatibility is retained by modifying the +crypto feature modifier to enable +aes and +sha2. Bootstrapped on aarch64-none-elf. Tested with new binutils and