From 1a64c35996054f06a951edc1d22a85ee20ddda07 Mon Sep 17 00:00:00 2001 From: "Michael J. Eager" Date: Thu, 28 Sep 2023 13:08:49 -0700 Subject: Added support in gas for mlittle-endian and mbig-endian flags as options. Updated show usage for MicroBlaze specific assembler options to include new entries. This patch has been tested for years of AMD Xilinx Yocto releases as part of the following patch set: https://github.com/Xilinx/meta-xilinx/tree/master/meta-microblaze/recipes-devtools/binutils/binutils Signed-off-by: nagaraju Signed-off-by: Neal Frager --- V1->V2: - removed new options which were unnecessary - added documentation for MicroBlaze specific options Signed-off-by: Michael J. Eager --- gas/doc/as.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/doc/as.texi') diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 6a3e5ee..52571d9 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -439,7 +439,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @end ifset @ifset MICROBLAZE @emph{Target MICROBLAZE options:} -@c MicroBlaze has no machine-dependent assembler options. + [@b{-mlittle-endian}] [@b{-mbig-endian}] @end ifset @ifset MIPS -- cgit v1.1