diff options
author | Michael J. Eager <eager@eagercon.com> | 2023-09-28 13:08:49 -0700 |
---|---|---|
committer | Michael J. Eager <eager@eagercon.com> | 2023-09-28 13:14:37 -0700 |
commit | 1a64c35996054f06a951edc1d22a85ee20ddda07 (patch) | |
tree | 710e312a63d2bb1a0c310f98ae270324c5c4d5be /gas/doc/as.texi | |
parent | 72535eb14bda8ea61d801f007c4d38533c727832 (diff) | |
download | fsf-binutils-gdb-1a64c35996054f06a951edc1d22a85ee20ddda07.zip fsf-binutils-gdb-1a64c35996054f06a951edc1d22a85ee20ddda07.tar.gz fsf-binutils-gdb-1a64c35996054f06a951edc1d22a85ee20ddda07.tar.bz2 |
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 <nagaraju.mekala@amd.com>
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
V1->V2:
- removed new options which were unnecessary
- added documentation for MicroBlaze specific options
Signed-off-by: Michael J. Eager <eager@eagercon.com>
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |